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

body, html {
	background-color: #195831;
	background-color: #194321;
	margin: 0;
	padding: 0;
}
	
#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background-color: #ffeeda;
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 5px #663333;
	border: solid 5px #00582b;
	border: solid 5px #194321;
}

#header {
	background-color: #fff;
	height: 250px;
	border-bottom: solid 5px #663333;
	border-bottom: solid 5px #00582b;
	border-bottom: solid 5px #194321;
}
.hdrPhoto {
	border-left: solid 5px #663333;
	border-left: solid 5px #00582b;
}

#content {
	margin: 0;
	background-color: #ffeeda;
	background-color: #f1fff1;
	background-color: #FFF;
	padding: 5px 50px 20px 50px;
	color: #000;
}

#serving {
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	background-color: #f1fff1;
	text-align: center;
	border: solid 2px #00582b;
	border: solid 5px #194321;
}

#footer {
    width: 980px;
	margin: 0 auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #88BB55;
	}

#footer a {
	color: #88BB55;
	text-decoration: none;
	}


	
.floatleft {
	float: left;
	margin: 0 20px 10px 0;
}	
.floatright {
	float: right;
	margin: 0 0 10px 20px;
}	

.clearb {
	clear: both;
}

.imgb {
	border: 1px solid #194321;
}

hr {
	color: #663333;
	background-color: #663300;
	width: 100%;
	height: 5px;
}

#leaf ul {
	list-style: disc;
	list-style-type: none;
	list-style-image: url(../images/leaf-gr-bg.gif);
	margin-left: 215px;
	}
#leaf li {
	font-size: 130%;
	margin-bottom: 15px;
	}	
	
h1, #content h1, wm h1 {
	color: #663300;
	color: #00582b;
	font-size: 180%;	
}


#content h1, wm h1 {
	padding: 10px;
	background-color: #f1fff1;
	text-align: center;
	border: solid 2px #00582b;
	border: solid 2px #194321;
	}
	
wm h1 {
	width: 200px;
}

h2 {
	font-size: 150%;	
}

#content a {
	font-weight: bold;
}

#galleryLinks a {
	font-weight: bold;
}
#gallery {
	text-align: center;
}
#gallery img {
	margin: 5px 0;
	border: solid 5px #663333;
	border: solid 5px #00582b;
	border: solid 5px #194321;
}	

	
#imageroll {
	position:relative; 
	padding: 0 20px 0 10px;
	margin-top: 20px;
	width:650px; 
	height: 420px; 
	}



#thumbs1 {width:240px; float:left;}
#thumbs1 a {display:block; float:left; margin:0 5px 5px 0; width:50px; height:50px; border:1px solid #000;}
#thumbs1 a img {width:50px; height:50px; border:0;}
#thumbs1 a:hover {border-color:#ddd;}
#thumbs1 a:hover img {position:absolute; width:auto; height:auto; left:240px; top:0; border: solid 5px #00582b;
;}

