/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
	  padding: 0; margin: 0; }

header, footer, section, article, nav {
	display: block; }
	
body {
	width: 960px;
	margin: auto;
	background-color: #00703c;
	Font: 100% Arial;
	font-size: 100%;
	font-weight: normal;
}

#wrapper {
 	position: relative;
	top: 5;
	left: 0;
	width: 950px;
	margin: auto;
	text-align: center;
}

header {
    Width: 100%;
	height: 112px;
    font-weight: bold;
	color:#A48d28;
    background-image: url( "images/header1.jpg");
   	background-color: #CFB53B;
	padding-top: 10px;
}

h1 {
    font-size: 200%;
	font-weight: bold;
	margin-top: 10px;
}
	
#main-content {
    width: 950px;
	margin: 4px auto 0 auto;
	background-color: #00703c;
	color: black;
	text-align: center;
	font-weight: bold; }

.column1, .column2, .column3  {
    width: 22%;
    float: left;
    margin: 1.5%;
}

.column5 {
    width: 98%;
	float: left;
	margin: 1%;
 }

#feature  {
    height: 1.5em;
    margin-bottom: 1em;
    background-color: #EFDECD;
}

#featureA {
   height: 3em;
    margin-bottom: 1em;
    background-color: #EFDECD;
}

#featureB {
    height: 10em;
    margin-bottom: 1em;
    background-color: #EFDECD;
}

#featureC {
    height: 8em;
    margin-bottom: 1em;
    background-color: #EFDECD;
}

.article {
    height: 30em;
    margin-bottom: 1em;
    background-color: #EFDECD;
    }

.section {
    height: 40em;
	margin-bottom: 1em;
	background-color:#EFDECD;
	 }

footer {
	margin: 10px auto 0 auto;
	width: 950px;
    height: 35px;
	font-weight: bold;
	text-align: center;
	background-color: #e0dcd0;
	color: black;
	clear: both;
}

.clear {
	clear: both; }

