@charset "utf-8";
/* CSS Document */

body{
	background:url(images/bodyGrad.jpg) repeat-x #749ad9;
	margin:0px;
}
#wrapper{
	width:100%;
	text-align:center;
	color:#000099;
}
#wrapper{
	width:100%;
	text-align: -moz-center;
	color:#000099;
}
#header{
	width:820px;
	height:256px;
	background:url(images/header.jpg);
}
#subHeader{
	width:800px;
	background:url(images/subHeaderBG.jpg);
	height:35px;
}
#shadow{
	width:820px;
	background:url(images/contentBG.jpg) repeat-y;
}
#content{
	margin-left:15px;
	margin-right:15px;
	margin-bottom:7px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#footer{
	width:820px;
	height:7px;
	background:url(images/contentFooter.jpg);
}
.textsmall_11 a{
	color:#f1f0de;
	}
#cover{
	position:relative;
	top:76px;
}