body {
	background-color: #393E5E;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/template/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 35px;
	margin-right: 35px;
}
#container {
	width: 790px;
	height: auto;
	color: white;
	text-align: left;
	margin: auto;
}
#header {
	background-image: url(images/template/header.jpg);
	background-repeat: no-repeat;
	height: 95px;
	margin-top: 0;
}
#header h1 {
	margin: 0;
}

#MainMenu 
{
	height:24px;
	background:url(menubar/images/bmid_072.gif);
	border:0;
	margin:0;
}
#tab 
{
	top:0;
	height:0;
	background:repeat-x top;
	margin:0;
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
#tab a 
{
	background:#000 url(menubar/images/bright_072.gif) no-repeat right top;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a span 
{
	display:block;
	background:url(menubar/images/bleft_072.gif) no-repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	font-weight:700;
	line-height:32px;
	padding:0 16px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:red;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv 
{
	position:absolute;
	top:0;
	float:left;
	display:block;
	visibility:hidden;
	border:0;
	background:url(menubar/images/bmid_072.gif);
	color:#FFF;
	z-index:100;
	text-decoration:none;
	padding:0;
}
.dropmenudiv ul 
{
	list-style:none;
	margin:0;
	padding:0;
}
.dropmenudiv li 
{
	display:inline;
	margin:0;
	padding:0;
}
.dropmenudiv a:link,.dropmenudiv a:visited 
{
	width:113px;
	display:block;
	border:0;
	color:#FFF;
	background:url(menubar/images/bleft_072.gif) no-repeat left top;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	margin:0;
	padding:0;
}
.dropmenudiv a span 
{
	display:block;
	line-height:32px;
	background:url(menubar/images/bright_072.gif) no-repeat right top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	float:none;
	padding:0 15px;
}
.dropmenudiv a:hover 
{
	border:0 red;
	background-position:left bottom;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	color:red;
}
.dropmenudiv a:hover span 
{
	background-position:right bottom;
	color:red;
	font-weight:700;
}

a {
	color: yellow;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}
h3 {
	color: #92ACDD;
}
#footer {
	text-align: center;
	color: white;
	font-size: 10px;
}
#menu {
	text-align: center;
	color: #92ACDD;
	font-size: 12px;
}
#col {
	border: none;
	background-color: #3F3F47;
	color: #CCCCCC;
	float: right;
	width: 165px;
	height: auto;
	text-align: center;
	font-size: 14px;
}
#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: -35px;
	margin-top: 0px;
}
.gallery a
{
	cursor: hand;
}

.gallery a .preview
{
	display: none;
}
.gallery a:hover .preview 
{
	display: block;
	position: absolute;
	top: -25px;
	left: -35px;
	z-index: 1;
}
.gallery img
{
	background: #000;
	border: none;
	vertical-align: top;
	width: 150px;
}

.gallery li
{
	background: #3F3F47;
	border: none;
	color: inherit;
	display: inline;	
	float: left;
	padding: 2px;
	position: relative;
}
.gallery .preview
{
	border: none;
	width: 220px;
	height: auto;
}
