body {
	background-color: #003333;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, san-serif;
}

.main {
	width: 750px;
	height: 500px;
	background-color: #E9E9E9;
}

.main_content {
	width: 656px;
	height: 500px;
	padding: 10px 60px 10px 230px;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

.main_content A 
{
	text-decoration:none;
}

.main_content A:hover
{
	color:#999999;
}

.main_content_home {
	width: 656px;
	height: 500px;
	padding: 10px 60px 10px 190px;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
}

.pullout {
	margin-left: -120px;
	margin-right: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 26px;
	line-height: 30px;
	
}

.header {
	width: 750px;
}

.logo {
	text-align: left;
	padding: 5px 15px;
}

.contact_info {
	text-align: right;
	vertical-align: bottom;
	padding: 5px;
	font-family: Verdana, Arial, san-serif;
	font-size: 10px;
	color: #669999;
}

.contact_info a{
	color: #999966;
	text-decoration: none;
}

.contact_info a:hover{
	text-decoration: underline;
}

.nav_philosophy {
	vertical-align: text-top;
	background-color: #D1C10B;
}

.nav_services {
	vertical-align: text-top;
	background-color: #E7D400;
}

.nav_clients {
	vertical-align: text-top;
	background-color: #C0B53E;
}

.nav_people {
	vertical-align: text-top;
	background-color: #A89C11;
}

.nav_divider {
	background-color: #CCCCCC;
}

b {
	font-weight: bold;
	color: #003333;
}

.title {
	margin-left: -215px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 30px;
	color: #003333;	
}

.subtitle 
{
	margin-left: -40px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 15px;
	color: #003333;	
}

.photo 
{
	float:left;
	margin-left:-130px;
	border:5px;
}

.photo img 
{
	width:120px;
	height:auto;
}

a {
	text-decoration: underline;
	color: #003333;
}