﻿body
{
	width: 800px;
	background:#372a02;
	background-repeat: no-repeat;
	background-position: 1% 190px;
	font-family:Arial, Geneva, sans-serif;
	font-size:11pt;
	color: #EEEEEE;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
	
	a:link {color: #DCDCDC;}
	a:visited {color: #FFFFFF;}
	a:hover {color: #A9A9A9;}
	a:active {color: #A9A9A9;}

/*div styles*/

#bannerHeader
{
	height: 130px;
	width: 100%;
	min-width: 980px;
	margin-left: auto;
	margin-right: auto; 
	text-align: left;
	padding-bottom: 5px;
}

#bannerBG
{
	z-index: -1;
	float: left;
	vertical-align: top;
}


#bannerHeader h1
{
	font-weight: bold;
	font-size: 28pt;
	color: #fff;
	font-style: italic;
	font-family: Arial;
	position: relative; 
	right: 160px;
}

#bannerHeader h2
{
	font-weight: bold;
	font-size: 16pt;
	color: rgb(165, 161, 85);
	font-style: italic;
	font-family: Arial;
	position: relative;
	right: 130px;
	bottom: 22px;
}

#bannerHeader h3 /*phone number in heading */
{
	font-weight: bold;
	font-size: 13pt;
	color: #FFFFFF;
	font-style: italic;
	font-family: Arial;
	text-align: left;
	position: relative;
	right: 110px;
	bottom: 26px;
}


div#mainContainer
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	/* background image this div only */
	/*background-image: url("/img/screenbg.gif");
	background-repeat: repeat;*/
}

div#leftNav
{
	text-align: left;
	width: 15%;
	float: left;
	height: auto;
	font-size: 14pt;
}

div#content
{
	width: 800px;
	text-align: left;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}


div#gallery
{
	/*
	width: 800px;
	font-size: 12px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	*/
	text-align: center;
}

div#gallery img
{
	width: 150px;
	height: 100px;
}
	
div#footer
{
	text-align: center;
	vertical-align: bottom;
	width: 100%;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#footer a
{
	font-size: 9pt;
	padding-right: 5px;
}

.big
{
	font-size: 18px;
}

/* mainFlash div */
div#titleFlash
{
	width: 480px;
	height: 270px;
	text-align: right;
	float: right;
	
}
/* end mainFlash div */
/* text next to movie */
div#nextToMovie
{
	height: 270px;
	width: 320px;
	text-align: left;
	float: left;
}
/* end nextToMovie */

table#video
{
    border: 1px;
    border-color: #000000;
}
