﻿body {
	background-color: #0e510b;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../img/site/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 35px;
	margin-right: 35px;
}
#container {
	width: 740px;
	height: auto;
	color: #FBED80;
	text-align: justify;
	margin: auto;
	white-space: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header {
	background-image: url(../img/header/rotate.php);
	background-repeat: no-repeat;
	height: 160px;
	margin-top: 0;
}
#header h1 {
	margin: 0;
}

#nav {
	height: 24px;
	width: auto;	
	color: #FEE97C;
	}
#nav a {
	display: block;
	height: 22px;
	width: auto;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 1px;
	float: left;
	border: thin #FEE97C solid;
	text-decoration: none;
	text-align: center;
	background-color: Black;
	color: #F69B52;
}

#nav a:hover {
	display: block;
	font-weight: bold;
	color: Yellow;
	background-color: #5F5B6C;
	border: thin solid #F69B52;
}
#nav #current {
	font-weight: bold;
	color: Yellow;
	background-color: #5F5B6C;
	border: thin solid #F69B52;
}

a {
	color: yellow;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
}
#content h3 {
	color: #F69B52;
}
#footer {
	text-align: center;
	color: #999999;
	font-size: 10px;
}
#col {
	background-color: #0E510A;
	color: White;
	float: right;
	width: 170px;
	height: auto;
	text-align: center;
	font-size: 10px;
	border-top: medium none gray;
	border-right: medium none gray;
	border-bottom: medium none gray;
	border-left: medium none gray;
	left: 10px;
	padding-left: 15px;
}
#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;
}
.gallery a
{
	cursor: hand;
}

.gallery a .preview
{
	display: none;
}
.gallery a:hover .preview 
{
	display: block;
	position: absolute;
	top: -70px;
	left: -195px;
	z-index: 1;
}
.gallery img
{
	background: #000;
	border-color: #FFF;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 1px;
	vertical-align: top;
	width: 150px;
}

.gallery li
{
	background: #0e510b;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	/*margin: 3px;*/
	padding: 2px;
	position: relative;
}
.gallery .preview
{
	border: Yellow medium solid;
	width: 350px;
	height: auto;
}


.lgallery
{
	cursor: default;
	list-style: none;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
}
.lgallery a
{
	cursor: hand;
}

.lgallery a .preview
{
	display: none;
}
.lgallery a:hover .preview 
{
	display: block;
	position: absolute;
	top: -90px;
	left: 15px;
	z-index: 1;
}
.lgallery img
{
	background: #000;
	border-color: #FFF;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 3px;
	vertical-align: middle;
	width: 200px;
}

.lgallery li
{
	background: #393E5E;
	border-color: #000;
	border-style: solid;
	border-width: 2px;
	color: inherit;
	display: inline;
	float: right;
	/*margin: 3px;*/
	padding: 2px;
	position: relative;
}
.lgallery .preview
{
	border: Yellow medium solid;
	width: 500px;
	height: auto;
}




.rgallery
{
	cursor: default;
	list-style: none;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
}
.rgallery a
{
	cursor: hand;
}

.rgallery a .preview
{
	display: none;
}
.rgallery a:hover .preview 
{
	display: block;
	position: absolute;
	top: -90px;
	right: 15px;
	z-index: 1;
}
.rgallery img
{
	background: #000;
	border-color: #FFF;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 3px;
	vertical-align: middle;
	width: 200px;
}

.rgallery li
{
	background: #393E5E;
	border-color: #000;
	border-style: solid;
	border-width: 2px;
	color: inherit;
	display: inline;
	float: left;
	/*margin: 3px;*/
	padding: 2px;
	position: relative;
}
.rgallery .preview
{
	border: Yellow medium solid;
	width: 500px;
	height: auto;
}
