body {  
   font-family: verdana,tahoma,arial;
   font-weight: normal; 
   font-size: 12px; 
   
   margin: 0px;
   display: block;  
   background-image: url('../gfx/main-bg.jpg'); 
   background-repeat: repeat-x;
}

#site {
    	width: 724px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#topmenu {
    	width: 724px;
    	height: 30px;
	margin: 0px;
	border: solid 0px #f0f0f0;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-image: url('../gfx/menu-bg.gif'); 
   	background-repeat: no-repeat;
   	color: #ffffff;
   	font-size: 12px;
   	font-weight: bold;
}

a.topmenu:link,a.topmenu:visited,a.topmenu:active
{
 color:#FFFFFF; text-decoration:none;
} 
a.topmenu:hover
{
  color:#e0e0ff; text-decoration:underline;
}



#body {
    	width: 724px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-image: url('../gfx/white-bg.gif'); 
   	background-repeat: y-repeat;
}

#body_inside {
	padding: 30px 20px 20px 20px;
	line-height:20px;
	
}
#footer {
	background-color: #E3E3E3;
	height:50px;
}

#footer-center {
    	width: 724px;
	margin: 0px auto;
	background-color: #FFFFFF;
}


div.topfloat {
	clear: left;
	margin: 0px;padding: 0px;
}

li {
 list-style-color: #6060FF;
}
