﻿/*structure*/
body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	background: #422306 url('images/background.jpg') repeat-x top;
}	
#wrapper {
	width:766px;
	margin: 0px auto;
}
#header	{
	background-image:url('images/head.png');
	width:766px;
	height:324px;
}	
#main {
	width:766px;
	background:url(images/body.png) repeat-y;
}
/*navigation*/
#navHold, ul {
	float:left;
	width:178px;
	margin-left:13px;
	margin-top:3px;
	padding: 0;
	list-style-type: none;
}
#navHold li{ /*adjust padding between cells*/
	height:35px;
	padding-left:55px;
	padding-top:10px;
	padding-bottom:1px;
}
/*navigation links*/
a.myLink:link{
	font-weight: bold;
	font-size:20px;
	color:black;
	text-decoration: none;
}
a.myLink:visited{
	font-weight: bold;
	font-size:20px;
	color:#a56409;
	text-decoration: none;	
}
a.myLink:focus{
	font-weight: bold;
	font-size:20px;
	color:#799e96;
	text-decoration: none;
}
a.myLink:hover{
	font-weight: bold;
	font-size:20px;
	color:#799e96;
	text-decoration: none;
}
/*links page links*/
a:link{
	font-weight: bold;
	font-size:14px;
	color:#423d08;
}
a:visited{
	font-weight: bold;
	font-size:14px;
	color:#a56409;
}
a:focus{
	font-weight: bold;
	font-size:14px;
	color:#799e96;
}
a:hover{
	font-weight: bold;
	font-size:14px;
	color:#799e96;
}
/*bullets*/
.mustardButton	{
	background-image:url('images/mustardButton.png');
	background-repeat:no-repeat;
	padding-top:1px;
	padding-left:55px;
	height:45px;
}
.blueButton	{
	background-image:url('images/blueButton.png');
	background-repeat:no-repeat;
	padding-top:1px;
	padding-left:55px;
	vertical-align:middle;
	height:45px;
}
.brownButton	{
	background-image:url('images/brownButton.png');
	background-repeat:no-repeat;
	padding-top:1px;
	padding-left:55px;
	vertical-align:middle;
	height:45px;
}
.purpleButton	{
	background-image:url('images/purpleButton.png');
	background-repeat:no-repeat;
	padding-top:1px;
	padding-left:55px;
	vertical-align:middle;
	height:45px;
}
.greenButton	{
	background-image:url('images/greenButton.png');
	background-repeat:no-repeat;
	padding-top:1px;
	padding-left:55px;
	vertical-align:middle;
	height:45px;
}
.darkBrownButton	{
	background-image:url('images/darkBrownButton.png');
	background-repeat:no-repeat;
	padding-top:1px;
	padding-left:55px;
	vertical-align:middle;
	height:45px;
}
/*top link*/
.top	{
	width:50px;
	text-align:center;
	float:right;
}
/*structure related images*/
#logo	{
	width:168px;
	height:180px;
	padding-top:105px; 
	padding-left:22px; 
	float:left;
}
#movie	{
	width:535px;
	height:210px;
	padding-top:85px;
	padding-right:22px;
	float:right;
}
img{/*removes borders from all linked images*/
	border:0px;
}
/*structure*/
#content {
	float:right;
	margin-right:95px;
	margin-bottom:40px;
	width:58%;
	color:#000000;
}		
#footer {
	background-image:url('images/body.png');
	width:766px;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	clear:both;
}
/*text*/		
h1 {
	font-size:20px;
	line-height:26px;
}
/*footer text*/
.pSmall	{
	font-size:7pt;
	font-weight:bold;
	color:#aa7f57;
	text-align:center;
	margin-left:120px;
}
.smallCenter {
	font-size: small;
	font-weight: normal;
}
/*schedule slide*/
.hidden	{
	background: /*#daf3ed*/ none repeat scroll 0% 0%; 
	width: 100%;
	/*padding-left:15px;
	padding-right:15px;
	padding-top:1px;
	padding-bottom:15px;*/
	-moz-background-clip: border; 
	-moz-background-origin: padding; 
	-moz-background-inline-policy: continuous; 
	display: none;
}
.more	{
	margin-top:0px;
	margin-bottom:20px;
}
.tMargin	{
	margin-top:-10px;
}
/*links page*/
.tMargin2	{
	margin-top:-1px;
}
/*downloads page*/
.imgCenter	{
	text-align:center;
}
/*images*/
hr{
	width:100%;
	height:2px;
	background-color:black;

	margin-left:auto;
	margin-right:auto;
}
/*form*/
.form	{
	margin-left:auto;
	margin-right:auto;
}
