@charset "utf-8";
#mainContent     {
	border-top-color: #000000;
	border-top-width: 2px;
	border-top-style: solid;
	background-color: #B9D469;
	width: 1000px;
	background-position: center;
	margin-top: 0px;
}
.mediabox {
	background-color: #fccc38;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border: 2px solid #000000;
	padding: 10px;
}
.mp3player {
	border: 2px solid #000000;
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
}


.oneColFixCtrHdr  #container   {
	left: auto;
	right: auto;
	margin-right: 40px;
	margin-left: 40px;
	width: 1000px;
	margin-top: 20px;
	margin-bottom: 220px;
	border: 2px solid #000000;
}
body {
	background-color: #738442;
	background-image: url(../images/Background.gif);
	background-repeat: repeat;
}



.oneColFixCtrHdr #header {
	background-color: #b9d469;
}

.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 */
}
p {

}
h3 {

}


.oneColFixCtrHdr #footer {
	background-color: #B9D469;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: -21px;
}

.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 */
}

.photo {
	border: 3px solid #000000;
	margin: 5px;
}
hr {
	clear: left;
}
