body {
	background: #231F20;
	color: #000;
	font-family: 'Arial';
	font-size: 10pt;
	margin: 20px auto;
	padding: 0;
	width: 779px;
	position: relative;
}

a img {
	border: 0;
}

a:link, a:visited, a:hover {
	color: #000;
	text-decoration: underline;
}



#navwrap {
	position: relative;
	height: 28px;
	background: #333 url('nav.png') repeat-x top left;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 28px;
	background: url('nav.png') repeat-x top left;
	font-size: 12pt;
	position: absolute;
}

/* These effect both lists */

#nav li {
	float: left;
}

#nav li a:link, #nav li a:visited {
	display: block;
	width:85px;
	height: 22px;
	padding: 3px 5px;
	text-align: center;
	color: #F89825;
	text-decoration: none;
	font-weight: bold;
}

#nav li a:hover {
	color: #9FA2A9;
}

#droplist {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	border: solid 1px #666;
	border-top: 0;
	background: none;
}

#droplist li {
	float: none;
}

#droplist li a:link,
#droplist li a:visited {
	display: block;
	padding: 4px 3px 2px 5px;
	width: 85px;
	height: auto;
	color: #000;
	font-weight: normal;
	text-align: left;
	border-top: 0;
	background: #999;
	font-size: 10pt;
}

#droplist li a:hover {
	background: #666;
}


#content {
	padding: 15px;
	min-height:300px;
	height:auto !important;
	height:300px;
	background: #BBB;
}

#content a img {
	border: solid 1px #BBB;
}

#content a:hover img {
	border: solid 1px #F00;
}

h1 {
	text-align: center;
}

#thumbs {
	list-style: none;
	margin: 0;
	padding: 0;
}

#thumbs li {
	float: left;
	padding: 6px;
}

table {
	border-collapse: collapse;
}

th {
	background: #333;
	border: solid 1px #333;
	text-align: left;
	font-size: 12pt;
	color: #FFF;
	padding: 5px;
}

td {
/*	background: #999;*/
	border: solid 1px #333;
	padding: 5px;
}

dt {
	margin-top: 10px;
	margin-bottom: 2px;
}

dd input, dd textarea {
	background: #CCC;
	border: solid 1px #000;
	padding: 1px;
}

#footer {
	text-align: right;
	color: #666;
	margin: 5px;
	clear: both;
}

#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: underline;
}

/* Gallery */

#gallery {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

#gallery li {
	float: left;
	text-align: center;
	margin: 0 10px 20px 10px;
	font-size: 8pt;
	width: 96px;
	height: 120px;
}

#gallery img {
	width: 94px;
	height: 94px;
	display: block;
	border: solid 1px #ECE9D8;
}

#content #gallery a img {
	border: 0;
}

#content #gallery a:hover img {
	border: 0;
}
