body {
 margin: 0 auto 0 auto;
 padding: 0;
 background-color: #054524;
 background-image: url(../images/bg-large.gif);
 background-repeat: repeat-x;
 background-position: 0 bottom;   
 font-size: 90%; 
 text-align: left;
 color: #000;
}

body, input, select, textarea {
 font-family: trebuchet MS, arial, verdana, sans-serif;
}

input, select, textarea {
 font-size: 90%; 
}

:focus { /* FF1.5 bug */
 -moz-outline-style: none;
}

* {
	margin:0;
	padding:0;
}

img {
 border: 0;
}

.hidden {
 visibility: hidden;
}

.clear {
 clear: both;
 font-size: 1%;
}

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

.toRight {
 float: right;
}

.marginBottom {
 margin-bottom: 15px !important;
}

.noBottomMargin {
 margin-bottom: 0 !important;
}



/* Fonts */

h1,h2,h3,h4,h5,h6 {
 font-family: arial, verdana, sans-serif;
}

h1 {
 margin-bottom: 10px;
 padding-bottom: 10px;
 font-size: 140%;
 font-weight: normal;
}

h2 {
 margin-bottom: 15px;
 padding: 0;
 font-size: 120%;
 font-weight: normal;
}

ul, li {
 list-style-image: none;
 list-style-type: none;
}

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

a:hover {
 color: #fff;
 text-decoration: none;
}



/* Content */

#wrapper {
 width: 100%;
 margin: 0 auto 0 auto;
 background-image: url(../images/flowers.png); 
 background-repeat: no-repeat;
 background-position: center bottom; 
}

#container {
 width: 770px;
 margin: 0 auto 0 auto; 
}

#content {
 width: 770px;
 min-height: 450px;    
 margin: 0 auto 0 auto; 
 background-image: url(../images/content.jpg); 
 background-repeat: no-repeat;
 background-position: center top;
}

#side {
 width: 215px;
 padding: 15px 8px 0 35px; 
 float: left;
}

#main {
 width: 460px;
 padding: 25px 0 0 15px;
 float: left;
}



/* Header */

#header {
 position: relative;
 width: 770px;
 height: 195px; 
 margin: 0 auto 0 auto; 
 background-image: url(../images/header.jpg);
 background-repeat: no-repeat;
 background-position: 0 0;   
}



/* Footer */

#footer {
 width: 100%;
 height: 102px;
 margin: 0 auto 0 auto; 
 background-image: url(../images/grass.png);
 background-repeat: no-repeat;
 background-position: center bottom;   
}



/* Menu */

#side li a {
 display: block;
 width: 143px;
 height: 41px;
 margin: 0 0 15px 0;
 padding: 16px 0 0 65px;
 background-repeat: no-repeat;
 background-position: 0 0;
 font-size: 120%;
 color: #fff;
}

#side li a:hover {
 color: #F6FF00;
}

.item1 {
 background-image: url(../images/button-1-off.gif);
}

.item2 {
 background-image: url(../images/button-2-off.gif);
}

.item3 {
 background-image: url(../images/button-3-off.gif);
}

.item4 {
 background-image: url(../images/button-4-off.gif);
}

.item5 {
 background-image: url(../images/button-5-off.gif);
}



/* Content */

#main p, #main ul {
 margin-bottom: 15px;
}

#main a {
 font-weight: bold;
}

.back {
 text-align: right;
}

#main ul li {
 padding: 0 0 0 10px; 
 background-image: url(../images/li.gif);
 background-repeat: no-repeat;
 background-position: 0 7px;  
}


