body {
	background: #1c1411 url(images/bg2.jpg) top left;
	color: #111;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-size:12px;
	height: 100%;
	color:#333333;
}
a {
	color:#96c916;
}
a:hover {
	color:#000000;
}
#pagewrapper {
	width: 950px;
	height: 540px;
	padding: 5px;
	margin: 0 auto;
	margin-top: 80px;
	background:url(images/wrapperbg.png) top left no-repeat;
}
#pagebg {
/*	background: #73432c;*/
	background:#73432c;
	width: 930px;
	height: 520px;
	padding: 9px;
	border: 1px solid #73432c;
}
.pages {
	display: block;
	overflow: hidden;
	float: left;
	height: 520px;
	width: 620px;
}
#content {
	width: 930px;
	height: 520px;
	background: #eaeaea;
	position:relative;
}
#content .ribbon {
	position:absolute;
	left:-3px;
	top:-3px;
	z-index:999;
}
#left {
	float: left;
	width: 620px;
	height: 520px;
}
#right {
	float: left;
	width: 310px;
	height: 520px;
	background: #ffffff;
	position: relative;
}
#logo {

	width: 250px;
	height:220px;
	background: url(images/logo.jpg);
	margin: 0 auto;
	margin-top: 0px;
}
.menu {
	width: 250px;
	margin: 0 auto;
}
.menu li {
	border-bottom: 1px dotted #ccc;
	line-height: 30px;
}
.menu a {
	color: #222;
}
.menu a:hover {
	color: #96c916;
}
.wactive {
	padding-left: 15px;
	color:#96c916;
}
/* Tab Content */
h2 {
	display: block;
	width: 580px;
	height: 40px;
	background: #96c916;
	color: #fff;
	font-size: 20px;
	padding: 15px 30px 0px 20px;
	margin: 0px;
}
.tabcontent {
	width: 580px;
	padding: 20px;
	line-height: 16px;
}
.tabcontent p {
	margin-bottom: 10px;
}
/* Photo Gallery */
.gallery {
	width: 520px;
	margin: 0 auto;
}
.gallery img{
	margin: 0px 23px 20px 0px;
}
/* Contact Us */
.contactleft {
	float: left;
	width: 270px;
	margin-top: 5px;
	padding-right: 20px;
	color: #000;
	font-size:12px;
}
.contactright {
	float: left;
	width: 290px;
	margin-top: 5px;
	color: #000;
	font-size:12px;
}
.contactleft label {
	color: #222;
	display: block; 
	width: 115px;
	float: left; 
	clear: both;  
	white-space: nowrap;
}
.contactleft input.text, .contactleft textarea {
	border: 1px solid #222;
	padding: 3px;
	width: 140px; 
	background: #747474; 
	display: block; 
	color: #fff;
	font-size: 10px;
}
.contactleft textarea {
	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;
}

/* widget */
#bar {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	background-color:#4c2b1b;
	display:block;
	margin:0px;
	padding:10px;
	border-top:1px #321b0f solid;
	z-index:9999;
	font-size:11px;
	font-family:Tahoma;
	color:#CCCCCC;
}
#bar a {
	color:#fff;
}
#bar a:hover {
	color:#96c916;
}
#barleft {
	float:left;
}
#barleft span {
	padding-left:25px;
	margin-right:10px;
	display:block;
	float:left;
}
#twitter_update_list {
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
	color: #96c916;
}
.fb {
	background-image:url(images/fb.png);
	background-position:left;
	background-repeat:no-repeat;
}
.twitter {
	background-image:url(images/twitter.png);
	background-position:left;
	background-repeat:no-repeat;
}
#baright {
	float:right;
}
