/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.3em;
}
/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 0.5em;
}
fieldset {
	border: none;
}
input,/* Form field text-scaling */ select  {
	font-size: 110%;
}
h1 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
}
h2 {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px
}
p {
	color: #000;
}
a {
	color: #f00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #666;
	text-decoration: none
}
a:active {
	color: #666;
	text-decoration: none
}
.smallnote {
	color: #f00;
	font-size: 10px;
}
.smallitalic {
	color: #900;
	font-size: 10px;
	font-style: italic;
	letter-spacing: 1.5px;
}
.staff {
	color: #000;
	font-size: 10px;
	line-height: 14px;
	text-align: right;
}
#wrapper {
	background-color: #6f1000;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 800px;
	height: 400px;
	clear: both
}
#header {
	position: relative;
	top: 20px;
	width: 760px;
	height: 100px;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
#contentwrapper {
	background-image: url(images/bg_dark.jpg);
	position: relative;
	top: 20px;
	width: 760px;
	height: 400px;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
}
#maincontainer {
	position: relative;
	width: 720px;
	height: 365px;
	left: 20px;
	top: 20px;
	opacity: .85;
	-moz-opacity: .85;
	background-color: #FFFFFF;
	filter: alpha(opacity=85);
}
#maincontent {
	width: 720px;
	height: 365px;
}
#maincontentscroll {
	position: relative;
	width: 720px;
	height: 365px;
	overflow: auto;
	clip: auto;
	margin: 0em;
}
#maincontentscroll   ul   li {
	width: 220px;
	float: left;
	list-style: none;
	margin: 0em;
}
#showthumbs  {
	float: left;
	width: 400px;
	height: 300px;
	position: relative;
	left: 10px;
	top: 10px;
}
#showthumbs a {
	float: left;
	width: 64px;
	height: 64px;
	position: relative;
	left: 10px;
	top: 10px;
	text-align: left;
	margin-right: 30px;
	margin-bottom: 23px;
}
#showdisplay {
	float: left;
	width: 300px;
	height: 352px;
	position: relative;
	left: 10px;
	top: 7px;
}
#showcontent {
	float: left;
	width: 400px;
	height: 253px;
	left: 10px;
	top: 10px;
	position: relative;
	z-index:1;
	overflow: scroll;
}
#showcontentmedia {
	float: left;
	width: 400px;
	height: 70px;
	position: relative;
	left: 10px;
	top: 10px;
	vertical-align: baseline;
}
#showcontentmedia a {
	float: left;
	width: 64px;
	height: 64px;
	position: relative;
	top: 10px;
	margin-right: 15px;
	border: 0;
}
#faqnav {
	margin-top: 20px;
	margin-left: 20px;
	width: 180px;
	height: 356px;
	position: relative;
	background-image: url(images/fff.gif);
}
#faqnav  a {
	list-style-type: none;
	line-height: 20px;
	margin-left: 10px;
	width: 180px;
}
#faqcontent {
	background-color: white;
	width: 502px;
	height: 360px;
	overflow: auto;
	clip: auto;
	margin-top: 20px;
	margin-left: 20px;
	padding-left: 7px;
	padding-right: 7px;
	position: absolute;
	left: 205px;
	top: -1px;
	background-image: url(images/fff.gif);
}
#faqcontent ul li {
	margin-bottom:7px;
	list-style-type: none;
}
#footer {
	text-align: center;
	position: relative;
	top: 20px;
	width: 760px;
	height: 40px;
	clear: both;
	font-size: 10px;
	line-height: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	overflow: hidden;
}
#listcontent {
	width: 720px;
	height: 365px;
}

