#holder {
	height: 1010px;
	width: 800px;
	background-color: #575858;
	text-decoration: none;
	top: 0px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	clip: rect(auto,auto,auto,auto);
}
#body {
	background-image: url(images/body.png);
	height: 571px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 5px;
}
#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 144px;
	width: 800px;
	margin-top: 20px;
	text-decoration: none;
	position: relative;
}
#header {
	background-image: url(images/header.jpg);
	height: 231px;
	width: 800px;
	text-decoration: none;
}
#sidebar {
	float: right;
	width: 300px;
	background-image: url(images/divider.png);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	text-align: left;
	padding-left: 8px;
	position: static;
	height: 500px;
	overflow:visible;
	z-index: 10;
	margin-right: 15px;
	font-size: 12px;
}
#innerbody {
	height: 560px;
	width: 450px;
	float: left;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: left;
	margin-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #0FF;
}
a:active {
	text-decoration: none;
	color: #FF0;
}
.dates {
	font-weight: bold;
	color: #FFF;
	margin-left: 15px;
}
