body {
	background-color: #ffffff;
	text-align: center;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-style: normal;
	color: #505050;
}

#banner h3 a {
	text-indent: -9999px;
	position: absolute;
	width: 393px;
	height: 49px;
	display: inline;
	top: 100px;
	left: 33px;
	background: transparent url(../images/logo.png) left top no-repeat;
}

#banner h2 {
	display: inline;
	position: absolute;
	left: 50px;
	top: 150px;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#whatwedo ul a {
	text-decoration: none;
}

#whatwedo ul { 
	margin: 0px; 
	list-style-type: none; 
	text-align: left; 
	font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
	position: absolute; 
	left: 50px; top: 175px;
}

#whatwedo ul li:hover {
	list-style-type: disc;
}

#whatwedo ul a:hover {
	text-decoration: underline;
}