@import url("content.css");
@import url("header.css");
@import url("misc.css");
@import url("nav.css");

body {
	margin: 0px;
	background-image: url(../images/bkgd_grad.jpg);
	background-repeat: repeat-y;
	background-color: #6E98CF;
	background-position: center;
}
p {
	margin-bottom: 10px;
}
#divMainBody {
	width: 713px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2C4B74;
	border-left-color: #2C4B74;
	float: left;
	clear: both;
	overflow: hidden;
	background-color: #F3D37B;
	background-image: url(../images/wwc_yellowgradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	
}

