@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: 1091px;
	background: #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}



/* LEFT NAVIGATION (PAGE SPECIFIC)
-------------------------------------------------------------------*/
#leftnavwrap {
	height: 1091px;
	background: #666 url(images/leftnav-whatwedo.jpg) no-repeat;
}

#leftnav {
	height: 200px;
}

#overview a:link, #overview a:visited {
	color: #4D4D4D;
	background-color: #FFF;
}



/* CONTENT WRAPPER
-------------------------------------------------------------------*/
#content { 
 	position: absolute;
	top: 50px;
	left: 220px;
	width: 662px;
	background: transparent;
}

#content p { 
 	line-height: 16px;
}

#content h3 {
	font-weight: bold;
	font-size: 11px;
}

.text {
	font-size: 11px;
	margin: 4px 0 0 0;
}

.whatwedo {
	width: 662px;
	height: 110px;
	margin: 20px 0 0 0;
}

.whatwedoimgs {
	float: left;
	border: 5px solid #E2E2E2;
	margin: 0 15px 0 0;
}


/* FOOTER AND GOODBYE
-------------------------------------------------------------------*/
#footer {
	position: absolute;
	top: 1285px;
	left: 0;
}

#goodbye {
	position: absolute;
	top: 1335px;
	left: 0;
}