/** BASIC */
body {
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;	
}

#wrapper {
	
	width:925px;
	height:100%;
	overflow:hidden;
	font-size:12px;
	line-height:24px;
	font-family:arial;
	color:#1b1b1b;
	margin: 0px auto;
	padding: 0px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color:#ffffff;	
}

.headerbg{
	height:86px;
	background:#ffffff url('../img/headerbg.jpg') repeat-x top left;
}

#header{
	height:86px;
	margin:0px;
	padding:0px 0px 0px 0px;
	background:#ffffff url('../img/headerbg.jpg') repeat-x top left;
}

#otherbg{	
	height:34px;
	margin:0px;
	padding:0px;
	background:#ffffff url('../img/otherbg.jpg') repeat-x top left;
}

#logo{
	visibility:hidden;
	height:86px;
	width:210px;
	margin:0px;
	padding:0px;
}

#mainNavbar{
	position:relative;
	width:562px;
	margin:0px;
	padding-top:30px;
}

#mainBanner{
	margin:0px;
	padding:0px;
	width:925px;
	height:370px;
}
#contentArea{
	margin:0px;
	padding:0px 0px 0px;
	font-family:verdana;
	border-left:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
}

#whatwedo{
	margin:0px auto;
	padding:0px 4px 0px 4px;
	float:left;
	width:917px;
}
#footer{
	font-family:verdana;	
	margin:0px;
	padding:10px 0px 0px 0px;
	font-size:10px;
	line-height:24px;
	color:#ffffff;
	text-align:center;
	background:#005dab url('../img/footerbg.jpg') repeat-x top left;
}

/*img{vertical-align:top}*/
