body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #080618;
	background-color: #0C1728;
	background-image: url(../site_assets/repeat_x.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 150px;
}
.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 {
	padding: 5px 20px 5px 20px;
	background-image: url(../site_assets/body_background.jpg);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #navigation {
	background-image: url(../site_assets/nav_bar_background.jpg);
	padding: 10px 0px 0px 0px;
	height: 40px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #banner {
	height: 200px;
	padding: 5px 0px 5px 0px;
	background: url(../site_assets/body_background.jpg);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #gallery {
	padding: 5px 0px 5px 0px;
	background-repeat: no-repeat;
	background-image: url(../site_assets/gallery_background.jpg);
}
.oneColFixCtrHdr #videoplayer {
	padding: 5px 0px 5px 0px;
	background-image: url(../site_assets/body_background.jpg);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #mp3player {
	width: 400px;
	height: 225px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.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: 80px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image: url(../site_assets/footer.jpg);
	background-repeat: no-repeat;
}
body,td,th {
	color: #FFF;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #409FCC;
	text-decoration: none;
}
a:visited {
	color: #409FCC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ACD7FF;
}
a:active {
	text-decoration: none;
	color: #ACD7FF;
}
.light_gray {
	color: #CCCCCC
}
.quote01 {
	color: #99C;
	font-style: italic;
}
h1 {
	font-size: x-large;
	color: #ACD7FF;
}
h2 {
	font-size: large;
	color: #CC9;
}
h3 {
	font-size: large;
	color: #0F2036;
}
