@charset "utf-8";
/* CSS Document */

/* Head */

* {
	margin: 0;
	padding: 0;
}

.container {
	width: 920px;
	margin: 0 auto;
	height: 900px;
}

#central {
	background: url(../images/tree02.gif) repeat-x 0;
	height: 518px;
}

#central .container {
	background:url(../images/Leaves.png) no-repeat;
	margin: 0;
	padding: 0;
	position:absolute;
	left:50%; 	
	height: 900px;
	margin-left: -460px;
}


/* Navigation */

#block {
	height: 110px;
}

#Navigation {
	background: url(../images/nav_tile.gif) bottom left repeat-x;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 490px;
	float: right;
	background-color: #e7e0c2;
	border-top: 2px solid #9d5119;


}
#Navigation li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;

}
#Navigation a {
	float: left;
	width: 95px;
	text-align: center;
	color: #9d5119;
	border-right: 1px  #FFF;
	text-decoration:none;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	display: block; 
}

/* Body */

body {
	background-color: #214747;
	font-family:  "Arial", Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

h1 {
	background-image: url(../images/LVDLogo10.png);
	text-indent: -9999px;
	background-repeat:no-repeat;
	height: 250px;
	width: 400px;
	position:absolute;
	z-index: 2px;

}

#banner {
	height: 380px;
	width: 920px;
	margin-top: 510px;
	position:absolute;
	
}

#content {
	background:url(../images/content_bg.gif) no-repeat;
	background-color: #e7dfc7;
	height: 500px;
	width: 659px;
	float:left;
	padding-bottom: 50px;
}

#content p {
	padding-left: 20px;
	padding-right: 20px;
	
}

#content h2 {
	padding-left: 20px;
	padding-top: 10px;
	color: #4ba381;
}

#Gallery {
	width: 400px;
	padding-left: 20px;
	height: 100%;
}

/* Sidebar */

#sidebar {
	float:right;
	width: 260px;
	height: 500px;		
	background-color: #e7dfc7;
	background:url(../images/sb_imb.png) no-repeat bottom #e7dfc7;
	border-left: #9c5118  solid 1px;
	padding-bottom: 50px;

	
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 20px;

}

#sidebar h3 {
	padding: 10px;
	padding-left: 25px;
	color: #4ba381;
	
}

#sidebar li {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #9d5119;
	
}

#sidebar h4 {
	height: 17px;
	background: #664637 ;
	padding: 0 10px;
	color:#FFF;
}

#sidebar a,  a:active {
	color: #4ba381;

}



/* Footer */

#footer {
	background:url(../images/footerslice.jpg) repeat-x;
	clear: both;
	margin: 0 auto;
	height: 76px;
	width: 100%;
}

#footerinfo {
	width: 920px;
	position:absolute;
	left:50%; 	
	height: 76px;
	margin-left: -465px;

}

#footer ul {
	padding: 10px;
	
	
}

#footer p {
	padding: 10px;
	float: left;
	color:#FFF;
	font-size: 9px;
	font-weight:bold;
}


	
#NaviTwo {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 480px;
	float: right;

}
#NaviTwo li {
	margin: 0;
	padding: 0;
	float: left;

}
#NaviTwo a {
	float: left;
	width: 95px;
	text-align: center;
	color: #FFF;
	border-right: 1px  #FFF;
	text-decoration:none;
	font-weight: bold;

}










	
