@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #a8854d;
}
.oneColFixCtrHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #6C7328;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #b3b97d;
}
.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: 0 20px;
	background-color: #6c7328;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	background-color: #6C7328;
}
.oneColFixCtrHdr #contact {
	margin-left: 50px;
	float: right;
	width: 650px;
	padding: 50px;
	text-align: right;
}

.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 */
}.oneColFixCtrHdr #container #mainContent p {
}
.oneColFixCtrHdr #container #navigation {
	background-color: #000033;
}
.oneColFixCtrHdr #container #movie {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #B6B6B6;
	border-right-color: #B6B6B6;
	border-bottom-color: #B6B6B6;
	border-left-color: #B6B6B6;
	padding: 0px;
	margin: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	color: #FFFFFF;
	text-align: left;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #381D03;
	font-style: italic;
}
a {
	color: #381D03;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent img {
	padding: 10px;
	text-align: left;
}
.oneColFixCtrHdr #container #mainContent #contactus label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.oneColFixCtrHdr #container #mainContent img {
	padding: 10px;
	margin: 5px;
	float: left;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #381D03;
	text-align: center;
}
