@charset "utf-8";
/* CSS Document */
body{
	text-align:center;
	background:url(images/gradientBG.jpg) repeat-x top #4d9dff;
}
body{
	text-align:-moz-center;
	background:url(images/gradientBG.jpg) repeat-x top #4d9dff;
}
#wrapper{
	width:821px;
	margin-left: auto;
	margin-right: auto;
}
#header{
	width:821px;
	height:290px;
	background:url(images/header.jpg) no-repeat;
}
#headerLinks{
	position:relative;
	top:-1px;
	left:61px;
	width:620px;
}
#bodyWrapper{
	width:821px;
	height:auto;
	background:url(images/contentBG.jpg) repeat-y;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
#bodyWrapper{
	width:821px;
	height:auto;
	background:url(images/contentBG.jpg) repeat-y;
	text-align:-moz-center;
}
#content{
	text-align:left;
	width:770px;
	color:#195675;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#footerWrapper{
	position:relative;
	top:-25px;
	width:821px;
	height:142px;
	background:url(images/footerBG.jpg) no-repeat;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
