@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #container {
	width: 787px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#feature_container {
	float: left;
	width: 758px;
	margin-top: 10px;
	margin-left: 14px;
	background-color: #525c28;
	border: 1px solid #000000;
}
.feature_banner {
	width: 750px;
	margin-top: 4px;
	margin-left: 4px;
}
.musicbox {
	float: left;
	width: 750px;
	margin-top: 6px;
	height: 298px;
	border: 1px solid #000000;
	margin-bottom: 320px;
	background-color: #717e40;
	margin-right: 6px;
	display: block;
}

.musicbox:hover {
	float: left;
	width: 750px;
	margin-top: 6px;
	height: 298px;
	border: 1px solid #000000;
	margin-bottom: 320px;
	background-color: #abb978;
	margin-right: 6px;
	display: block;
}

.mb_content {
	display: inline;
	float: left;
	width: 178px;
}
.mb_image {
	width: 150px;
	border: 1px solid #FFFFFF;
	margin-top: 12px;
	margin-left: 12px;
}
.mb_desc {
	width: 730px;
	margin-left: 12px;
	font-size: 13px;
	margin-top: 12px;
}
.mb_desc a {
	font-weight: bold;
	color: #999999;
}
.oneColFixCtrHdr #header {
	height: 137px;
	text-decoration: none;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	width: 787px;
	float: left;
	text-decoration: none;
	background-color: #e6f0f7;
}
#advertisments {
	height: 80px;
	margin-top: 10px;
	margin-left: 18px;
	width: 750px;
}
#nav {
	height: 22px;
}
.oneColFixCtrHdr #footer {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 9px;
	text-decoration: none;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-decoration: none;
}
