html, body{margin:0; padding:0; background-color:#373737;}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#757575;
	font-size:12px;
}

h1 {
	font-family: Century Gothic, Arial, sans-serif;
	font-size:22px;
	color:#8b8b8b;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

h2 {
	color:#6886a7; 
	font-size:12px;
	}

a:link { color: #2E78A4; text-decoration: none }
a:visited { color: #2E78A4; text-decoration: none }
a:hover { color: #757575; text-decoration: underline }
a:active { color: #2E78A4; text-decoration: none }

#container{
margin: 0px auto;
background: white;
width:740px;
background: url(images/bg_shadow.jpg) repeat-y 0 0 #373737;
}

#nav {
width: 702px;
height: 80px;
margin:0 0 0 20px;
}


#content {
width:700px;
text-align: left;
margin:0px auto;
padding:15px 15px 15px 15px;
}

#content p{
padding:5px 5px 0px 0px;
}

#content .cols .right {
	width:180px; 
	padding:15px 15px;
	float:right;
}

#content .cols .left {
	width:440px; 
	padding:15px; 
	float:left;
}

.label {
	font-size:11px;
	padding: 5px 5px 5px 5px;
}

.label strong {
	color:#A80000;
	font-weight:normal;
}

.spacer {
	clear:both;
}

#footer{
	margin:0 0 0 20px;
text-align: center;
width: 702px;
background: #AF3413 url(images/footer.jpg) no-repeat top left;
color:#FFFFFF;
height: 162px;
padding-top: 10px;
font-size: 0.8em;
}

#footer a:link { color: #F2B711; text-decoration: none }
#footer a:visited { color: #F2B711; text-decoration: none }
#footer a:hover { color: #FFFFFF; text-decoration: underline }
#footer a:active { color: #F2B711; text-decoration: none }