body {
	background: #131313 url(images/bg.jpg) top left;
	color: #111;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-size:12px;
	height: 100%;
	color:#666;
}
#pagewrapper {
	width: 950px;
	height: 540px;
	padding: 5px;
	margin: 0 auto;
	margin-top: 100px;
	background:url(images/wrapperbg.png) top left no-repeat;
}
#copyright { width: 950px; height: 20px; padding: 5px; margin: 0 auto; font-size:10px; color: #f1f1f1; }
#pagebg {
	background: #000;
	width: 930px;
	height: 520px;
	padding: 9px;
	border: 1px solid #333;
}
#content {
	width: 930px;
	height: 520px;
	background: #000;
}
#left {
	float: left;
	width: 620px;
	height: 520px;
}
#right {
	float: left;
	width: 310px;
	height: 520px;
	background: #000;
	position: relative;
}
#logo {

	width: 250px;
	height:220px;
	background: url(img/Logo_b.jpg);
	margin: 0 auto;
	margin-top: 20px;
}
.menu { font-size: 14px; font-weight: 500; width: 250px; margin: 30px auto 0; }
.menu li {
	border-bottom: 1px ridge #ccc;
	line-height: 30px;
}
.menu a {
	color: #656464;
}
.menu a:hover {
	color: #951e1e;
}
.wactive {
	padding-left: 5px;
}
/* Tab Content */
h2 {
	display: block;
	width: 600px;
	height: 40px;
	background: #5f0303;
	color: #f1f1f1;
	font-size: 20px;
	padding: 15px 0 0 20px;
	margin: 0;
}
.tabcontent {
	width: 580px;
	padding: 20px;
	line-height: 16px;
	
}
/* Photo Gallery */
.gallery {
	width: 520px;
	margin: 0 auto;
}
.gallery img{
	margin: 0px 20px 20px 0px;
}
/* Contact Us */
.contactleft { float: left; width: 270px; margin-top: 5px; margin-right: 35px; }
.contactright { float: left; width: 260px; margin-top: 5px; color: #9b9b9b; margin-bottom: 10px; }
.contactleft label { color: #9b9b9b; display: block; width: 60px; float: left; clear: both; white-space: nowrap; }
.contactleft input.text, .contactleft textarea { border: solid 1px #222; padding: 3px; width: 200px; background: #747474; display: block; color: #fff; font-size: 10px; }
.contactleft textarea { font-size: 10px; height: 60px; }
.contactleft input.submit {
	text-transform:uppercase;
	border: 1px solid #222;
	width: 70px;
	background: #747474; 
	color: #e5e5e5;
	font-size: 10px;
	padding: 3px;
	float: right;
	margin: 4px;
	cursor:pointer;
}

 #footer { top: 0; left: 0; color: #656464; font-size: 9px; background-position: center 0; position: relative; width: 650px; height: 20px; float: none; padding: 8px 5px 0 0; }
  #footer #eye-fi { text-indent: -3000px; overflow: hidden; width: 137px; height: 18px; background-image:url(img/eyefi.png); background-position: 0 0 ; position: relative; top: 8px; display: block; }
  #footer #eye-fi:hover {background-position: 0 -18px;}
#footer p {float: right; margin: -1px 0 0; background-position: left center; padding: 0 100px 0 6px; line-height: 16px;}
.footer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#contact #success_page h1 { background: #4d4747 url(assets/success.gif) no-repeat left 50%; padding-left:22px; }
