/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

body
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	background-color: #000000;
	color: #6F5129;
}


/* Outer */

#outer
{
	width: 778px;
	margin: 2em auto;
}

/* Header */

#header
{
	padding: 1.75em;
	text-align: center;
}

#header h1
{
	font-size: 2em;
	color: white;
}
#primarycontent h1 {
	font-size: 2em;
	color: red;
}
#header h2
{
	font-size: 1em;
	color: #747474;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

/* Menu */

#menu
{
	background: #000000 url('images/a1.jpg') top left no-repeat;
	height: 94px;
	width: 778px;
}

#menu ul
{
	list-style: none;
	text-align: center;
	position: relative;
	top: 60px;
}

#menu li
{
	display: inline;
}

#menu li a
{
	color: #3A2000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
	}

#menu li a:hover
{
	text-decoration: underline;
}

/* Content */

#xbg1
{
	position: absolute;
	z-index: 1;
	background: #000000 url('images/a2.jpg') top left no-repeat;
	width: 778px;
	height: 98px;
}

#content
{
	background: #000000 url('images/a3.jpg') top left repeat-y;
}

#content p
{
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

#content h2,h3,h5,h6
{
	position: relative;
	color: #3F2109;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-top: solid 1px #DFBF99;
}

#content h2
{
	font-size: 1.5em;
	text-align: left;
}

#content h3
{
	font-size: 1.1em;
	}
#content h4 {
	border-top: none;
}
.bold {
	font-weight: bold;
	}
.link a:link {
	color: red;
	}
.link a:visited {
	color: red;
	}
.link a:hover {
	color: red;
	}
.link a:active {
	color: red;
	}
/* Primary Content */

#primaryContentContainer
{
	position: relative;
	z-index: 2;
	float: right;
	width: 100%;
	background: #000000 url('images/a3.jpg') top left repeat-y;
}

#primarycontent
{
	padding: 0 40px 20px 40px;
	text-align: center;
	}
#primarycontent p.quote1{
	font-size: 150%;
	padding: 0 50px 0 50px;
	}
#primarycontent p.quote2{
	font-size: 150%;
	padding: 0 50px 10px 50px;
}
#primarycontent p.quote1 a:link{
	text-decoration: none;
	color: black;
	}
#primarycontent p.quote1 a:visited{
	text-decoration: none;
	color: black;
	}	
#primarycontent p.quote1 a:hover{
	text-decoration: underline;
	}
#primarycontent p.quote1 a:active{
	text-decoration: none;
	color: black;
	}
#primarycontent .posters{
	letter-spacing: 0.3em;
	}
#primarycontent .posters2{
	letter-spacing: 0.5em;
	line-height: 5em;
	text-align: center;
	}

/* Table */
#content table{
	text-align: left;
	margin-top: -2em;
	margin-bottom: 1em;
	}
#content table td
{
	padding: 0 .5em .5em .5em;
}
table.feature {
	width: 100%;
	}
	
table.short {
	width: 100%;
	}
table.video {
	width: 100%
	}
#content table td.rowA {
	font-weight: normal;
	}
	

#secondarycontent {
	padding: 400px 0 0 0;
	background: #000000 url('images/a3.jpg') top left repeat-y;
	
	}
/* Footer */

#footer
{
	width: 778px;
	height: 56px;
	padding-top: 30px;
	background: #000000 url('images/a4.jpg') top left no-repeat;
	text-align: center;
}

.clear
{
	clear: both;
}
.link2 {
	font-weight: bold;
	}
.link2 a:link {
	color: black;
	text-decoration: none;
	}
.link2 a:visited {
	color: black;
	}
.link2 a:hover {
	color: black;
	text-decoration: underline;
	}
.link2 a:active {
	color: black;
	}