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

/* Container Div */
div.container {
	margin: 15px auto;
	width: 740px;
}
p {
	text-align: left;
	margin-bottom: 1em;
	margin-left: 10px;
	margin-right: 10px;
	font-size:110%;
}
a {
	text-decoration: none;
	color: black;
	border: none;
}
a img {
	border: none;
}
a.biglink {
	display: block;
	width: 230px;
	height: 130px;
	margin: 0 auto 0 0;
	padding: 0 0 0 0;
}
a.biglink:hover {
	background: #FFFFCC;
}
div.header {
	width: 740px;
	height: 190px;
	background-repeat: no-repeat;
	margin-bottom: 0;
	text-align: center;
	background-image: url("wood_titlenav.gif");
	border-bottom: none;
}
div.content {
	margin: 0;
	float: left;
	width: 740px;
	height: auto;
	border-top: none;
	background: #96A688;
	padding: 5px 0 10px 0;

}
div.copyright {
	background-image: url("copyright.gif");
	width: 740px;
	height: 56px;
	float: left;
}
div.nav {
        border-top: none;
        text-align: 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;
}

span.entry {
	width: 230px;
	display:block;
	height: 130px;
	text-align: left;
	border-top: solid;
	border-width: 1px;
	/*padding-top: 5px;*/
	margin: auto;
        font-size: 9pt;
        font-weight: bold;
	vertical-align: top;
	
}
span.entry span {
	display: block;
	margin: 0 0 2px 5px;
}
span.entryimg {
	background: red;
	display: block;	
	float: left;	
	width: 1px;
	height: 10px;
	padding: 0;
	margin: 0;
}
.nav h4 {
        margin: 0;
        padding: 0;
}
div.entrycontainer {
	padding: 0;
	margin: 0;
	text-align: center;
	width: 246px;
	float: left;
	display: inline;
}
span.entry img {
	float: left;
	margin-right: 5px;
	margin-left: 2px;
	margin-top: 2px;
	/*margin: auto 5px auto 5px;*/
}
div.nav ul{
	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;
}

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;
	height: 20px;
	background-image: url("split.gif");
}
img.title {
	display: inline;
	margin: 20px;
}
a:hover span {
	background: #FFFFCC;
}
