body,html{
	padding:0;
	margin:0;
}
body {
	font-size:85%;
	font-family: "Gill Sans","Gill Sans MT",Verdana, Arial, serif;
	font-weight:100;
	background:#160000;
	color:#fff;	
	
	
}
input,textarea, select,option{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#0e0000;
	color:#ffffee;
	border-color:#330000;
	letter-spacing:normal;
}
.infotext{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffaa;
}
.labeltext{
	font-family:Arial, Helvetica, sans-serif;
	color:#ccaa88;
	font-weight:bold;
}
a img{
	border:none;
	outline:none;
}
a{
	color:white;
	text-decoration:none;
}
a:hover{
	color:silver;
}
h1,h2,h3{
	color:#fff;
	font-weight:normal;
	font-style:italic;
	/*background:url(../images/hd-underline.png) bottom left no-repeat;*/
	
}
h1{
	font-size:175%;
}
h2{
	font-size:150%;
}
h3{
	font-size:125%;
}
#body-glow{	
	margin:0 auto;
	min-height:450px;
	width:960px;
	background:url(../images/bg/body-glow.png) 0 0 repeat-y;
	padding:0 8px;	
}
#page-body{
	width:960px;
	
	padding-bottom:20px;
	min-height:450px;
	background:url(../images/bg/body.png) 0 -95px no-repeat #140000;	
}
#header{
	height:75px;
	width:936px;
	padding:20px 20px 0;
	background:url(../images/bg/top.png);
	margin:auto;
}
#logo{
	float:left;		
}
#topnav{
	height:32px;
	float:left;	
	margin-top:43px;
	margin-left:250px;
	
}
#topnav ul{
	margin:0;
	padding:0;
	line-height:32px;	
	
}
#topnav ul li{
	list-style-type: none;
	float:left;
	position:relative;	
}
#topnav ul li a{
	text-decoration:none;
	color:silver;	
}
#topnav ul li a:hover{
	color:white;
}
#topnav ul li ul{
	position:absolute;
	display:none;
	left:0;
	top:30px;
	border:outset 1px #160000;	
	background:#300000;
	line-height: 24px;
	padding:0.5em 1em;
	width:auto;
	z-index:1000;
	letter-spacing:normal;
}
#topnav ul li:hover ul,#topnav ul li.over ul{
	display:block;
	z-index:1000;
}
#topnav ul li ul li{
	float:none;
	border-bottom:1px solid white;
	width:8em;
}
#topnav ul li ul li.last{
	border-style:none;
}
#banner{
	width:960px;
	height:276px;
}
#bannershort{
	width:962px;
	height:252px;
}
#controls{	
	opacity:0.05;
	filter:alpha(opacity=5);
	zoom:1;
}
#controls:hover{
	
	opacity:1;
	filter:alpha(opacity=100);
}
div#glowtop{	
	height:35px;
	width:960px;
	top:0;
	left:0;
	background:url(../images/glow.png) 0 0;	
	border-bottom:solid 5px #560000;
}
#picscroll{
	background:url(../images/tyee-scroll.jpg) 0 0;
	width:960px;
	height:32px;
	padding-top:190px;
	text-align:center;
}
#bannerpic{
	width:960px;
	height:172px;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	
}
#banner-title{
	padding-top:132px;	
}
div#glowbottom{	
	height:38px;
	width:960px;
	top:0;
	left:0;
	background:url(../images/glow.png) bottom left;	
	border-top:solid 5px #560000;
}
#content{
	overflow:auto;
}
#leftsidebar{
	width:200px;
	padding:0 15px;
	float:left;
}
#maincontent{
	width:460px;
	padding:0 15px;
	float:left;
	/*border-left: solid 1px #300;
	border-right: solid 1px #300;*/	
}
#maincontent p{
	line-height:1.4em;
}
#rightsidebar{
	width:200px;
	padding:0 15px;
	float:left;
}
#page-foot{
	background:url(../images/bg/bottom.png);
	margin:0 auto;
	width:936px;
	padding:0 20px;
	height:21px;
}
#bottom{
	width:960px;
	margin: 0 auto;
	position:relative;
}
#bottom p{
	position:relative;
	left:auto;
	right:10px;
	text-align:right;
	margin-top:2px;
	color:#aaaa88;
	font-size:smaller;	
}
#portpick .selected{
	opacity:1;filter:alpha(opacity=100);
	border-color:#ffffee;
}
#portpick .unselected{
	opacity:0.4;filter:alpha(opacity=40);
	border-color:#777755;
}
#portpick .unselected:hover{
	opacity:1;filter:alpha(opacity=100);
	border-color:#ffffee;
}
#portpick td div{
	position:relative;
}
#portpick td div div{
	position:absolute;
	left:0;
	top:42px;
	border:1px outset #ffffee;
	background:#140000;
	padding:2px;
	font-size:10px;
	display:none;
}
#portpick td div div.bottom{
	top:-20px;
}
#portpick td:hover div div{
	display:block;
	z-index:1000;
}
