body {
	background: #131313 url(images/bg.jpg) top left;
	color: #111;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-size:11px;
	height: 100%;
	color:#555;
	scrollbar-face-color:#8080FF; 
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-track-color:#DDDDFF; 	
	scrollbar-shadow-color:''; 
	scrollbar-highlight-color:''; 
	scrollbar-3dlight-color:''; 
	scrollbar-darkshadow-Color:''; 
}

a {
	color: #222;
	text-decoration: underline;
}

a:hover {
	color: #555;
	text-decoration: underline;
}

.leftimage{
	float:left;
	padding: 5px;
	margin: 0 5px 5px 0;
}


#pagewrapper {
	width: 950px;
	height: 540px;
	padding: 5px;
	margin: 0 auto;
	margin-top: 60px;
	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: #eaeaea;
}
#left {
	float: left;
	width: 620px;
	height: 520px;
}
#right {
	float: left;
	width: 310px;
	height: 520px;
	background: #ffffff;
	position: relative;
}
#logo {

	width: 250px;
	height:200px;
	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 a {
	color: #222;
	text-decoration: none;
}
.menu a:hover {
	color: #444;
	text-decoration: none;
}
.wactive {
	padding-left: 5px;
}
/* Tab Content */
h2 {
	display: block;
	width: 600px;
	height: 40px;
	background: #333;
	color: #f1f1f1;
	font-size: 20px;
	font-size: 40px;
	padding: 15px 0px 0px 20px;
	padding: 0 0px 20px 20px;
	margin: 0;
}
.tabcontent {
	width: 580px;
	padding: 10px 20px 10px 20px;
	line-height: 18px;
	overflow: auto; 
	height: 210px;
}
.tabcontent h3 {
	color: #333;
	font-size: 14px;
	font-size: 34px;
	margin: 12px 0 7px;
}

.notop {
	font-size: 14px;
	font-size: 34px;
	margin: -15px 0 15px;
}

.tabcontent h4 {
	color: #333;
	font-size: 12px;
	font-size: 18px;
	margin: 12px 0 12px;
}

.tabcontent p {
	margin-bottom: 5px;
}

table, th, td
{
border: 1px solid #666;
}



td
{
width:130px;
padding:3px;
text-align: center;
}

.situation {
	height: 270px;
}
.photogallery {
	height: 410px;
}

/* 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;
	padding-right: 20px;
}
.contactright {
	float: left;
	width: 290px;
	margin-top: 5px;
	color: #555;
}
.contactleft label {
	color: #555;
	display: block; 
	width: 115px;
	float: left; 
	clear: both;  
	white-space: nowrap;
}
.contactleft input.text, .contactleft textarea {
	border: 1px solid #555;
	padding: 3px;
	width: 140px; 
	background: #eee; 
	display: block; 
	color: #333;
	font-size: 10px;
}
.contactleft textarea {
	height: 60px;
}
.contactleft input.submit {
	text-transform:uppercase;
	border: 1px solid #555;
	width: 70px;
	background: #eee; 
	color: #333;
	font-size: 10px;
	padding: 3px;
	float: right;
	margin: 4px;
	cursor:pointer;
}

#copyright a, #copyright a:hover {
	color: #fff;
}