.clear:after {
	content: ""; display: block; clear: both;
}

	.clear { zoom: 1; }
	
	
body, div, h1, h2, h3, h4, p, ul, li, img, blockquote {
	margin: 0px; padding: 0px; border: 0px;
}


body {
	background: url(images/pagebg.jpg);
	font-family: Garamond, Optima, Times, sans-serif;
	text-align: left;
}	

h2 {
	color: #75350f;
	font: 28px Garamond;
	text-align: center;
}

p {
	color: #000;
	font: 18px Garamond;
 	
}

a:link {
	color: #75350f;
}

a:hover, a:active, a:visited {
	color: #000;
}

#container {
	margin: 0 auto;
	width: 920px;
	height: 100%;
}

#header h1 a {
	display:  block;
	height: 138px;
	background: url(images/header.jpg) no-repeat;
	text-indent: -9999px;
}

#contentbox {
	background: url(images/contentboxbg.jpg);
    border: #e6cca7 solid 1px;
    width: 840px;
	padding: 10px;
	position: relative;
}

.featuredbox {
	background: #fcfbdf;
	border: #efeed0 solid 1px;
	width: 210px;
	height: 260px;
	float: left;
	margin: 30px 40px 10px 5px;
	padding: 6px;
	content: ""; display: block; clear: both;
	.clear { zoom: 1; }

}

.featuredbox2 {
	background: #fcfbdf;
	border: #efeed0 solid 1px;
	width: 210px;
	height: 760px;
	float: left;
	margin: 30px 40px 10px 5px;
	padding: 6px;
	content: ""; display: block; clear: both;
	.clear { zoom: 1; }

}

#menucontainer {
	background: url(images/menubg.jpg) repeat-x;
	height: 30px;
	text-align: left;
	padding: 0 10px 30px 0;
}

/* Dropdown Menu Styling */

ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; text-decoration:none}
ul.menu li {position:relative; float:left; margin: 3px 2px 0 10px}
ul.menu ul {position:absolute; top:26px; left:0; background:#fafbd3; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border:1px solid #f2f3a3; border-top:none; width:148px; margin:0}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#fafbd3}
ul.menu ul li a:hover {background-color:#fcfee9}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {padding: 0 10px 10px 10px; width:104px; font-size: 22px}


/* Gallery Styling */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
}
.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}
.thumbnail:hover{
background-color: transparent;
}
.thumbnail:hover img{
border: 1px solid #fafbd3;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #fff;
padding: 5px;
left: -1000px;
border: 1px solid #fafbd3;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
margin: 100px 0 0 0;
left: 300px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
