﻿/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

body
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	background-color: #000000;
	color: #6F5129;
}

a
{
	color: #3F2109 ;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color: white;
}

/* Outer */

#outer
{
	width: 778px;
	margin: 2em auto;
}

/* Header */

#header
{
	padding: 1.75em;
	text-align: center;
}

#header h1
{
	font-size: 2em;
	font-family:"Trebuchet MS"
}

#header h2
{
	font-size: 1em;
	color: #747474;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

/* Menu */

#menu
{
	background: #000000 url('../images/a1.jpg') no-repeat left top;
	height: 94px;
	width: 778px;
	font-family:"Trebuchet MS";
}

#menu ul
{
	list-style: none;
	text-align: center;
	position: relative;
	top: 45px;
}

#menu li
{
	padding: 0em 1.5em 0em 1.5em;
	display: inline;
}

#menu li a
{
	color: #3A2000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1em;
	font-weight:bold;
	letter-spacing: 0.2em;
}

#menu li a:hover
{
	text-decoration: none;
	color:white;
}

#menu li a:active
{
	text-decoration: none;
	color:white;
}

/* Content */

#xbg1
{
	position: absolute;
	z-index: 1;
	background: #000000 url('../images/a2.jpg') no-repeat left top;
	width: 778px;
	height: 98px;
}

#content
{
	background: #000000 url('../images/a3.jpg') repeat-y left top;
}

#content p
{
	margin-bottom: 2em;
	margin-top: 15px;
	line-height: 1.5em;
}

#content h2,h3,h5,h6
{
	position: relative;
	color: #3F2109;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #DFBF99;
}

#content h4
{
	position: relative;
	color: #3F2109;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}


#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content h4
{
	font-size: .9em;
	margin-top: 15px;
}

#content ul
{
	margin-bottom: 2em;
	padding-left: 1em;
}

#content blockquote
{
	margin-bottom: 2em;
}

#content blockquote p
{
	border-left: solid 8px #667700;
	padding-left: 1em;
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 2em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #DFBD99;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #EFDCC2;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	position: relative;
	z-index: 2;
	float: right;
	margin-left: -18em;
	width: 100%;
}

#primaryContent
{
	margin: 2em 3.0em 0em 19em;
	padding: 0em 0em 0em 1.5em;
	border-left: solid 1px #DFBF99;
}

#primaryContent h2
{
	text-align:center
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	z-index: 2;
	float: right;
	width: 15em;
	margin-top: 2em;
}

#imagealign
{
	text-align: center;

}

#imagealigncenter
{
	text-align:center; 
	margin-bottom:25px;
}

#imgborder
{
	border: thin #667700 solid
}

#player
{
	background: #000000;
	margin-top: 15px;
	margin-bottom: 15px;
	width:480px;
	height:475px;
	text-align:center;
}
/* Footer */

#footer
{
	width: 778px;
	height: 56px;
	padding-top: 30px;
	background: #000000 url('../images/a4.jpg') no-repeat left top;
	text-align: center;
}

.clear
{
	clear: both;
}

/* Form */

#formarea
{
	width: 305px;
	padding-left: 7px;
	padding-right: 2px;
	border: none;
	margin-left:70px;
	text-align:left;  
}

#formlabels
{
	font-weight: bold;
	text-align:left;
	margin-bottom:2px;
	margin-top:8px;
	width: 300px;
}

#formfields
{
	width: 300px;
	height: 20px;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #3A2000; 	
    
}
#formbuttonsarea
{
	text-align: center
}

#formbuttons
{
	margin: 5px;	
	font: bold 100% "Trebuchet MS";
	font-size: 10pt;
	width:80px;
	word-spacing:2px;
	color: #3A2000;	
	}