body { 
	margin: 0 auto; 
	padding: 0;
	background: #FFF url(/images/topbg.jpg) repeat-x top; 
	font: .8em Verdana, Arial, Sans-Serif; 
	line-height: 1.4em;
	color : #000 
}

.content { 
	margin: 0 auto; 
	padding: 0; 
	width: 970px;	
	background: transparent url(/images/imgtop.jpg) no-repeat top center 
}




#topmenu { float: right; margin: 0; padding: 0; background: transparent; height: 31px; width: 800px }
#topmenu  ul { list-style: none; padding: 9px 0; margin: 0; float: right; background-color: transparent }
#topmenu li {
   width: auto !important;
   width: 0%;
   float: left;
   margin: 0;
   font-size: 10px;
   line-height: 30px;
   white-space: nowrap;
   background: url(/images/menul_a.gif) top left no-repeat;
   background-color: transparent; 
   list-style: none;
   padding-right: 2px
}

#topmenu a {
   font-family: Verdana, Arial, Sans-Serif;
   font-size: 1.1em;
   display: block;
   padding-left: 0px;
   padding-right: 10px;
   text-decoration: none;
   color: #FFF;
   background: url(/images/menur_a.gif) top right no-repeat;
   margin-top: 0px;
   margin-left: 9px
}

#topmenu a.current { font-weight: bold }

/*** Main area *****/
#main { margin: 0 auto; width: 860px; padding-top: 0px; background: transparent } 
a { color: #0066B3; text-decoration:none; background: inherit }
h1 { font: bold 1.9em Arial, Arial, Sans-Serif  }
h2 { font: bold 1.2em Arial, Arial, Sans-Serif; padding: 0; margin: 0 }
ul {  padding: 0; margin: 0 }
li { list-style-type: none }



#footer { clear: both; border-top: 2px dotted #e5e5e5; margin: 0 0 3em 0; color: #777; font-size: 0.8em; background: #FFF }
#footer .right  { float: right; text-align: right; background: #FFF; }
#footer a { text-decoration: none; background: #FFF }

