@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: 100%;
	background-color: #4A4A39;
	background-image: url(images/hugebg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/middlegrungelong.jpg);
	background-position: left top;
	background-color: #3F2E17;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container p {
	font-size: 11px;
	color: #9F9171;
}
.oneColFixCtrHdr #container #mainContent .links {
	width: 240px;
	float: left;
	padding: 5px;
	border: 2px dashed #AFA675;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #D9CBAB;
}
.oneColFixCtrHdr #container #mainContent .links h5 {
	margin-bottom: 2px;
	margin-top: 2px;
}
.oneColFixCtrHdr #container #mainContent .links p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.oneColFixCtrHdr #container a {
	color: #330033;
	text-decoration: none;
}
.oneColFixCtrHdr #container a:link {
	color: #D2C3A2;
}
.oneColFixCtrHdr #container a:hover {
	text-decoration: underline overline;
	color: #D2C3A2;
}
.oneColFixCtrHdr #container a:active {
	color: #D2C3A2;
}
.oneColFixCtrHdr #container a:visted {
	color: #D2C3A2;
}
.oneColFixCtrHdr #header {
	background-color: #493314;
	background-image: url(images/bgheadersite.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 174px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.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 {
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #container #mainContent #wordbox {
	background-image: url(images/transparentbrown.png);
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #container #mainContent #video {
	height: 300px;
	width: 450px;
	font-size: 9px;
	float: left;
	margin-right: 10px;
	background-image: url(images/videopaper.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #container #mainContent .links a:link {
	color: #D2C3A2;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #ffd8a3;
	background-image: url(images/footer.png);
}
.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 */
	font-size: 9px;
	color: #361B00;
}
.oneColFixCtrHdr #footer a {
	color: #330033;
}
.oneColFixCtrHdr #footer a:link {
	color: #330033;
}
.oneColFixCtrHdr #footer a:active {
	color: #330033;
}

.oneColFixCtrHdr #footer a:hover {
	color: #330033;
}
.oneColFixCtrHdr #footer a:visited {
	color: #330033;
}
.oneColFixCtrHdr #container #mainContent #video p {
	color: #43321B;
	padding-left: 10px;
	font-style: normal;
	font-weight: normal;
	padding-right: 30px;
}
.oneColFixCtrHdr #container #mainContent #video #imgbig img {
	float: left;
	margin-right: 5px;
	padding-right: 10px;
	padding-left: 10px;
	}
.oneColFixCtrHdr #container #mainContent #wordbox h3 {
	color: #9F9171;
}
.oneColFixCtrHdr #container #mainContent #wordbox a {
	font-size: 10px;
}
.oneColFixCtrHdr #container #mainContent #wordbox #videogallery {
	padding-left: 10px;
}
.oneColFixCtrHdr #container #mainContent #wordbox #imgsmall {
	padding: 5px;
	float: left;
}
.oneColFixCtrHdr #container #mainContent #wordbox .imgsmall img {
	padding: 5px;
	float: left;
}
}
