* {
	margin: 0;
	padding: 0;
}


html {
	background: transparent url(bg.jpg) repeat-x;
}


body {
	margin: 0;
	padding: 0; 
	font: normal 0.7em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif; 
	color: #B0A77E;
	text-align: center;
	background: transparent url(page_header.jpg) no-repeat center top;
}


#container {
	margin: 0px auto;
	padding: 0;
	width: 696px;
	border: none;
	text-align: left;
	background-image: url(page_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 40px;
}

#text{
margin-top: 75px;
}

#logo{
float: left;
}

#main_image{
padding-right: 10px;
}

#urls{
padding-left: 110px;
}

a, a:visited {
	text-decoration: none;
	color: #D7661C;
}


a:hover {
	text-decoration: none;
	color: #94AB36;
}


p {
	margin-bottom: 10px;
}


#divider{
text-align: center;
}

#linkList{
	position: absolute;
	left:auto; 
	right:auto; 
	top: 165px;
	margin-left: 410px;
	width: 196px;
	background-image: url(bgsidebar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}



#linkList ul {
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
}


#linkList ul li{
	margin: 0;
	padding: 3px 0 3px 10px;
	border-bottom: 1px solid #ECEFD7;
}


#linkList ul li a, #linkList ul li a:visited {
	border-bottom: none;
}


#linkList ul li a:hover {
	color: #94AB36;
}


#lselect {
	font-size: 0.9em; 
}


#lselect ul li {
	background: transparent url(leaf_icon.jpg) no-repeat 0% 25%;
	padding: 3px 0 3px 25px;
}



#lselect a {
	display: block;
	font-size: 1.1em;
	color: #789B51;
}


#lselect a.c {
	display:inline;
	line-height:5px;
	margin:0;
	padding:0;
	font: normal 1.0em/0.9em Verdana, Arial, Tahoma, sans-serif;
	color: #B9B9B9;
	letter-spacing: -1px;
}


#home{
	top: 100px;
	position: relative;
	left: 63px;
	color: #B0A77E;
	width: 340px;
	padding-bottom: 29px;
	text-align: justify;
}

#lselect {
	margin-bottom: 20px;
}


#footer{
position: absolute; 
width: 49%;
margin-top: 12px;
font-size: 9px;
color: #cbcabb;
text-align: center;
}

#footer a:link, 
#footer a:visited, 
#footer a:hover { 
 color: #cbcabb; 
 text-decoration: none; 
}



#address{
	text-align: left;
	padding-left: 15px;
	padding-top: 50px;
	color: #B0A77E;
}

#links{
	float: left;
}

#link_destination{
	float: right;
	margin-left: 200px;
}


/* Image Gallery */

#image_gallery {
margin: 0 auto;
width: 350px;
text-align: left;
}

.pg {
width: 350px;
list-style: none none;
}

.pg:after {
clear: both;
display: block;
content: ".";
height: 0;
visibility: hidden;
}

.pg li {
list-style: none none;
display: inline;
}

.pg li a {
margin: 2px;
border: 1px solid #CCC;
padding: 4px;
position: relative;
float: left;
display: block;
width: 100px;
height: 100px;
}

.pg li a:hover {
font-size: 100%;
z-index: 2;
}

.pg li a img {
border: 0 none;
position: absolute;
width: 100px;
height: 100px;
}

.pg li a:hover img,.pg li a:active img,.pg li a:focus img {
width: 200px;
height: 200px;
left: -50px;
top: -37px;
z-index: 1;
}

