body {
	margin:0px;
	background:url(/images/top-bg.jpg) top repeat-x #FFFFFF;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
form, input, select, h1, h2, p, img {margin:0} img {border:none} .blocks {display:block}
.container {
	display:block;
	clear:both;
	width:968px;
	margin-left:auto;
	margin-right:auto;
}
.header {
	width:968px;
	height:95px;
	background:url(/images/header-bg.jpg) top left no-repeat;
}
.logo {
	float:left;

}
.top-ad {
	float:right;
	width:468px;
	height:60px;
	margin-top:20px;
}
.nav {
	height:29px; padding-top:10px;
	width:968px;
	text-align:center;
	color:#0C0C0C;
}
.nav a {
	display:inline;
	margin-left:15px;
	margin-right:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#0C0C0C;
	text-decoration:none;
}
.nav a:hover {text-decoration:underline}
.main {
	width:968px;
	height:315px;
	margin-top:25px;
}
.form {
	position:absolute;
	display:block;
	width:320px;
	height:190px;
	margin:108px 0px 0px 100px;
}

.content {
	width:968px;
	display:table;
	clear:both;
	padding-bottom:30px;
}
.left {
	display:block;
	width:578px;
	float:left;
	clear:left;
	margin-left:10px;
}
.left h1 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	border-bottom:5px solid #999999;
	margin:1em 0em 1em 0em;
	color:#0C0C0C;
}
.left h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#64656B;
	margin:1em 0em 0.5em 0em;
	font-style:italic;
}
.left p {
	line-height:18px;
	margin:0.5em 0em 0.5em 0em;
}
.left ul li, .left ol li {
	margin:0.5em 0em 0.5em 0em;
}
.left a {
	color:#5E0D72;
	font-weight:bold;
	text-decoration:none;
}
.left a:hover {
	color:#484848;
}
.left .ad {
	width:468px;
	height:60px;
	margin-top:20px;
}	
.right {
	display:block;
	width:330px;
	float:right;
	clear:right;
	text-align:center;
	padding-top:80px;
}

.footer {
	width:968px;
	height:50px;
	display:table;
	padding-top:45px;
	background:url(/images/footer-bg.jpg) top repeat-x;
	clear:both;
	color:#888888;
	text-align:center;
}
.footer ul {
	margin:0px 0px 0px 10px;
	padding:0px;
}
.footer ul li {
	display:inline;
	margin-right:10px;
}
.footer a {	
	color:#888888;
	text-decoration:none;
}
.footer a:hover {text-decoration:underline}


