body {
margin: 0 auto;
padding: 0;
font: 11px Arial, Helvetica, sans-serif;
background: #ffffff url(images/body_bg.jpg) top repeat-x;
}

#leftsidebar {
color: #303030;
margin: 0 auto;
width: 829px;
border: 0;
}

#header {
	height: 230px;
	width: 829px;
	padding: 0;
	color: #f1f1f1;
	background-image:url(images/header_bg.jpg);
}

#header a {
	color: #999a9d;
	text-decoration: none;
}

#header a:hover{
	color: #f1f1f1;
	text-decoration: underline;
}

#content {
margin: 0;
padding: 0 50px 0 50px;
line-height: 1.6em;
text-align: left;
}

.splitright {
margin-top: 30px;
text-align: left;
padding-bottom: 40px;
width: 49%;
float: right;
overflow: hidden;
}

.splitleft {
margin-top: 30px;
text-align: right;
padding-bottom: 40px;
width: 49%;
float: left;
overflow: hidden;
}

a {
text-decoration: none;
color: #0a4c82;
}

a:hover {
text-decoration: underline;
color: #de0c00;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 50px;
text-align: left;
color: #999a9d;
}

#footer a {
color: #f1f1f1;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
color: #74A8F5;
}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
