
* { margin:0; padding: 0; }

body {
	background-color: #b6b6b6;
 	color: #555; 
 	font: 70%/1.5  Verdana, Trebuchet MS, arial, sans-serif;
 	text-align: center; 
 	margin: 15px 0;
	line-height:1.8;
}  

a	{ 
	color: #35bebc;
	background: inherit;
	text-decoration: none;
}
a:hover { 
	color: #006699;
	background: inherit; 	 
}

h1, h2, h3, .head_sidebar, .hdrei {
	font-weight: normal;
	padding: 8px 0 3px 25px;
	text-transform: none;
	border-bottom: 2px solid #f2f2f2;	
	color: #35bebc;	
}
h1, .head_sidebar{
	font-size: 1.5em;	
}
h2 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #35bebc;
}
h3, .hdrei {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #35bebc;
	letter-spacing: 1px;
}

p {
	padding: 5px 0;	
}

.img {
	float:left;
	padding:0 10px 0 0;
}

#wrap {
   margin: 0 auto ;
   padding:0;	
   text-align: left;
   background-color:#FFF;
   width: 850px;  	
}

#content-wrap {
	clear:both;
	margin:0; padding:0;
	width: 850px;		
}

#header {
	position: relative;
	clear:left;
	width: 790px;
	height: 135px; 
	margin: 0; padding: 0;
	background: #000 url(headerbg.jpg) no-repeat left bottom;			
}

#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.5em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	top: 36px; right: 35px;	
}

#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: 1px;
	color: #35bebc;
	top: 85px; right:35px;		
}

#main {
	float: right;
	width: 550px;
	margin: 0; padding: 10px 20px 10px 10px;
	background-color: inherit;
}
#main h1 {
	padding: 8px 0 3px 25px;
	text-transform: none;
	border-bottom: 2px solid #f2f2f2;	
	color: #35bebc;	
}	

#sidebar {
	float: left;
	width: 245px;
	margin: 10px; padding: 0;
	background-color: inherit;	
}

#sidebar h1 {
	padding: 8px 0px 3px 25px;
	background: url(square_arrow.gif) no-repeat 0% .7em;
	text-transform: none;	
	color: #35bebc;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 15px;
	padding:0;		
}

#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}

#sidebar ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;	
	min-height: 18px;	
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #35bebc;
	border-left:5px solid #35bebc;
}

#footer { 
	clear: both;
	height: 40px;
	color: #CCC;
	background: #000;
	padding:10px 0 10px 15px;
	font-size: 92%;			
}

#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF; 
}



