body {
	background-color: #D0CEB7;
	background-image: url(assets/v2_pbg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 160px;
	margin-right: 2.5%;
	margin-left: 2.5%;
}
#maincell, #sidebar {
	line-height: 1.5;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
}
#maincell {
font-size: 14px;
border-right: 2px dotted #859587;
}
#sidebar {
font-size: 12px;
width: 30%;
}
#logoDiv {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
}
#navDiv {
	position: absolute;
	top: 105px;
	left: 0px;
}
#footer {
	font-size: x-small;
	border-top: 2px dotted #859587;
	font-style: italic;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-color: #859587;
	border-bottom-color: #859587;
	border-left-color: #859587;
}
