/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
//*background: #372412 url('naturescharm/naturescharm/images/img01.gif') repeat-x;*//
	font-size: 10px;
	font-color: #FFFFFF;
	scrollbar-face-color: #663300;
	scrollbar-highlight-color: #FFEA6F;
	scrollbar-3dlight-color: grey;
	scrollbar-darkshadow-color:  grey;
	scrollbar-shadow-color: grey;
	scrollbar-arrow-color: #FFEA6F;
	scrollbar-track-color: DCDCDC;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}




p, ul, ol {
	line-height: 200%;
}



a {
	color: #FFEA6F;
}

a:hover {
	text-decoration: none;
}

.img { 
border: 1px black;
 }

p {
color: #FFFFFF;
}


/* Sidebar */



#sidebar {
//*background-color: white; *//
margin-left: 0px;
margin-top: 0px;
width: 25%;
height: 100%;
padding: 0 0 0 0;
float: left;
font-size:14px;
	
	
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 10px;
	border-bottom: 1px dotted #4A3903;
	
}

#sidebar h2 {
	margin: 0;
	border-bottom: 2px solid #4A3903; padding-left:30px; padding-right:0; padding-top:20px; padding-bottom:2px
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 0;
	background: #FFEA6F;
	border-top: 3px solid #E8AD35;
	text-align: center;
	font-size: smaller;
	color: #E8AD35;
}

#footer a {
	color: #C28C21;
}




#banner{
height: 200px;
width: 750px;
background-color: #372412;
padding: 0 0 0 0;
}

#contentarea {

height: 690px;
margin-left: 20px;
text-align: left;
padding: 10px 10px 0 15px;
font-size: 12px;
/*overflow: scroll;*/
overflow:auto; 
overflow-x:hidden;
/*	margin-left: 350px;*/
align: top;
font color: #FFFFFF;


}

#wrapper{
height: 900px;
width: 750px;
background-color: #372412;
margin: 0px auto;
border: 1px solid #000000;
text-align: center;
}