@charset "utf-8";
/* CSS Document */

body{background: #451f00 url(images/bgshad.gif) no-repeat fixed top center;
     font-family:Verdana, Arial, Helvetica, sans-serif;
	 color:#8b7344;
	 font-size:11px;
	 margin:0;
	 }

img {border:none;}
a { text-decoration:none;}

/* Header */
 
#header{
	width:775px;
	height:122px;
	background:url(images/header.gif) bottom no-repeat;
	margin:auto;
	}
	

/* Slide */
	
#slide{ height:197px;
		width:775px;
		background-color:#FFF;
		margin:auto;
		border-top:#61aa25 solid 1px;
		}


/* Menu */

#menu{ height:38px;
		width:775px;
		margin:auto;
		background-image:url(images/menupat.gif);
		font-size:13px;
		background-color:7dbe38;
		}
		
#menu ul{
		 margin: 0;
	     padding: 10px 10px 12px 10px;
	     list-style: none;
		 float:right;}
		 
#menu ul li{
		 text-align:justify;
		 display: inline;
		 }
		 
#menu a{color:#FFFFFF;
		text-decoration:none;
		padding:10px 10px 12px 10px;
		}

#menu a:hover{ background-color:#4a842d;padding:10px 10px 12px 10px;}
#menu .active a{background-color:#74ab3a;padding:10px 10px 12px 10px;}





/* Content */


#contenttop{background:#f1ecd9 url(images/bodytop.gif) top no-repeat;
		width:775px;
		height:20px;
		margin:auto;}
		
#content{
		width:775px;
		height:auto;
		margin:auto;
		background:#f1ecd9 url(images/bodypat.gif);
		}


/* Leftbar content */
		
#leftbar{ 
		width:486px;
		padding-left:30px;
		padding-right:40px;
		height:auto;
		float:left ; 
		}

#leftbar .contentbox{
		border-bottom:dashed 1px #8b7344;
		padding-bottom:15px;
		width:457px;
		
		}

#leftbar .contentbox ul{
	list-style:url(images/dahonize.gif);
}

#leftbar .contentbox ul li{
	margin-left:-25px;}

#leftbar a{
		color:#8b7344;
		font-weight:bold;
		text-decoration:none;
}

#leftbar a:hover{
		text-decoration:underline;}

#leftbar .contentbox p{padding-right:8px; text-align:justify;}

#leftbar .imgdiv{ 
		width:449px;
		height:170px;
		border:#8b7344 solid 1px;
				}


/* Rightbar content */
#rightbar{ 
		width:201px;
		height:auto;
		float:right;
		padding-left:10px;
		padding-right:8px;
		padding-top:15px;
		
		}

#rightbar .widget{padding-top:20px;}
#rightbar a{}
#rightbar a:hover{}



/* Search */ 
#searchdiv{
	height:auto;
	float:right;
	padding-top:90px;
	padding-right:10px;
	width:250px;}


form.search {
	position: relative;
	background:url(images/searchbg.gif) left no-repeat;
	width: 250px;
	border: none;
	float: right;
	margin: 0;
	height: 19px;
}

form.search input.textbox {
	margin: 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0px 3px 4px 22px;
	vertical-align:middle;
	width: 150px;
	height:19px;
	background: none;
	border: none;
	color: #ab8258;
}

form.search input.button {
	background:url(images/gobutton.gif) no-repeat;
	color: #333;
	border: none;
	width:27px;
	height:20px;
}


		
		
/* Footer content */		
#footer{
		width:775px;
		height:50px;
		margin:auto;
		font-size:11px;
		background:url(images/footerbg.gif) no-repeat;
		text-align:center;
		color:#fff;
		padding-top:18px;
		padding-bottom:20px;
		}

#footer a{
		text-decoration:none;
		color:#ccff99;
		}

#footer a:hover{ text-decoration:underline;}					 
