body {
	margin: 0;
	padding: 0;
	font-family: "Geneva", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4B4B4B;
	background-color: #322929;	
	}
h1 {
display:block;
margin-left:20px;
height:60px;
width:auto;
font-family: "Geneva", Arial, Helvetica, sans-serif;
font-size: 20px;
color: #523827;
line-height: 40px;
text-align:left;
 }

h2 {
font-family: "Geneva", Arial, Helvetica, sans-serif;
font-size: 14px;
color: #523827;

 }

h3 {
font-family: "Geneva", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #6D3B2A;
font-style: normal;
 }

h4 {
font-family: "Geneva", Arial, Helvetica, sans-serif;
font-size: 11px;
color: #C0939D;
font-style: normal;
 }

h5 {
font-family: "Geneva", Arial, Helvetica, sans-serif;
font-size: 11px;
color: #C0939D;
font-style: normal;
 }

h6 {
font-family: "Geneva", Arial, Helvetica, sans-serif;
font-size: 11px;
color: #C0939D;
font-style: normal;
 }

p { }

p a { }
	


#topper {
	width:800px;
	height:20px;
	margin: 10px auto 0 auto;
	text-align:center;
	color:#805C4E;
	}
#container {
	text-shadow: 0px 0px 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	height:auto;
	background-color:#EBE8D5;	
	border: 20px solid #B7A09C;
	}	
#header {
    margin:0;
    width:900px;
	height:160px;
	padding:0;
    background-color:#B7A09C;
	}
a {
	font-size: 11px;
	color: #322929;	
	text-decoration:none;
	}
a:visited {
	color: #6D3B2A;
}
a:hover {
	color: #322929;
	text-decoration: none;
}
a:active {
	color:#322929;
	text-decoration: none;
}

#navcontainer { 
    margin:0;
    width: 900px;
	height:28px;
	padding-top: 1px;
	padding-bottom:16px;
	text-align: center;
	background-color:#B7A09C;	
	 }
#navlist li {
    display:inline;
	padding-right: 20px;
	list-style-type:none;
	}

#menu {
float: right;
margin-top: 20px;
width: 260px;
padding-top:40px;
padding-left: 10px;
border-left: 1px solid #B7A09C;
background: #EBE8D5 url(images/content_bg.gif) no-repeat;
background-position: 0px 0px;
 }
#menu ul {
    list-style: none;
	}
#menu li {  
    display:block;
    padding:.3em;
	}
#contents {
    margin: 20px 300px 20px 20px;
	padding-top:28px;
    padding-left: 20px;
    background: #EBE8D5 url(images/content_bg.gif) no-repeat;
    background-position: 0px 0px;
	}
#contents img {
	border: 1px solid #7A737B;	
	}		
#contents ul {
    list-style:none;
	}
#contents li {
    display:inline;
    list-style:none;
    }
#footer {
	clear: both;
	width: 900px;
	padding: 1em;
	text-align: center;
	font-size: 11px;
	font-style: normal;
	color: #815953;
	text-decoration:none;
	}
	
#credit { 
    background-color:transparent;
    width:740px;
	 color:#805C4E;
    text-align:center;
	font-size:9px;
	margin-top:5px;
	margin-right:auto;
	margin-bottom:10px;
	margin-left:auto;
	}
#credit a {
color:#805C4E;
font-size:9px;
}
credit a:hover {
text-decoration: underline;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
color: #523827;
font-weight:700;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 0;
left: -1000px;
visibility: hidden;
color: #523827;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border: 1px solid  #523827;
padding: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -20px;
left: -230px; /*position where enlarged image should offset horizontally */

}

</style>
