body {
	background-color: #FAF08F;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 35px;
	margin-right: 35px;
}
#container {
	width: 800px;
	height: auto;
	color: #00008B;
	text-align: left;
	margin: auto;
}
#header {
	background-image: url(img/banner1.jpg);
	background-repeat: no-repeat;
	height: 160px;
	margin-top: 0;
	font-size: 16px;
	padding-left: 6px;
}
#header h1 {
	margin: 0;
	font-size: 28px;
}

#nav {
	height: 24px;
	width: auto;	
	color: #FEE97C;
	}
#nav a {
	display: block;
	height: 22px;
	width: 13.5%;
	padding-top: 3px;
	margin-right: 1px;
	float: left;
	border: thin solid #B22222;
	text-decoration: none;
	text-align: center;
	background-color: Black;
	color: #F69B52;
	font-size: 12px;
}

#nav a:hover {
	display: block;
	font-weight: bold;
	color: #FFFF00;
	background-color: #B26B22;
	border: thin dashed #B22222;
}
#nav #current {
	font-weight: bold;
	color: Yellow;
	background-color: #5F5B6C;
	border: dashed thin #FEE97C;
}

a {
	color: #00008B;
	text-decoration: none;
}
a:hover {
	color: #8A4500;
	text-decoration: none;
}
#content h3 {
	color: #000080;
}
#footer {
	text-align: center;
	color: #00008B;
	font-size: 12px;
	padding-top: 20px;
	}
#col {
	border: thin solid #F0E68C;
	background-color: Black;
	color: White;
	float: right;
	width: 160px;
	height: auto;
	text-align: center;
	font-size: 10px;
}
#col h3 {
	margin: 0;
}
#col p {
	clear: both;
	margin: 0;
}
.float-right {
	clear: right;
	float: right;
}

.gallery
{
	cursor: default;
	list-style: none;
	text-align: center;
	margin-left: -40px;
	margin-top: 0px;
	font-size: 12px;
}
.gallery a
{
	
}

.gallery a .preview
{
	display: none;
}
.gallery a:hover .preview 
{
	display: block;
	position: absolute;
	top: -25px;
	left: -35px;
	z-index: 1;
}
.gallery img
{
	background: #000000;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 1px;
	vertical-align: top;
	width: 150px;
}

.gallery li
{
	background: #CC8547;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	/*margin: 3px;*/
	padding: 2px;
	position: relative;
}
.gallery .preview
{
	border: #FFFF00 medium solid;
	width: 220px;
	height: auto;
}
