@charset "utf-8";
/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	}
	
body {
	background-color:#080402;
	}
	
p {
	color: #E3E2ED;
	}

a {
	color: #E3E2ED;
	text-decoration: none;
	}
	
a:hover {
	color: #bfbaba;
	text-decoration: none;
	}
	
a:visited {
	color: #C4B67D;
	}
	
a:active {
	color: #ffffff;
	}
	
#pagecontainer {
	border: 1px solid #444444;
	background-color: #100f0c;
	width: 801px;
	margin: 0 auto 0 auto;
	padding: 10px;
	}
	
.piececontainer {
	/*border: 1px solid #ffffff;*/
	border: none; 
	width: 750px;
	min-width: 750px;
	max-width: 750px;
	height: 200px;
	min-height: 200px;
	max-height: 200px;
	display: block;
	position: relative;
	padding: 4px;
	}

.piecehdrcontainer {
	/*border-bottom: 1px solid #EFE1AB;*/
	border: none;
	width: 750px;
	height: 25px;
	display: inline-block;
	padding: 0px;
	padding-bottom: 2px;
	}

.thumbshdr {
	width: 200px;
	height: 25px;
	padding-left: 4px;
	float: left;
	display: inline-block;
	}
	
.piecedeschdr {
	border: none;
	width: auto;
	height: 25px;
	padding-left: 12px;
	float: left;
	}
		
.thumbs {
	width: 200px;
	max-width: 200px;
	height: 200px;
	max-height: 200px;
	float: left;
	clear: both;
	border: none;
	margin: auto;
	padding-right: 8px;
	position: relative;
	display: block;
	}

.cpy {
	font-size: 10px;
	}
	
.hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	}

.hdr2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	}

.tophdr {
	text-align: right;
	font-size: 16px;
	float: right;
	clear: both;
	display:inline-block;
	margin: 0px;
	padding: 0px;
	}
	
#footer {
	border-top: 1px solid #EFE1AB;	
	text-align: center;
	width: 792px;
	margin: 30px auto 0 auto;
	padding: 5px;
	font-size: 10px;
	display: inline-block;
	float:none;
	}

#topnavcontainer {
	text-align: center;
	width: 800px;
	height: auto;
	margin: 0px;
	position: relative;
	}

#topnav {
	border-top: 1px solid #EFE1AB;	
	margin:0px;
	padding:0px;
	list-style:none;
	font-family:Helvetica, sans-serif;
	font-size:19px;
	display: block;
	float: none;
	clear: both;
	position: relative;
	}
	
#topnav li a {
	color:#F3F2FD;
	text-decoration:none;
	display:inline;
	}
	
#topnav li a:hover {
	color:#F3F2FE;
	display:inline;
	}
	
#topnav li a span.show {
	display:none;
	}
	
#topnav li a:hover span.show {
	display:inline;
	}
	
#topnav li a:hover span.noshow {
	display:none;
	}

#flvfooter {
	border-top: 1px solid #EFE1AB;	
	text-align: center;
	width: auto;
	margin: 30px auto 0 auto;
	padding: 5px;
	padding-bottom: 10px;
	font-size: 10px;
	display: block;
	float:none;
	}
	
#flvcontainer {
	border: 1px solid #444444;
	background-color: #100f0c;
	width: auto;
	min-width: 320px;
	max-width: 496px;
	height: auto;
	min-height: 240px;
	margin: 0 auto 0 auto;
	padding: 10px;
	text-align: center;
	}