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:900px;
}

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);
}

.headerLeft{
	background:url(images/headerLeft_bg.jpg) ;
	height:223px;
	width:auto;
	float:left;
}
.headerCenter{
	background:url(images/headerCenter_bg.jpg) no-repeat;
	width:740px;
	height:223px;
	margin:0 auto;
}

.headerText{
	color:#510000;
	position:relative;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:13px;

	top:190px;
	right:10px;
	float:right;
}

