@charset "utf-8";
body {
	background-color: #3c0000;
	margin: 5px;
	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-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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: 99px;
	}
	
.oneColFixCtrHdr #navcont {
	height: 32px;
	background-image: url(images/site_03.jpg);
}
	
.oneColFixCtrHdr #mainContent {
	background-image: url(images/site_05.jpg);
	background-repeat: repeat-y;
	color: #290501;
}

.oneColFixCtrHdr #footer {
	text-align: center;
	font-size: 10px;
	color: #D7C7B3;
}

#footer a:link {
	color: #BCA281;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a:visited {
	color: #BCA281;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}


.innertube {
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:normal;
	line-height: 21px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight:normal;
	color: #290501;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:normal;
	color: #290501;
}

a:link {
	color: #660000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #660000;
	text-decoration: underline;
	font-weight: bold;

}
a:hover {
	color: #290501;
	text-decoration: underline;
	font-weight: bold;

}



#hidden a:link {
	color: #663300;
	text-decoration: none;
}
#hidden a:visited {
	color: #663300;
	text-decoration: nonee;
}
#hidden a:hover {
	color: #663300;
	text-decoration: none;
}

/* navigation styles */

#mainMenu {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

#mainMenu ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#mainMenu li {
	list-style-type: none;
	display: inline;
}
#mainMenu li a {
	line-height: 32px;
	text-decoration: none;
	padding: 2px 25px;
}
#mainMenu li a:link {
	color: #3c0000;
}
#mainMenu li a:visited {
	color: #3c0000;
}
#mainMenu li a:hover {
	color: #CC6633;
	background-color: #3c0000;
}
.fancyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #290501;
}
.fancyText2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #D7C7B3;
}
.fancyText3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #D7C7B3;
	background-color: #3c0000;
}
img {
border: 0;
}
.imgright {
	float: right;
	margin-left: 20px;	
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
hr {
	color:#3c0000;
}

#moviespot{
	width: 425px;
	float:right;
	margin-left: 20px;
	margin-top: 25px;
	margin-bottom: 20px;
	padding: 5px;
	background-color: #A48257;
}

.hbar{
	background-color:#3c0000;
	color:#D7C7B3;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
