body {
background-color: #000000;}

#logo {
	position: absolute; width:100%; height: 97px; top:100px; left:0px;
	background: #000000;
}
#minitabs {
	font-family: courier new, courier, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #fff;
	}
	
#minitabs li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#minitabs a {
	float: right;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #ffffff;
	}
#minitabs a.active, #minitabs a:hover {
	border-bottom: 4px solid #fff;
	padding-bottom: 2px;
	color:	#000000;
	background: #666;
	}
#minitabs a:hover {
	color: #ffffff;
	}
	
#content	{
	position: absolute;
	top: 200px;
		width:80%;
		height: 260px;
		float: left;
		padding: 20px;
		border-style:dashed;
		border-width:thick;
		border-color:#000099;
	}
	
#letters	{
	padding: 20px;
	height: 250px;
		}
		
#footer	{
	position: absolute;
	top: 600px;
	}

.thumblist
{
list-style:none;
padding:0;
margin:0;
}
.thumblist li
{
float:left;
margin-right:30px;
margin-bottom:10px;
width:150px;
height:170px;
text-align:center;
}
.thumblist a
{
display:block;
margin-top: 0;
	margin-bottom: 4px;
	font-family: courier new, courier, mono;
	font-size: 16px;
	line-height: 20px;
	color: #666;
}
.thumblist img
{
border:1px solid #f8f400;
}

p	{
	margin-top: 0;
	margin-bottom: 4px;
	font-family: courier new, courier, mono;
	font-size: 16px;
	line-height: 20px;
	color: #666;
	}
		
h1	{font-family: courier new, courier, mono;
	font-size: 22px;
	font-weight:bold;
	margin: 0;
	color: #ffffff;
	}
	
.small	{
	font-size: 60%;
	line-height: 10px;
	color: #00b5ef;
	}
	
.large	{
	font-size: 110%;}
 
.g	{color: #666;}
.w	{color: #fff;}

.line	{
	border-top: 2px solid #f8f400;
