body {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #000000;
	background-image: url(images/top-bg.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	z-index: 0;
	background-image: url(images/med-brown-px.gif);
	background-repeat: repeat;
	background-color: #999999;
	margin-bottom: 5px;
	padding-bottom: 20px;
}

#top {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

a {color: #666666; text-decoration: underline;}
a:hover {color: #D4C68A;}

p, ul, ol{
	line-height: 150%;
	font-size: 0.7em;
	color: #ffffff;
}

p {margin-top: .8em;}

/* Main Navigation Bar */

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #CCCCCC;
	color: #000000;
	float: left;
	width: 900px;
	font-family: Tahoma Small Cap Bold, Verdana, arial, helvetica, sans-serif;
	background-image: url(images/nav-bg.jpg);
	background-repeat: repeat-x;
}

#navcontainer ul li { 
	display: inline;
	font-weight: bold;
 }

#navcontainer ul li a
{
	padding: 0.2em 2em;
	background-color: #cccccc;
	color: #000000;
	text-decoration: none;
	float: left;
	background-image: url(images/nav-bg.jpg);
}

#navcontainer ul li a:hover
{
	background-color: #999999;
	color: #666666;
	background-image: url(images/nav-bg-hover.jpg);
}

/* end Main Navigation Bar */


#mainBox {
	width: 900px;
	margin-top: 35px;
	background-image: url(images/med-brown-px.gif);
	background-repeat: repeat-x;
	padding-bottom: 20px;
	
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma Small Cap Bold, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

h1 {
	margin: 0px;
	line-height: 100%;
	font-size: 1em;
}

h2 {
	margin: 10px 0px 0px;
	line-height: 100%;
	font-size: 1.15em;
}

h3 {
	font-size: 1em;
	line-height: 100%;
}



#footer {
	font-size: .6em;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 900px;
	margin: 5px auto 20px;
		width: 900px;
}

/* specific styles for home page*/

#homeMainText {
	width: 350px;
	margin: 10px 20px;
}
#homeVideoBox {
	width: 460px;
	float: right;
	clear: both;
	margin-right: 20px;
}

#homeRightBox {
	width: 460px;
	float: right;
	clear: both;
	margin-right: 20px;
}
#homeVideoBox img {
	margin: 10px 5px 20px;
	border: thin solid #000000;
}

/* specific styles for video pages*/

#videoTextBox {
	width: 400px;
	float: right;
	margin-right: 20px;
}

#video {
	width: 350px;
	margin: 10px 20px;
}
