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;
}
.container {
	width: 950px;
	height: 540px;
	position:fixed;
	top: 50%;
	left: 50%;
	margin-left: -475px;
	margin-top: -270px;
}
#copyright {
	width: 950px;
	height: 20px;
	padding: 5px;
	font-size:10px;
	color: #f1f1f1;
	text-shadow: 0 1px 2px rgba(0,0,0,0.35);
}
#pagebg {
	background: #000;
	width: 930px;
	height: 520px;
	padding: 9px;
	border: 1px solid #333;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
		-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.35);
			box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}
#content {
	width: 930px;
	height: 520px;
	background: #eaeaea;
}
#left {
	float: left;
	width: 620px;
	height: 520px;
}
#right {
	float: left;
	width: 310px;
	height: 520px;
	background: #ffffff;
	position: relative;
	-webkit-box-shadow: -3px 0px 3px -2px rgba(0, 0, 0, 0.35);
		-moz-box-shadow:-3px 0px 3px -2px rgba(0, 0, 0, 0.35);
			box-shadow: -3px 0px 3px -2px rgba(0, 0, 0, 0.35);
}
#logo {

	width: 250px;
	height:220px;
	background: url(../img/logo.jpg);
	margin: 0 auto;
	margin-top: 20px;
}
.menu {
	width: 250px;
	margin: 0 auto;
}
.menu li {
	border-bottom: 1px dotted #ccc;
	line-height: 30px;
}
.menu li:last-child {
	border-bottom: 0;
}
.menu a {
	color: #222;
	-webkit-transition: padding-left 0.05s linear;
	-moz-transition: padding-left 0.05s linear;
	-ms-transition: padding-left 0.05s linear;
	-o-transition: padding-left 0.05s linear;
	transition: padding-left 0.05s linear;
}
.menu a:hover {
	color: #444;
}
.wactive {
	padding-left: 5px;
}
/* Tab Content */
h2 {
	display: block;
	width: 600px;
	height: 40px;
	background: #333;
	color: #f1f1f1;
	font-size: 20px;
	padding: 15px 0px 0px 20px;
	margin: 0;
}
.tabcontent {
	width: 580px;
	padding: 20px;
	line-height: 16px;
}
.tabcontent p {
	margin-bottom: 7px;
}
/* Photo Gallery */
.gallery {
	width: 540px;
	margin: 0 auto;
}
.gallery a{
	float:left;
	background: #fff;
	margin: 0px 30px 25px 0px;
	line-height: 0;
}
.gallery a:hover img{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  	opacity: 0.7;
  	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
/* Contact Us */
.contactleft {
	float: left;
	width: 365px;
	margin-top: 5px;
	padding-right: 20px;
}
.contactright {
	float: left;
	width: 170px;
	margin-top: 5px;
	color: #222;
}
.contactleft label {
	color: #222;
	display: block; 
	width: 115px;
	float: left; 
	clear: both;  
	white-space: nowrap;
}
.contactleft input.text, .contactleft textarea {
	border: 1px solid #444;
	padding: 3px;
	width: 140px; 
	background: #747474; 
	display: block; 
	color: #fff;
	font-size: 10px;
}
.contactleft textarea {
	height: 60px;
}
.contactleft input.text:focus,
.contactleft textarea:focus,
.contactleft input.submit:hover {
	background: #999; 
}
.contactleft input.submit {
	text-transform:uppercase;
	border: 1px solid #444;
	width: 70px;
	background: #747474; 
	color: #e5e5e5;
	font-size: 10px;
	padding: 3px;
	float: right;
	margin: 4px;
	cursor:pointer;
}
.contactleft input.submit:active {
	margin: 5px 4px 3px 4px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.35);
}

a , a:visited, a:active {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
.clr {
	clear: both;
}

#main {
	width: 860px;
	margin: 0 auto;
}