
body
{ 
background-image: url(bg2.jpg);
background-repeat: repeat-x;
background-position: top
} 

a:link { text-decoration: none; color:#7a7878; }
a:visited { text-decoration: none; color:#7a7878; }
a:active { text-decoration: none; color:#7a7878; }
a:hover { text-decoration: none; color: #1e1e1e;}
td,p,body{color:#ffffff;font:10px verdana}


i{
	color: #ff0000;
	}
	
b{
	color: #9ca5d3; 
	font-weight: bold;
	}	

table, td, tr, thead, tfoot, tbody, th, tf {
border-collapse: collapse;
margin: 0px;
padding: 0px; }
	
	
#nav ul {
	padding-left: 0;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	width: 100%;
	font: 10px arial;
	text-align: left;
	}

#nav ul li { 
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	}

#nav ul li a {
	color: #ffffff;
	border-bottom: 0px;
	padding: 10px;
	background: #dddddd;
	}
	