@charset "utf-8";
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 18px;
	color: #C1C1A4;	
}

p, h1, h2, h3, h4, ul, li
{
	margin: 0px;
	padding: 0px;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hovwer {
	color: #FFF;
	text-decoration: none;
}

h1 {
	color: #999933;
	font-weight: normal;
	font-size: 26px;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 1px 1px 1px #000;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

h2 {
	color: #999933;
	font-weight: normal;
	font-size: 18px;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 1px 1px 1px #000;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
h4 {
	color: #999933;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 15px;
	text-shadow: 2px 2px 2px #000;	
}


#wrapper {
	background-image: url(images/main2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header {
	height: 145px;
}
#nav {
	height: 33px;
	background-image: url(images/transBg.png);
	background-repeat: repeat-x;
	background-position: top;
}

#main {
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/mainBg.png);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #C1C1A4;
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

#main p {
	text-shadow: 1px 1px 1px #000;
	line-height: 20px;
	font-size: 14px;
	padding-bottom: 16px;
}
#innerMain {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding: 25px;
}

#bottom {
	max-height: 164px;
	background-image: url(images/transBg.png);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	clear: both;
}
#bottom li {
	list-style-image: url(images/bullet.png);
	list-style-type: disc;
}

#innerBottom {
	padding: 25px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;

}

#footer {
	height: 124px;
	padding: 15px;
	text-align: center;	
	font-size: 10px;
	color: #636343;
}

#footer img{
	border: none;
}

#bnav {
	padding: 15px;
	height: 175px;
	width: 130px;
	border: 1px solid #23251B;
	position: relative;
	top: -45px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #7D7D55;
	font-size: 12px;
	background-image: url(images/bnavBg.png);
	background-repeat: repeat-x;
	background-position: top;
}

#bnav h2 {
	color: #999933;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	}
#bnav ul {
	margin: 0 0 0 25px;
	}	
	

.thumb {
	float: left;
	height: 100px;
	width: 100px;
	border: 1px solid #2F2112;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;			
}
.left {
	width: 450px;
	float: left;
}
.right {
	float: right;
	width: 300px;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}

.right img  {
	max-width: 300px;
	border: 1px solid #000000;
}

#photos {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;		
	width: 100px;
	height: 100px; 	
	overflow: hidden;		
}

.nav-prev{
	padding-left: 5px;
}
.nav-next{
	padding-right: 5px;
}


#photos li img{
	margin: 0px auto;
	width: 75px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	overflow: hidden;	
}

#photos li img:hover{

	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
#photos ul li {
	list-style-image: none;
	list-style-type: none;
	/*background-color: #0066cc;*/
	overflow: hidden;	
}

#pointer {
visibility: hidden;
}

#sm {
	visibility: hidden;
	display: none;
}
.thumbContainer {
	display: block;
	width: 100px;
	height: 100px; 

	overflow: hidden;
}