/* Body */
body {
	text-align: center;
	background: black;
}

/* Container Div */
div.container {
	margin: 15px auto;
	width: 740px;
}
h3 {
	text-align: center;
}

h1 {
	text-align: center;
	margin: 0;
}
p {
	text-align: left;
	margin-bottom: 1em;
	margin-left: 10px;
	margin-right: 10px;
	font-size:110%;
}
a {
	text-decoration: none;
	border: none;
}
a.galbutton {
	display: block;
	width: 185px;
	height: 130px;
	text-decoration: none;
	color: black;
}

a.galbutton:hover {
	background: #FFFFCC;
}
a img {
	border: none;
}
img.floater {
	border: none;
	float: right;
	display: inline;
}
p.caption {
	margin-top: 0;
	padding: 0;
	text-align: center;
	font-size: 90%;
	font-family: "Arial";
	font-weight: bold;
}
div.header {
	width: 740px;
	height: 190px;
	background-repeat: no-repeat;
	margin-bottom: 0;
	text-align: center;
/*	float: center;*/
	background-image: url("wood_titlenav.gif");
	border-bottom: none;
}
div.content {
	margin-top: 0;
	float: left;
	width: 740px;
	border-top: none;
	background: #96A688;
	padding-top: 5px;
	padding-bottom: 10px;

}
div.copyright {
	background-image: URL("copyright.gif");
	width: 740px;
	height: 56px;
	float: left;
}
div.nav {
	border-top: none;
	text-align: center;
/*	float: center;*/
	margin-top: 0;	
	width: 740px;
	height: 90px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	background: #96A688;
	padding: 0 0 0 0;
	font-family: "Sans Serif", "Times New Roman", "Comic Sans MS";
	color: #330000;
}
.nav h4 {
	margin: 0;
	padding: 0;
}
.nav ul li {
	margin-bottom: 0;
}
div.gallery {
	font-size: 110%;
	width: 185px;
	height: 130px;
	float: left;
	text-align:center;
	margin: 10px 0 0 0;
}
div.specimen {
        font-size: 110%;
        width: 370px;
        /*height: 290px;*/
        height: auto;
	float: left;
        text-align:center;
        margin: 10px 0 40px 0;
}
div.specimen img {
	padding-bottom: 10px;
}
div.speccontent {
        margin-top: 0;
        float: left;
        width: 740px;
        border-top: none;
        background: #96A688;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}
div.specimen a {
	display: block;
	text-decoration: none;
	color: black;
}
div.specimen a:hover {
	background: #FFFFCC;
}

.prop {
	height: 70px;
	float: right;
	width: 1px;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
div.nav ul{
/*	float: center;*/
	height: 42px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 20px 0 2px 0;
		
}
div.nav ul li{
	display: inline;
	text-align: center;

}
div.nav ul li.first {
	display: inline;
	text-align: center;
	border-left: none;
	font-weight: bold;
	text-decoration: none;
	font-size: 120%;
}

div.nav ul li.here {
	width: 100px;
	display: inline;
	background-image: url("open.gif");
	background-position: 50%;
	background-repeat: no-repeat;
	padding: 20px 0 20px 0;
/*	background-image: url("open.gif");
	background-position: 50%;
	background-repeat: no-repeat;
	font-size: 120%;
	width: 110px;
	text-align: center;
	padding: 20px 25px 20px 25px;

	font-weight: bold;*/
}
div.nav ul li.divider {
	padding: 20px 5px 20px 5px;
	
}

div.nav ul li a {
	
	font-size: 120%;
	text-align: center;
	padding: 20px 30px 20px 30px;
	color: black;
	text-decoration: none;
}
div.nav ul li a:hover{
	padding: 20px 30px 20px 30px;
	background-image: url('closed.gif');
	background-position: 50%;
	background-repeat: no-repeat;
}
div.nav ul li a.here {
	background-image: url("open.gif");
	background-position: 50%;
	background-repeat: no-repeat;
	padding: 20px 30px 20px 30px;
}
div.nav ul li a.here:hover {
	background-image: url("open.gif");
	background-position: 50%;
	background-repeat: no-repeat;
	padding: 20px 30px 20px 30px;
}

div.split {
	width: 740px;
/*	float: center;*/
	height: 20px;
	background-image: url("split.gif");
}
img.title {
	display: inline;
	margin: 20px;
}
img.shrink {
	border-style: inset;
	border-width: 3px;
	border-color: #9EB4CD;
	width: 600px;
}
div.thumb {
	position: relative;
	margin: 3px;
	height: 120px;
	float: left;
}
.thumb img {
	position: relative;
	float: left;
	margin: 5px;
	border: 1px solid #A0ACC0;
}
a:hover div {
	background: rgb(192,192,192);
}
