/* CSS layout */
body {
    background: #000000;
}

#left_col {
	width: 50px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000000;
	background-image: url('left_sidebar.png');
	background-repeat: repeat-y;
	height: 100%;
	bottom: 100%;
}
#right_col {
	width: 50px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #293F73;
	background-image: url('right_sidebar.png');
	background-repeat: repeat-y;
	height: 100%;
	bottom: 100%;
}
#page_content {
	margin-right: 50px;
	margin-left: 50px;
	background-color: #000000;
	color: #9999FF;
	height: 100%;
}
	
#container {
	position: relative;
	width: 100%;
}

li a {
height: 37px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 29px;
text-decoration: none;
text-align: left;
}	
	
li a:link, #menu li a:visited {
color: navy;
display: block;
background:  url('off.png') top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}
	
li a:hover {
color: blue;
background:  url('on.png') top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

