/* CSS Document */
body, html {
	height: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(img/background-t.png);
	font-family:Verdana, Geneva, sans-serif;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serifl;
	font-variant: small-caps;
	font-size: 12px;
	background-color: #111;
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serifl;
	font-variant: small-caps;
	font-size: 12px;
	font-weight: bold;
	display:inline; 
}
a:link {
	color: #E8E197;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E8E197;
}
a:hover {
	text-decoration: none;
	color: #716A1A;
}
a:active {
	text-decoration: none;
	color: #E8E197;
}
img a {
	border: 0;
}
ul {
	margin-top: 0;
	padding-left: 80px;
	text-align: left;
}
ul li {
		padding-bottom: 20px;
		text-align: left;
}
p {
padding-right: 30px;
}
#wrapper {
	float:left;
	width: 100%;
	min-height:88%; 
	height:88%;
}
#header {
	float: center;
	width: 790px;
	height: 100px;
	border-color:#333;
	border-style:solid;
	border-right-width:1px;
	border-left-width:1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background-color: #000;

}
#menu_line {
	float: center;
	width:  100%;
	height: 20px;
	background-image: url(img/headder-tint.png);
	border: #333 solid 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	color: #716A1A;
}
#menu {
	float:center;
	width: 450px;
	height: 25px;
	vertical-align:top;
}
#menu_cont {
	width: 450px;
	border-right: #333 solid 2px;
	border-bottom: 2px solid #333;
}
#container a {
	background: no-repeat;
	text-align: center;
	float:left;
	width: 110px;
	height: 20px;
	border-left: #333 solid 2px;
	color:#B6AB29;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	text-transform:uppercase;

}
#container a:hover {
	border-left: #E8E197 solid 2px; 
	background-image: url(img/headder-tint-light.png);
	background-repeat: repeat;
	color:#E8E197;
}
#content {
	float: center;
	width: 780px;
	min-height:76%;
	height:auto !important;
	height:76%;
	border-color:#333;
	border-style:solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width:1px;
	border-left-width:1px;
	background-image:url(img/back-cont.png);
	text-align: left;
	color:#B6AB29;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 50px;
}
#content p {
	margin: 0px;
	padding-top: 5px;
	text-indent: 10px;
	text-align: left;
}
#footer {
	float: center;
	width:  100%;
	height: 19px;
	background-image: url(img/headder-tint.png);
	border: #333 solid 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	color:#565A41;
	font-family:Verdana, Geneva, sans-serif;
	font-size:8px;
}
#gal {
	text-align: center;
}
#subgal {
	padding-bottom: 20px;
	width:100%;
}
#subgal td {
	background-color:#151515;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
#subgal img {
opacity:0.3;
filter:alpha(opacity=30);
border: 0;
}
#subgal img:hover{
opacity:1;
filter:alpha(opacity=100)
border: 0;
}
#gal_hdr {
padding-bottom:3px; padding-top:3px; font-size:12px; font-weight:bold;
}