* {
	margin: 0;
	padding: 0;
}

body {
background: #A8B000;
font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #333;
}

a {
text-decoration: none;
color: #A8B000;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 40px auto;
width: 780px;
background: #fff;
border: 10px solid #EFEFD1;
}

#header {
background: #FFF url('images/header.jpg') no-repeat left top;
height: 227px;
}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 23px 0 0 20px;
color: #A8B000;
}
#header h1 a { 
color: #A8B000;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: #EAECA5;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
height: 30px;
line-height: 30px;
background: #EFEFD1;
}
#menu ul {
list-style-type: none;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
}
#menu ul li a:hover {
color: #111;
text-decoration: none;
}
#menu #current a{
	color:	#000;
}

#content {
padding: 0 20px 20px 20px;
}

.left {
float: left;
width: 460px;
text-align: justify;
}
.left p{
	margin:10px 0px;
	padding:0px;
}
.left h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.left h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}
.left h4{
	padding: 15px 0 7px 0;
}

.right {
float: right;
width: 260px;
padding-top: 10px;
}
.right h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 28px;
line-height: 28px;
background: #EFEFD1;
color: #111;
font-size: 13px;
}
.right ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.right ul li a {
color: #ADB455;
text-decoration: none;
font-size: 14px;
font-weight: 100;
}
.right ul li a:hover {
color: #111;
}
.adleft {
float: left;
width:125px;
border: 0px solid #ACD3E5;
font-size: 13px;
color: #888;
text-align: center;
}
.adleft p{
	text-align:left;
	line-height:20px;
	padding-left:15px;
}
.adright {
float: right;
height: 125px;
width:115px;
border: 0px solid #ACD3E5;
font-size: 18px;
color: #aaa;
text-align: center;
}

#footer {
line-height: 30px;
background: #EFEFD1;
font-size: 11px;
}

	#footer_left{
		padding:			2px;
		width:				530px;
		float:				left;
		font-size:			1em;
		text-align:			center;
		background:			#FFF;
	}
		#footer_left li{
			display:inline;
			padding:		0 10px;
			border-right:	1px solid #bebebe;
		}
		#footer_left a{
			color:			#A8B000;
			font-weight:	normal;
			text-decoration:none;
		}
		#footer_left a:hover{
			color:			#000;
		}
	#footer_right{
		background:			#FFFFFF;
		float:				right;
		font-size:			0.8em;
		margin:				0 0 0 0;
		padding:			2px;
		width:				240px;
		text-align:			center;
	}

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clearfix {display:inline-block;}
.clearfix {display:block;}





