body, p {  
	background: #000;
	color: #999;
	font-family : verdana, arial; 
	line-height: 1.3em;   
	scrollbar-face-color: #000;
	scrollbar-shadow-color: #666;  
	scrollbar-highlight-color: #666;
	scrollbar-3dlight-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-track-color: #000;
	scrollbar-arrow-color: #000;  
}
body {
	font-size : 75%; 
	margin-left: 10%;
	width: 80%;
	height: 500px;
	border: solid 1px #666;
	padding: 2px;
}
a {  
	font-family : verdana, arial; 
	color: #666;   
}      
a:hover{  
	font-family : verdana, arial;
	text-decoration: underline;
}     
a:visited {
	text-decoration: none;
}
#head {  
	height: 100px;
	border: solid 1px #666;
}
h1, #subhead {
	position: relative;
	display: block;
	text-align: right;
	font-size : 120%; 
	font-family : verdana, arial;
	line-height: 1em;  
	color: #999;
	padding: 0px 5px;
}
h1 {
	top: 65px;
}
#subhead{
	top: 48px;
}
#body {
	position: relative;
}
#content {
	position: relative;
	top: 2px;
	left: 22%;
	width: 54%;
	overflow: auto;
	padding: 5px;
	margin: 0px;
	height: 330px; 
	border: solid 1px #666666;
}
#sidebar-top { 
	position: absolute;
	overflow: auto;
	top: 2px;
	left: 0px;
	width: 20%; 
	height: 385px;
	color: #999999;
	border: solid 1px #666666;
	font-family : verdana, arial;
	line-height: 1.3em; 
	padding: 4px;
}
#sidebar-bottom {  
	position: absolute;
	overflow: auto;
	top: 2px;
	right: 2px;
	height: 385px;
	width: 20%;
	color: #999999;
	border: solid 1px #666666;
	font-family : verdana, arial;
	line-height: 1.3em; 
	padding: 4px;
	text-align: right;
}
#foot {
	position: relative;
	overflow: auto;
	height: 50px;
	left: 22%;
	top: 4px;
	width: 55%;
	margin: 0px;
	border: solid 1px #666666;
	padding: 3px;
	text-align: center;
}	
textarea, input, select {
	background:#000000;   
	font-family : verdana, arial; 
	font-weight: normal;   
	color:#999999; 
	border-color: #666666;   
	border-style: solid; 
	border-top-width: 1px; 
	border-left-width: 1px;
	border-right-width: 1px; 
	border-bottom-width: 1px; 
} 
h2, h3, h4, h5 {
	font-size: 100%;
}
h4 {
	text-weight: bold;
}