@charset "utf-8";



/* PAGE HEADER (PAGE SPECIFIC)
-------------------------------------------------------------------*/
#pageheader {
	background: #FFF url(../images/whatwedopagehead.jpg) no-repeat;
}




/* BODY WRAPPER
-------------------------------------------------------------------*/
#body {
	position: absolute;
	top: 194px;
	left: 0;
	width: 912px;
	height: 596px;
	background: #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}



/* LEFT NAVIGATION (PAGE SPECIFIC)
-------------------------------------------------------------------*/
#leftnavwrap {
	height: 596px;
	background: #666 url(../images/leftnav-whatwedo.jpg) no-repeat;
}

#leftnav {
	height: 200px;
}

#preconstruct a:link, #preconstruct a:visited {
	color: #4D4D4D;
	background-color: #FFF;
}

/* CONTENT WRAPPER
-------------------------------------------------------------------*/
#content { 
 	position: absolute;
	top: 50px;
	left: 220px;
	width: 432px;
	background: transparent;
}

#content p {
	line-height: 16px;
}

#content ul {
	font-size: 11px;
	line-height: 16px;
}


/* FEATURED PROJECT
-------------------------------------------------------------------*/
#projectwrap {
	position: absolute;
	top: 84px;
	right: 30px;
	width: 200px;
}

#projectheader{
	width: 200px;
	height: 24px;
	background: #333;
	margin: 0 0 1px 0;
}

#projectimg {
	margin: 0 0 1px 0;	
}

#projectcontent {
	border: 1px solid #CCC;
	width: 178px;
	background: #E2E2E2;
	padding: 10px;
}

#projectwrap h3 {
	font-size: 12px;
	font-weight: normal;
}

#projectwrap p {
	font-size: 11px;
	padding: 5px 0 0 0;
}



/* FOOTER AND GOODBYE
-------------------------------------------------------------------*/
#footer {
	position: absolute;
	top: 790px;
	left: 0;
}

#goodbye {
	position: absolute;
	top: 840px;
	left: 0;
}