body{
	background:url(../media/body.jpg) #685936 top center;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Georgia,Arial,Helvetica,sans-serif;
	font-size:12px;
	cursor:default;
	color:#3D3D3D;
	line-height:2;
}

#container{
	width:866px;
	margin:auto;
	text-align:left;
	background:url(../media/container.jpg) repeat-y -1px 0px;
}

#header{
	background:url(../media/body.jpg);
	height:100px;
	overflow:hidden;
}

#header h1{
	width:800px;
	height:100px;
	overflow:hidden;
	background:url(../media/header.jpg) no-repeat top center;
	margin:auto;
}

#header h1 a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

#header h1 a span{
	visibility:hidden;
}

#header .phone{ float:right; font-size:18px; color:#EBE8D9; margin-right:75px; margin-top:35px; text-shadow:1px 1px 10px #000; }

#menu{
	background:url(../media/menu.jpg) no-repeat -1px 0px;
	height:86px;
	overflow:hidden;
	text-shadow:0px 1px 10px #222;
	position:relative;
	top:-1px;
	z-index:1;
}

#menu ul{
	list-style:none;
	padding-left:50px;
	padding-top:20px;
}

#menu ul li{
	float:left;
	text-align:center;
	padding-left:22px; padding-right:22px;
}

#menu ul li a{
	display:block;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
	color:#EFD9C2;
	text-decoration:none;
	font-weight:bold;
}

#menu ul li a:hover, #menu ul li a.selected{
	color:#FFF;
	text-shadow:0px 1px 5px #000;
}

#sidebar{
	width:316px;
	float:left;
}

#sidebar h3, #sidebar p{
	padding-left: 70px;
	color:#DDEFD1;
}

#sidebar h3{
	color:#F7D6B3;
	padding-bottom:10px;
	font-size:14px;
	font-weight:bold;
}

#sidebar a{ color:#EFE;text-decoration:none; }

#content{
	/*float:right;*/
	width:735px;
	margin-left:65px;
	margin-top:-100px;
	position:relative;
	top:100px;
	z-index:2;
}

#content ul{
	list-style:square;
	padding-left:15px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	padding-bottom:15px;
	line-height:1.5;
}

#footer{
	background:url(../media/footer.jpg) no-repeat -1px -1px;
	height:183px;
	position:relative;
	z-index:1;
	margin-top:0px;
	overflow:hidden;
	clear:both;
}

#footer p{
	text-align:center;
	position:relative;
	top:130px;
	font-size:11px;
	color:#372B16;
}

#footer a{
	color: #372B16;
}

h1,h2,h3,h4,h5,h6,p,blockquote,code,ul{
	margin:0px;
	padding:0px;
}

h2, h3{
	color:#264614;
	font-size:20px;
	padding-bottom:10px;
	font-weight:normal;
}

h3{
	font-size:18px;
}

p{
	padding-bottom:10px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

hr{
	margin:0px;
	padding:0px;
	height:0px;
	border:0px;
	border-bottom:1px solid #CFC8B5;
	margin-bottom:10px;
	padding-top:5px;
	clear:both;
}

a{
	color:#264614;
	text-decoration:none;
}

a:hover{
	color:#264614;
	text-decoration:underline;
}

img{
	border:1px solid #634F18;
	padding:1px;
	background:#FFF;
}

img.thumb{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

img.thumb-alt{
	margin-right:10px;
}

#lightbox{
	margin-top:-40px;
}