@charset "UTF-8";

/* ---------- basic styling ---------- */
* {
	margin: 0px;
	padding: 0px;
	border: 0;
}

body{
	background-color: #434242;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	bottom: 3em;
	}
	
#wrapper{
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #434242;
	}
	
#clear{
	clear: both;
	}
	
/* ---------- header styling ----------*/

#header{
	position: relative;
	width: 800px;
	height: 132px;
	background: url(../images/projectimages/projectHead.jpg) no-repeat;
	}
	
	
#header #logoText{
	font-size: 58px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	letter-spacing: -0.06em;
	position: absolute;
	left: 85px;
	top: 59px;
	font-weight: normal;
	}
	
#header #pageTitle{
	position: absolute;
	left: 450px;
	top: 82px;
	width: 144px;
	height: 44px;
	background: url(../images/indeximages/projectsoff.png) no-repeat;
	}


/* ---------- Content Styling ----------*/
	
#mainContent{
	position: relative;
	width: 800px;
	height: 467px;
	background: url(../images/projectimages/projectContent.jpg) no-repeat;
	}
	
#mainContent #homeLink ul{
	position:absolute;
	list-style: none;
	}	
	
#mainContent #homeLink ul a{
	position: relative;
	padding-top: .5em;
	left: 85px;
	top: 36px;
	line-height: 1.7em;
	display: block;
	width: 58px;
	height: 30px;
	}
	
#mainContent #blog{
	position: absolute;
	left: 82px;
	top: 117px;
	}
	
#mainContent #content{
	position: absolute;
	width: 520px;
	height: 389px;
	left: 141px;
	}
	
#mainContent #content ul{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style: none;
	}
	
#mainContent #content  ul li{
	float: left;
	padding: .2em;
	}
	
#mainContent #content ul a{
	float: left;
	display: block;
	width: 167px;
	height: 191px;
	}
	
#mainContent #content #contentText{
	position: absolute;
	color:#FFFFFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
	top: 300px;
	left: 348px;
	width: 170px;
	height: 80px;
	}
	
