body {
   margin: 0px;
   background: #000000;
   font-family: "arial";
   font-size: 11px;
   color:  #333333;
	text-align: left;
}

a{
   color: #8E1A0F;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
   color: #CB2515;
   text-decoration: none;
}

.sub_current{
	color: #C58C32 !important;
}

table{
	text-align: left;
}

h1{
   font-size: 28px;
}

h2{
	color: #EFEAA2;
}

img {
   border: none;
}

.spacing{
   letter-spacing: 10px;
}



.wrapper{
   width: 900px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 10px;
}


.header{
   height: 119px;
}
.callus{
   margin-top: 80px;
   width: 351px;
   height: 31px;
   float: right;
}



.navs{
   text-align: center;
   font-family: 'arial';
   text-transform: uppercase;
   font-weight: bold;
   margin-left: 14px;
   margin-right: 14px;
   line-height: 18px;
   font-size: 12px;
}
.navs span{
   letter-spacing: 10px;
   color: #8E8C73;
}
.navs a{
   color: #D5D2AD;
}
.navs a:hover{
   color: #FFFFD7;
   text-decoration: underline;
}



.home_navs{
   background: #080705 url(../images/home_bg.gif) repeat-x;
   color: #969566;
}
.home_navs table{
   width: 100%;
   border: none;
}
.home_navs .td1{
   padding: 8px;
   padding-top: 9px;
   width: 33%;
}
.home_navs .td2{
   padding: 8px;
   padding-top: 9px;
   border-left: solid 2px #000000;
   border-right: solid 2px #000000;
   width: 33%;
}
.home_navs .td3{
   padding: 8px;
   padding-top: 9px;
   width: 33%;
}

.home_navs span{
   display: block;
   margin-top: 0px;
   margin-left: 8px;
   margin-right: 8px;
   margin-bottom: 8px;
}

.home_navs_header{
   font-size: 28px;
   font-weight: bold;
   color: #C5C487;
}
.home_navs_header img{
   margin-right: 8px;
}
.home_navs_header a{
   color: #C5C487;
}
.home_navs_header a:hover{
   color: #A09F6E;
}


.content_w{
   background-color: #080705;
	color: #BBB77F;
	font-size: 12px;
	line-height: 17px;
}

.content_i{
	padding: 20px;
	text-align: right;
}

.rightbar{
	background-color: #000000;
	text-align: center;
	padding: 10px;
}

.edgetable {
	width: 80%;
}
.edgetable td{
	padding-bottom: 15px;
}



.footer{
   margin-bottom: 40px;
   text-align: right;
   font-size: 10px;
}
.footer div{
   margin-top: 10px;
   margin-bottom: 10px;
}
.footer span{
   letter-spacing: 10px;
   color: #8E8C73;
}















.gallery{
   position: relative;
   display: block;
}
.gallery_left{}
.gallery_left img{
   border-bottom: solid 5px #330904;
}
.gallery_left .gallery_name{
   display: block;
   position: absolute;
   top: 0px;
   left: 0px;
   font-size: 28px;
   font-weight: bold;
   color: #FFFFFF;
   margin: 0px;
   padding: 0px;
}
.gallery_left .gallery_nav{
   display: block;
   position: absolute;
   top: 30px;
   left: 0px;
   color: #FFFFFF;
   margin: 0px;
   padding: 0px;
}
.gallery_left .gallery_nav a{
   color: #A07905;
}
.gallery_left .gallery_nav a:hover{
   color: #EEB407;
   text-decoration: underline;
}




.gallery_left .gallery_desc{
   padding: 10px;
   color: #FFFFFF;
   line-height: 17px;
}


.gallery_right{
   background-color: #161616;
}
.gallery_right table{
   width: 100%;
   margin: 20px;
   margin-top: 10px;
}
.gallery_right table img{
   border: solid 1px #444444;
   margin-right: 8px;
}
.gallery_right table a{
   color: #D1D1D1;
   font-size: 11px;
   text-transform: uppercase;
}
.gallery_right table tr{
   display: block;
   margin: 0px;
   padding: 0px;
   padding-bottom: 10px;
}


.contact_form{
	padding: 10px;
	padding-top: 30px;
}

.contact_form input{
   background-color: #323232;
	border: 1px solid #b4b4b4;
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 12px;
}
.contact_form h3{
	padding: 0px;
	margin: 0px;
}

.contact_form textarea{
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #323232;
	border: 1px solid #b4b4b4;
	width: 400px;
	height: 200px;
	color: #ffffff;
	font-size: 12px;
}

.example{
	font-size: 10px;
	color: #ffffff;
}

.rightbar .example{
	display: block;
	margin-top: 8px;
	margin-bottom: 20px;
}



