html    
{
	color: #DDDDDD;
}

body    
{
	background-color: #000000;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(media/bg2.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

td  	
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table
{
	margin-left:auto;
	margin-right:auto;
}

img
{
	border:none;
}

a:link  
{
	color: #DB1818; 
	text-decoration: underline;
}

a:active
{
	color: #DB1818;
	text-decoration: underline;
}
a:visited
{
	color: #E9E9AE;
	text-decoration: underline;
}
	
a:hover 
{
	color: #747456;
	text-decoration: none;
}

/* left menu style */

#leftside 
{
	position : fixed;
	left : 0px;
	width : 100px;
	margin-left : 5px;
	padding-left : 0px;
	margin-top : 0px;
}

#menu ul
{
	list-style-type:none;
	padding:5px;
  	margin:0;
}

#menu li
{
	padding:2px;
}

#menu p
{
	padding:0;
	margin:0;
}

/* content style */
	
#rightside 
{
	left : 105px;
	top : 20px;
	width : 665px;
	margin-left : 105px;
	padding-left : 0px;
}
