
body {
	margin:0;
	font-family: Helvetica;
	font-size: 14px;
}

a {
	color:#000;
	outline: none;
}

#container {
	width:800px;
	margin:0 auto;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	
}

#header {
	width:770px;
	margin:35px auto;
}

#header img {
	margin-left:-10px;
	border: none;

}

#header span a {
margin-left:295px;
color:#000;
text-decoration: none;
font-weight: bold;
}

#header span a:hover {
	color:#81181e;

}

#navigation {


}

#navigation ul {
	list-style: none;
	height:30px;
	width:770px;
	padding:0px 0 0px 0px;
	background:#81181e;
	background:#81181e;
	margin: 12px 0 0 0;
}



#navigation li {
	font-size:14px;
	font-weight: bold;
	font-family:Helvetica;
	color:#fff;
	padding: 0 17px;
	display: inline;
	margin: 0 0 0 0;
	float: left;
}

#navigation ul.client-area li {
	padding: 0 6px;
	font-size: 13px;
}

#navigation li a {
	text-decoration: none;
	color:#fff;
	display: block;
	line-height: 30px;
	height:30px;
	background:#81181e;
	padding-left:25px;
	text-align:left;
}

#navigation li a:hover {
	color:#000;
}

#content {
	width:770px;
	margin:-15px auto;
}

#boxes {
width:770px;
height:169px;
margin: 15px auto 15px auto;
}

#boxes .callouts {
	width:243px;
	height:169px;
	float:left;
	background: url(images/callout-bg.jpg) no-repeat;
	margin-left:10px;
}

#boxes .callouts h3 {
	font-size:14px;
	width:200px;
	margin:15px auto 15px auto;
	color:#81181e;
}

#boxes .callouts p {
	font-size:12px;
	width:200px;
	margin:0 auto;
}



#footer {
	clear: both;
	width:770px;
	height:25px;
	margin:45px auto;
	border-top:2px solid #666;
	font-size:12px;
	
}

#footer span {
	margin-left:110px;
}


