body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #82786C;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

div#pagewrapper {
	width: 800px;
	background-image: url(../images/bkrd_body.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}

div#homeheader {
	background-image: url(../images/bkrd_header.jpg);
	background-repeat: no-repeat;
	height: 150px;
}

div#navbar {
	height: 26px;
	position: relative;
	background-image: url(../images/bkrd_nav.jpg);
	background-repeat: no-repeat;
}

div#bodycap {
	background-image: url(../images/body_cap.jpg);
	background-repeat: no-repeat;
	height: 63px;
}

div#maincontent {
	width: 760px;
	padding-right: 20px;
	padding-left: 20px;
}

div#maincontent .left {
	width: 200px;
	float: left;
	position: relative;
}

div#maincontent .left .content {
	width: 180px;
	float: left;
	background-image: url(../images/bkrd_leftdiv.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px;
}

div#maincontent .left .nobkrd {
	width: 180px;
	float: left;
	padding: 10px;
}

div#maincontent .left .button {
	width: 180px;
	float: left;
}

div#maincontent .left .button img {
	border: none;
}

div#maincontent .right {
	width: 520px;
	float: right;
	position: relative;
	padding-right: 25px;
	padding-top: 10px;
}

div#maincontent .story {
	width: 520px;
	background-image: url(../images/bkrd_rightdiv.jpg);
	background-repeat: repeat-x;
	margin-bottom: 40px;
}

div#maincontent .story img {
	float: right;
	border: none;
}

div#bodyfooter {
	clear: both;
	height: 78px;
	position: relative;
	background-image: url(../images/body_footer.jpg);
	background-repeat: no-repeat;
}
