@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:1.75em;
	background: url(../images/background.png) no-repeat #c5bd8e;

				text-shadow:0 1px #333;

}

h1,h2,h3,h4 {
					text-shadow:0px 2px #333;
					line-height:1.5em;

}

a {
	color:#FFF;
}

a:active {
  outline: none;
  	color:#9F3;

}

a:hover, #nav ul li a:hover  {
	color:#9F3;
	
	
}


#container {
	background:url(../images/content-background.png) top repeat-y;
	width:1050px;
	margin:0 auto;
	display:block;
	overflow:auto;
	
}


#header {	background:url(../images/headerbackground.png) no-repeat;
	width:1000px;
	margin:0 auto;
	padding:0;
	position:relative;
	display:block;
	overflow:auto;
	height:414px;
	}
	
#header-content {
	float:right;
	width:380px;
	display:block;
	color:#000;
	padding:10px;
	margin:40px 0 0 0;
				text-shadow:0 1px #eee;

	
}
	
	#content {
	width:980px;
	margin:0 auto;
	padding:0 10px;
	display:block;
	overflow:auto;
	color:#FFF;
	background:url(../images/green-background.png) top no-repeat;

}
#slide {
	position:absolute;




	top 0;
	left:91px;
	top: 125px;
	width: 466px;
	height: 244px;
		z-index:100;

	
}

#leaf {
	position:absolute;
	top:0;
	left:0;
	background:url(../images/leaf.png) no-repeat;
	width:249px;
	height:221px;
		z-index:500;

}


#logo{
	position:absolute;
	top:0;
	left:0;
	width:326px;
	height:97px;
	z-index:1000;
}

#nav {
	float:right;
	margin:0;
	padding:0;
	color:#FFF;
	width:650px;
	
}

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

#nav ul li {
	float:left;
	margin:0;
	padding:0;
		height:52px;
		line-height:3.55em;
		font-size:14px;
		font-weight:bold;
		text-shadow:0 1px #333;
}

#nav ul li a {
	padding:0 5px;
	color:#FFF;
	text-decoration:none;
			text-shadow:0 2px #333;

	
}

#footer {
	background:url(../images/footer.png) no-repeat top;
	width:1050px;
	height:40px;
	margin:0 auto;
	display:block;
	overflow:auto;
	color:#FFF;
	text-align:center;
	padding:10px 0 0 0;
	
}


.box {
	background:url(../images/box-background.png) top repeat-y;
	width:271px;
	display:block;
	margin:0;
	padding:0;
	float:right;
}

.box-content {
	margin:0 auto;
	padding:0 30px;
	display:block;
	
}

.clear {
	clear:both;
}