html,body {
height:100%;
	/* hide from Mac IE 5.x */ 
	background-color: #191919;
	margin: 0;
	padding: 0;
	border: 0;
	overflow-y: hidden;
	text-decoration:none; 
	}

#container {width:770px; height:620px;}
#container .text {font-family:verdana,arial; font-size:11px; text-decoration:none; underline: none; color:#cccccc;}
#container  A.text:link, #container A.text:active, #container  A.text:visited
{font-family:verdana,arial; font-size:11px; text-decoration:none; underline: none; color:#cccccc; letter-spacing:1px;}

#container A.text:Hover {color:#ffffff; text-decoration:none; background:#111111; border:1px dashed #000;}



.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
img {border-color:#ffffff;}

.clearing{
	height: 100px;
	clear: both;}
	
.clearing2{
	height: 200px;
	clear: both;}
	
.hr {border-style:solid;
border-bottom-width:1px;
border-top-width:0px;
border-right-width:0px;
border-left-width:0px;
border-color:black;
width:300px;
text-align:left;}

table.main {width:750px; height:600px; background-color:#340303; border-style:solid; border-width:10px; border-color:#000000;}

table.nav {width:750px; height:25px; background-color:#222222; border-style:solid; border-bottom-width:1px; border-color:#808080;
border-top-width:0px;
border-right-width:0px;
border-left-width:0px;}

ul{
	list-style-image: url(images/blt.jpg);
	padding: 0;
	margin: 0;
	font-family:verdana,arial; font-size:11px; text-decoration:none; underline: none; color:#cccccc;
}
li{
	padding: 0 0 1px 1px;
	margin: 0 0 2px 10px;
	}

#navcontainer{width:750px; background-color:#222222; border-bottom: 1px dashed #808080;}


.navlist UL{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

.navlist LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

.navlist A
{
line-height:15px;
color: #666;
font-size: 10px;
display: block;
width: auto;
font-family:"century gothic", arial, verdana;
font-variant: small-caps;
letter-spacing:2px;
text-decoration: none;
background: #222222;
margin: 0;
padding: 2px 10px;
border-right: 1px solid #808080;
}

.navlist A:hover, .navlist A:active { background: #111111; color:white; }

.navlist A.active:link, .navlist A.active:visited
{
position: relative;
z-index: 102;
background: #111111;
font-weight: bold;
}

.navlist li a.current
{color:white;
}

.footer { text-align:center;
font-family:"century gothic", arial, verdana;
font-size: 10px;
font-variant: small-caps;
letter-spacing:1px;
color:#ccc;
}

