body,td,th,div,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}
body {
	background-color: #262B1F;
	margin: 0;
	background-image: url(images/bgd.gif);
	background-repeat: repeat-y;
}
p {
	margin:0;
	margin-bottom:20px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h1 {
	font-size: 14px;
	font-weight: normal;
	color: #ccc;
	margin:0;
	padding:0;
}
h2 {
	font-size: 13px;
	font-weight: normal;
	color: #ccc;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	color: #ccc;
}

/*---------- LAYOUT BLOCKS ----------*/
#logo {
	float:left;
}
#menuHomeBox {
	margin-left:108px;
	margin-top:50px;
	width:792px;
	height:422px;
	background-image:url(images/homepage01.gif);
	background-position:top;
	background-repeat:no-repeat;
}
	#menuHome {
		margin-left:30px;
		padding-top:130px;
	}
#contentHome {
	margin-left:450px;
	padding-top:30px;
	width:400px;
	text-align:justify;
}

#menu {
	margin-left:172px;
	padding-top:20px;
}

#content {
	width:900px;
}

/*---------- projects ----------*/

#projectsTitle {
	height:170px;
	width:900px;
	padding-top:22px;
	background-image: url(images/projectsLine.gif);
	background-repeat: no-repeat;
}
	#projectsTitle h1 {
		padding-left:730px;
	}
#projectTitle {
	height:50px;
	width:900px;
	padding-top:22px;
	background-image: url(images/projectLine.gif);
	background-repeat: no-repeat;
}
	#projectTitle h1 {
		padding-left:590px;
	}
#projectIllustration {
	width:792px;
	margin-left:108px;
	margin-bottom:30px;
}
#projectText {
	float:right;
	width:290px;
	padding-top:0;
	padding-right:20px;
	padding-bottom:40px;
	text-align:justify;
}
#projectInfo {
	margin-left:108px;
	width:454px;
	text-align: right;
	padding-top:2px;
	padding-bottom:60px;
}
#projectsMenu {
	clear:both;
	padding-top:10px;
}
	#projectsMenu p {
		margin-bottom:3px;
	}

/*---------- about ----------*/

#architectName {
	height:70px;
	padding-top:22px;
	width:900px;
	background-image: url(images/aboutLine.gif);
	background-repeat: no-repeat;
}
	#architectName h1 {
		padding-left:455px;
	}
#architectsMenu {
	width:520px;
}
	#architectsMenu p {
		margin-bottom:10px;
	}
#architectText {
	float:right;
	width:340px;
	padding-right:30px;
	text-align:right;
}
	#architectTextImage {
			margin-top:8px;
	}
		#architectTextImageImage {
			border-top:2px solid #666;
		}
			#architectTextImageImage img {
				margin-top:2px;
				border-top:2px solid #666;
				border-right:2px solid #666;
			}
		#architectTextImage p {
			margin-bottom:10px;
		}
	#architectTextText {
		padding-left:30px;
	}

#contactTitle {
	height:70px;
	padding-top:22px;
	width:900px;
	background-image: url(images/aboutLine.gif);
	background-position: 123px 0 ;
	background-repeat: no-repeat;
}
	#contactTitle h1 {
		padding-left:575px;
	}
#contactText {
	float:right;
	width:325px;
	text-align:left;
}
/*---------- lists ----------*/
#content ul {
	margin: 0px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding-left: 0px;
	list-style:none;
}
#content li {
	padding-left: 15px;
	padding-bottom: 2px;
	background-image:url(images/bullet.gif);
	background-position: 0 3px;
	background-repeat:no-repeat;
}
#content ol {
	margin: 0px;
	margin-left: 30px; /* shouldn't have to do that because of the padding existing in the container block */
	margin-bottom: 20px;
	padding-left: 0px;
}
#content ol li {
	padding-left: 10px;
}
#content ol ul li {
	padding-left: 20px;
}
#content ol ul {
	padding-top: 10px;
	margin-bottom: 0px;
}
#content ul ul {
	padding-top: 10px;
	margin-bottom: 0px;
}
