#wapper {
	width: 800px;
	margin: 0 auto;
	background-color: #FFF;
}
#navigation {
	height: 30px;
	width: 800px;
	background-color: #000;
}
#content {
	width: 800px;
}
#contentbodcop {
	width: 748px;
	margin: 0 auto;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #7c9635;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
#footer {
	width: 800px;
}
/* force body scrollbar */
html { 
    height: 100%;
    margin-bottom: 1px;
} 
