*{
	margin: 0;
	padding: 0;
	font-family:Helvetica,sans-serif;
	
	}
	
body {
	background:#79a242;
	background-image:url('/images/bg.jpg');
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:14px;
}

h1, h2, h3, h4{
margin:0;
padding:0;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }

p, ol, ul, blockquote {
	line-height: 22px;
}

ul{
	margin: 4px 4px 4px 15px;
}

a {	
	text-decoration: none;
	color: #eadb89;
}

a:hover {
	border: none;
}

 h1, h2, h3, h4{
 margin:6px 10px 9px 12px;
 color:#eadb89;
 }
 
p{
	margin:6px 14px 6px 14px;
}

.post, .blog {
	width:94%;
	margin:0 auto;
	padding: 9px 0 9px 0;
}

li, li:hover{
	list-style-type:square;
}

input, textarea {
	width:170px;
	line-height:16px;
	font-size:0.95em;
}

#wrapper{
	width:982px;
	margin:0 auto;
	clear:both;
}

#top_bar{
	width:100%;
	height:130px;
	background:url('/images/header_bar.png');
	background-repeat:repeat-x;
	}
	
#header {
	width: 480px;
	height: 101px;
	margin: 0 auto;	
	background-position: center center;
	background-repeat: no-repeat;
}

#colOne_top{
	height:35px;
	width: 236px;
	background:url('/images/nav_header.png');
	background-repeat:no-repeat;
	}

#colOne {
	float: left;
	display:inline;
	width: 236px;
}

#colOne_center{
background:url('/images/nav_center.png');
}

#colOne_bottom{
	height:33px;
	width: 236px;
	background:url('/images/nav_footer.png');
	background-repeat:no-repeat;
	}

#colTwo {
	float:right;
	display:inline;
	width: 723px;
}

#colTwo_header{
width:723px;
height:29px;
background:url('/images/content_header.png');
}

#colTwo_center{
background:url('/images/content_center.png');
}

#colTwo_footer{
width:723px;
height:42px;
background:url('/images/content_footer.png');
}

#colTwo ul{
	margin-left:32px;
	list-style:square;
}

#footer {
	clear: both;
	width: 700px;
	margin-left: 248px;
	padding-top: 3px;
}

#footer p {
	margin: 0;
	font-size: 0.80em;
}

img{
margin: 6px 6px;
border:none;
text-decoration:none;
}

img.right{
float:right;
}

img.left{
float:left;
display:inline;
}

img.center{
margin: 6px auto;
}

button{
margin:8px auto;
padding:0 9px 0 9px;
height:28px;
line-height:28px;
background:#94440f;
color:#FFFFFF;
cursor:pointer;
font-size:12px;
font-weight:bold;
}

