body{
	font-family: Georgia;
	font-size: 12px;
	background: #9b0b0b;
	margin:0;
	padding:0;
}

#wrapper{
	width: 900px;
	position: absolute;
	top:0px;
	left:50%;
	margin-left:-450px;
}

#header{
	width: 900px;
	height: 105px;
	background: url('images/header.jpg');
}

#nav{
 	float:right;
 	margin-top: 73px;
}

.link{
 	float: left;
	width: 135px;
	height: 32px;
	line-height: 32px;
	background: url('images/link_bg.jpg');
	text-align: center;
	margin-right: 3px;
}

.link a{
	text-decoration: none;
	color: #fff;
}

#banner{
	width: 900px;
	height: 257px;
	background: url('images/banner.jpg');
}

#content{
 	float:left;
	width: 900px;
	height: 100%;
	background: url('images/content_bg.jpg');
}

p{
	margin: 10px;
	padding: 0px;
	color: #3d43c1;
}

a{
	color: #3d43c1;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h2,h3{
	margin: 3px;
	margin-left: 10px;
	font-size: 18px;
	font-weight:normal;
	color: #1d2283;
}

h3{
	font-size: 14px;
}

#content_left{
 	float: left;
	width: 270px;
	background: #ebebfa;
}

#content_right{
 	float: left;
	width: 610px;
	background: #fff;
}

#footer {
 	line-height:35px;
}

#footer a{
	color: #fff;
}