#wrapper {
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	height: 100%;
	width: 800px;
	position: relative;
}
#logo {
	float: left;
	height: 250px;
	width: 250px;
	background-image: url(../images/Logo.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#dates {
	float: left;
	height: 100%;
	width: 350px;
	line-height: 1.5em;
}
.dates_padding {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#dates h3 {
	color: #ff9900;
	padding-bottom: 4px;
}
#nav {
	float: right;
	height: 100%;
	width: 200px;
}
.nav_padding {
	padding-top: 10px;
	padding-bottom: 10px;
}
#main_body {
	height: 100%;
	width: 800px;
	position: relative;
	border-top: 2px solid #333;
	text-align: justify;
}
#main_body li {
	list-style-image: url(../images/tick.jpg);
	margin-left: 40px;
}
#content {
	float: left;
	height: 100%;
	width: 800px;
	line-height: 1.5em;
}
.content_padding {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}
#right {
	float: right;
	height: 100%;
	width: 200px;
	text-align: left;
}
.right_padding {
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer {
	position: relative;
	height: 60px;
	width: 800px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	border-top: 2px solid #333;
}
.clearboth {
	clear:both;
}
.copyright {
	font-size: .9em;
	text-align: center;
	padding-top: 15px;
	margin-top: 0px;
	padding-bottom: 0px;
}
.webd3 {
	font-size: 0.8em;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
}
