@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background: #bdb595;
	font: 12px/130% Tahoma;
}
img{
	margin: 0px;
	padding: 0px;
	border-style: none;
}
p{
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	padding: .2em;
}
td{
	vertical-align: top;
}
hr{
	color: #CCCCCC;
	background: #CCCCCC;
	height: 1px;
	border-style: none;
}
h1,h2,h3,h4,h5,h6{
	margin-top: .7em;
	margin-bottom: .7em;
}

h2{
	font-size: 130%;
}
h3{}

a,a:link,a:visited{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:active{}

/****************************************/
#gradtop{
	background: url(../images/gradt.jpg) repeat-x bottom;
	height: 80px;
}
#gradbottom{
	height: 110px;
	background: url(../images/gradb.jpg) repeat-x top;
}

#gwrapper{
	background: #363324 url(../images/bg-gwrapper.jpg) repeat-x bottom;
	border: 5px solid #FFFFFF;
	position: relative;
}
#wrapper{
	width: 770px;
	position: relative;
	margin: 0px auto;
	border-right: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	background: #FFFFFF;
}
#topnav{
	background: #4D4831 url(../images/bg-fh.jpg) repeat-x;
	padding: 15px;
	clear: both;
	float: none;
}
#topnav a{
	margin-right: 5px;
	margin-left: 5px;
}
#content{
	position: relative;
	width: 770px;
	background: #E0E0C2;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}

#content #left{
	background: #E0E0C2;
	width: 545px;
	float: left;
	position: relative;
}
#content #right{
	float: left;
	position: relative;
	border-left: 5px solid #FFFFFF;
}
#content .box{
	border-bottom: 5px solid #FFFFFF;
}
#content .inner{
	position: relative;
	background: #E0E0C2;
	padding: 5px;
	border-bottom: 5px solid #FFFFFF;
}

#footer{
	background: #4D4831 url(../images/bg-fh.jpg) repeat-x;
	clear: both;
	position: relative;
	padding: 15px;
	border-top: 5px solid #FFFFFF;
}
#copyright{
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #FFFFFF;
	padding-top: 10px;
}
#powered{
	text-align: right;
	margin-left: 320px;
}


#movie{
	z-index: 2;
}
#hometxt{
	height: 1px;
	z-index: 0;
	position: absolute;
	overflow: hidden;
	top: 100px;
}
#homeblurb{
	z-index: 2;
	background: #E0E0C2;
}
#gallery{
	padding-left: 4px;
}
#gallery img{
	margin: 3px 4px;
}
/***************************************************/
/* Form Styles */


input,label,textarea,input.button,select{
	margin-top: 2px;
	margin-bottom: 2px;
}

label{
	float: left;
	width: 100px;
	overflow: visible;
}
fieldset{
	border: none;
	color: #044659;
}
form br{
	clear: both;
	float: none;
}
input,select,textarea{
	border: 1px solid #CCCCCC;
	width: 130px;
}
input.button{
	width: 75px;
}
/***************************************************/

.clearboth{
	clear: both;
	float: none;
	height: 1px;
}
#spacer{
	position: relative;
	background: url(../images/spacer-or.jpg) repeat-y;
	border-top: 5px solid #FFFFFF;
}
