

body {
	margin: 0;
	padding: 0;
	background: #aca8a1;
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	color: #997867;
}

a {
	text-decoration: none;
	color: #ff6600;
	text-decoration: underline;
}

a:hover {
	text-decoration:none;
}

.spacer{
	height:15px;
	}
	

.clr{
	clear:both;
	}



/*layouts*/
#wrapper{
	width:929px;
	margin:25px auto;
	background:url(images/page_bac.jpg) center top repeat-y;
	}
	
#header{
	width:929px;
	background:url(images/header.jpg) no-repeat;
	height:203px;
	}

/*search*/

#search{
	height:150px;
	width:270px;
	float:right;
	color:#fff;
	}
	
#search form{
	padding:0;
	margin:0;
	}

		
	
#find{
	margin:80px 0 0 27px;
	font-size:12px;
	}	
	
	

/*navigation*/
#nav{
	}


/*bar*/

#bar{
	height:40px;
	}
	
#bar .left{
	float:left;
	background:url(images/barleft.gif) left no-repeat;
	height:40px;
	width:9px;
	}

#bar .mid{
	float:left;
	background:url(images/barbac.gif) repeat-x;
	height:40px;
	}

#bar .mid h1{
	font-size:18px;
	padding:9px 0 0 0;
	font-weight:normal;
	font-family:Trebuchet MS;
	margin:0;
	text-align:center;
	color:#fff;
	}
		
		
#bar .right{
	width:10px;
	height:40px;
	float:right;
	background:url(images/rightbar.gif) right no-repeat;
	}		

/*blog*/
#blog{
	padding-bottom:5px;
	margin:5px;
	border-bottom:1px dotted #e1e1e1;
	}
	
#blog .date{
	font-weight:bold;
	font-size:12px;
	}
	
#blog p{
	padding:0;
	margin:0;
	}
	
#blog .read{
	text-align:right;
	}		

/*page*/
#page{
	width:852px;
	padding-bottom:40px;
	border-bottom:1px solid #ebebeb;
	margin:15px auto;
	
	}
	
#left{
	float:left;
	}
	
#left .content{
	padding:0 13px 13px 13px;
	}
	
#left p{
	color:#666666;
	font-size:12px;
	font-family:Tahoma;
	}		
	
	
#right{
	width:220px;
	margin-left:5px;
	float:left;
	}
	
/*menu*/
#menu {
	float: left;
	height:45px;
	margin:5px 0 0 0;
}

#menu ul {
	margin:1px 0 0 43px;
	padding: 0;
	list-style: none;
}

#menu li {
	height:45px;
	text-align:center;
	float:left;
}

#menu a {
	text-transform: uppercase;
	text-decoration: none;
	text-align:center;
	font-family:Trebuchet MS;
	padding-top:10px;
	font-size: 13px;
	display:block;
	height:35px;
	line-height:12px;
	color: #fff;
	border-right:1px solid #A7A7A7;
}

#menu li a:hover, .active{
	background:#999999;
	}				
	
	
	
/*Footer*/


#copyright{
	height:50px;
	text-align:center;
	font-family:Tahoma;
	
	font-size:11px;
	}

#footer{
	width:928px;
	background:url(images/footer.jpg) no-repeat;
	margin-left:1px;
	height:21px;
	}		

