* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #CCCCCC;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #0000FE;
	padding: 5px;
}
#wrapper #header {
	background-color: #FFFEC6;
	height: 79px;
	float: left;
	width: 530px;
	line-height: 50px;
	padding-top: 5px;
}
#wrapper #datebar {
	height: 45px;
	width: 530px;
	float: left;
	background-color: #FFFEC6;
}
#wrapper #navbar {
	float: left;
	background-repeat: repeat-x;
	height: 50px;
	width: 530px;
}

#wrapper #slideshow {
	float: right;
	height: 96px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #mainbody {
	background-color: #FFFFFF;
}
#wrapper #mainbody #pageleft {
	width: 508px;
	float: left;
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #0000FE;
	border-right-color: #0000FE;
	border-bottom-color: #0000FE;
	border-left-color: #0000FE;
	border-left-style: none;
	padding: 10px;
}
#wrapper #mainbody #footer {
	height: 25px;
	width: 800px;
	float: none;
	clear: both;
	background-color: #CCCCCC;
}

#wrapper #mainbody #pageright {
	width: 265px;
	float: right;
	background-color: #FFFFFF;
	text-align: center;
}
