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

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #acacac;
	font-size: 8pt;
	font-family: verdana, sans-serif;
	text-align: justify;
}

.main {
	width: 800px;
}

a {
	color: #DFC491;
	text-decoration: underline;
}

a:visited{
	color: #DFC491;
	text-decoration: underline;
}

a:hover {
	color: #DFB161;
	text-decoration: none;
}

a.play{
	font-weight: normal;
	text-decoration: none;
}

a.play:hover {
	text-decoration: underline;
}

#content {
	padding: 0px 0px 0px 10px;
	margin-right: 500px;
	margin-left: 0px;
	height: 365px;
	position: absolute;
	top: 65px;
	left: 25px;
	overflow: auto; /*so if the client doesn't support javascript, they will get a scroller*/
	width: 385px;
}

.arrows {
	width: 25px;
	height: 335px;
	float: left;
}

.arrows div {
	margin-left: auto;
	margin-right: auto;
	width: 9px;
}

.down {
	position: absolute; top: 410px; left: 9px;
	cursor: pointer;
}

.up {
	position: absolute; top: 90px; left: 9px;
	cursor: pointer;
}

.upend {
	position: absolute; top: 70px; left: 9px;
	cursor: pointer;
}

p {
	margin: 10px 0px 10px 25px;
	line-height: 1.5em;
	text-align: justify;
}

.intlink {
	color: #DFB161;
	cursor: pointer;
}

.yellow {
	color: #DFB161;
}

h1 {
	color: #DFB161;
	font-size: 10pt;
	margin: 5px;
	text-transform: uppercase;
	
}

h2 {
	color: #DBC06D;
	margin: 5px;
	margin-left: 10px;
	font-size: 8pt;
	font-weight: bold;
}

li {
	margin: 3px;
	margin-left: 25px;
}

.comment {
	color: #acacac;
}

.marginleft {
	margin-top: 10px;
}

.right {
	float: right;
	margin: 20px;
}

#rightpic {
	display: none;
}

.rightpicbox {
	float: right;
	position: absolute;
	top: 65px;
	right: 15px;
	width: 350px;
	height: 365px;
	vertical-align: middle;
}


.rightvidbox {
	float: right;
	position: absolute;
	top: 125px;
	right: 25px;
	width: 320px;
	height: 245px;
	vertical-align: middle;
	display: none;
}

.navigation {
	padding: 0px;
	font-size: 9pt;
	color: #7C3838;
	margin-top: 25px;
	text-align: center;
	position: absolute;
	top: 440px;
	width: 100%;
	text-transform: uppercase;
}

.bottom {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 22px;
}

.most {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 440px;
	z-index: 0;
}

.navigation ul{
	list-style-type: none;
}

.navigation ul li {
	margin: 0px;
	margin-bottom: 10px;
	display: inline;
}

.navigation a:visited{
	color: #7C3838;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

.navigation a.on{
	border: solid 2px #7C3838;
	border-top: none;
	border-bottom: none;
	cursor: default;
}

.navigation a.on:visited{
}

.secondlevelnav{
	padding: 0px;
	font-size: 8pt;
	color: #7C3838;
	margin-top: 25px;
	text-align: left;
	position: absolute;
	top: 420px;
	width: 100%;
	z-index: +2;
	display: none;
}


.secondlevelnav ul{
	list-style-type: none;	
	margin-left: 25px;
}

.secondlevelnav ul li {
	margin: 0px;
	margin-bottom: 10px;
	display: inline;
}

.secondlevelnav a:visited{
	color: #DFC491;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

.secondlevelnav a.on{
	border: solid 2px #DFC491;;
	border-top: none;
	border-bottom: none;
	cursor: default;
}

.floatright {
	float: right;
	margin: 5px;
	margin-right: 25px;
}

.floatleft {
	float: left;
	margin: 5px;
	margin-left: 25px;
}

p.quote {
	margin-left: 30px;
	border-left: solid 3px #7C3838;
	padding: 5px;
}


#thumbnail {
	cursor: pointer;
}

.pics {
	margin-top: 10px;
}

.pics td {
	border: solid 1px #440b0b;
	width: 65px;
	padding: 3px;
	margin: 4px;
	height: 75px;
}

td.filler {
	border: none;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	text-align: right;
}


.standout {
	font-size: 9pt;
}

.credits {
	text-align: right;
	font-style: italic;
}













