body {
  background:#e3e6e9 url(../img/bodybg.png) left top repeat-x;
}

#header {
  height:362px;
  background:url(../img/header3bg.png) top right  no-repeat;
}
#sidebar {
	background:#E4F0D7 url(../img/sidebarbg.png) top no-repeat;
}
#topmenu { /* ul */
 margin:0px;
  padding:0px;
  list-style-type:none;
	top:150px;
	position:absolute;
	left: 50px;
	width:200px;
}
#topmenu li {
 height:auto;
 font-size:120%;
}


#topmenu li a {
	display:block;
	height:24px;
	width:auto;
	font-weight:bold;
	padding:4px 0 0 35px;
}
#topmenu li a:hover, #topmenu li.current, #topmenu li.current_page_item  {
	 color:#FF6600;
 background: url(../img/topmenuactive.png) no-repeat  left center; 
}


.singleinfo {
	border:1px solid #DEDCDD; 
	margin:0 0 10px; 
	padding:5px; 
	position:relative;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
}


