#sidebar {
	z-index: 300;
	position: absolute;
	height: 212px;
	width: 126px;
	visibility: visible;
	float: left;
	top: 175px;
}



#banner {
	height: 150px;
	width: 95%;
	position: relative;
	z-index: 500;
	border: medium outset #006633;
}
.button_image {
	background-color: #D5DEE5;
	margin-top: 10px;
	margin-bottom: 10px;
}


#body_content {
	position:relative;
	width:95%;
	z-index:601;
	padding-top: 15px;
	padding-left: 10px;
	visibility: visible;
	list-style-position: outside;
	list-style-type: disc;
	top: 5px;
	left: 50px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	position: relative;
	width: 530px;
	padding-left: 10px;
	height: auto;
	top: 20px;
	float: left;
	left: 125px;
}
#content_wrapper {
	position: relative;
}
 
