body {
	font-family:"Times New Roman", Times, serif;
	font-size : 15px;
	color : #cccccc;
	background-color:#000000;
	scrollbar-shadow-color: #00000000;
scrollbar-highlight-color: #00000000;
scrollbar-face-color: #00000000;
scrollbar-3dlight-color: #00000000;
scrollbar-darkshadow-color: #00000000;
scrollbar-track-color: #00000000;
scrollbar-arrow-color: #00000000;
} 
body, td, th {
	color : #cccccc;
	font-family:"Times New Roman", Times, serif;
	}
a:link {
	color: #AE0712;
	text-decoration: none;
}
a:visited {
	color: #AE0712;
	text-decoration: none;
}
a:hover {
	color:#0066CC
	text-decoration: underline;
}
a:active {
	color: #AE0712;
	text-decoration: none;
}
#container {
width : 100%; 
height : 621px;
position:absolute;
top:0px;
bottom:0px; 
}
#index {
width:100%;
height:621px;
font-family:"Times New Roman", Times, serif;
font-size : 15px;
color : #cccccc;
background-color:#000000;
}

#menuleft {
width:15%;
height:621px;
float:left;
padding: 5px 28px 5px 5px;
background-image:url(<IMG SRC="images/bar.gif);
background-position:right;
background-repeat:repeat-y;
}
#menuright{
width:15%;
height:621px;
float:left;
padding: 5px 5px 5px 28px;
background-image:url(<IMG SRC="images/bar.gif);
background-position:left;
background-repeat:repeat-y;
}
#content {
width:60.5%;
height:621px;
float:left;
overflow:auto;
padding: 5px;
}
#footer {
width: auto;
height:auto;
} 