body {
	background-color: #0a0a0a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	list-style:none;
	padding: 10px;
}

a:visited{
	color:#6B6B6B;
	font-size:9px;
	font-weight:bold;
	text-decoration: none;
}
a:link	{
	color:#444444;
	font-size:9px;
	font-weight:bold;
	text-decoration: none;
}

a:hover	{
	color:#FFFFFF;
	font-size:9px;
	font-weight:bold;
}



a:active	{	
	color:#444444;
	font-size:9px;
	font-weight:bold;
}

/*------------------*/
#container {
	width: 80%;
}
#sub_container {
	width: 80%;
	padding-top: 30px;
	padding-left: 20px;
}
#sidemenu {
	color:#444444;
	font-family:arial;
	font-size:9px;
	font-weight:bold;
	list-style-type: none;
}
#sidemenu a:link{
	color:#444444;
	font-family:arial;
	font-size:9px;
	list-style-type: none;
	text-decoration: none;
}
#sidemenu a:visited{
	color:#444444;
	font-weight:bold;
	list-style-type: none;
	text-decoration: none;
}
#sidemenu a:hover{
	color:#FFFFFF;
	list-style-type: none;
	text-decoration: none;
}
/*------------------*/
#border {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
/*-------bottom menu-----------*/

#bottom_menu {
	vertical-align: baseline;
	bottom: auto;
}
