body{
	background:#dfddd8;
	margin:0;
	padding:0;
	font-family:georgia,verdana,arial;
	font-size:13px;
}
#container{
	background:#EFECE7;
	width:960px;
	margin:0 auto;
	border:1px solid #000;
	border-top:0px;
}
#header{
	background:url(images/header.jpg) no-repeat;
	width:960px;
	height:130px;
	float:left;
}
#header a, #header a:visited{
	display:block;
	height:131px;
	width:435px;
}
#middle{
	background:url(images/middle.jpg);
	float:left;
	height:410px;
	width:960px;
}
a, a:visited{
	color:#0E2B89;
}
a:hover{
	text-decoration:none;
}
#nav{
	width:960px;
	float:left;
	padding-top:7px;
	height:33px;
	font-weight:bold;
	font-size:16px;
}
#nav a, #nav a:visited{
	margin-left:30px;
	margin-right:30px;
	color:#0E2B89;
}
#nav a:hover{
	text-decoration:none;
}
#content{
	width:940px;
	padding:10px;
}
#content p{
	line-height:1.5em;
}
#left-content{
	width:600px;
	margin-right:20px;
	float:left;
}
#right-content{
	width:290px;
	float:left;
	text-align:center;
}
h1{
	font-size:25px;
}
h2{
	color:#EE2225;
	font-size:14px;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
	_height: 1%;
}
.clearfix {
	display:block;
}
