body{
	margin:0;
	padding:0;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#323232;
}


table{
	border:1px solid #f1f1f1;
}

.content{
	clear:both;
	margin:0px auto;
	width:806px;
}

table{
	float:left;
	margin:20px 0;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#444;
}

a{
	color:#3b5186;
	
}

.header{
	float:left;
	width:100%;
	height:223px;
	background:url(images/headerLeft_bg.jpg) left;

}


.headerCenter{
	background:url(images/headerCenter_bg.jpg) no-repeat;
	width:806px;
	height:223px;
	margin:0 auto; 
}

.headerText{
	color:#660000;
	position:relative;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:14px;
	top:190px;
	right:10px;
	float:right;
}

.footer{
	clear:both;
	float:left;
	width:100%;
	height:67px;
	background:url(images/footer_bg.jpg);
}

