@charset "UTF-8";

* {
	font-family: Verdana;
}

/* Clear Fix Hack - add  class="fixed"  to div's that have floated elements in them */
.fixed:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.fixed {
	display: block;
}

/*  \*/
.fixed {
	min-height: 1%;
}

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

html {
	background-color: #4a7b28;
}

body {
	min-width: 900px;
}

img {
	border: none;	
}

#wraper {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	width: 900px;
	min-height: 100%;
}

#main {
	background: url(../img/BackgroundDown.jpg) bottom no-repeat #64d1fa;	
}

#header {
	background: url(../img/Header.png) no-repeat top center;
	margin: 0 auto;
	width: 812px;
	height: 132px;
	position: relative;
}

#header #content {
	padding: 25px 35px 0px 30px;
	height: 106px;
}

#header #content img {
	border: none;
}

#header #content p {
	margin: 0px;
	padding: 11px 0px 0px 0px;	
}


#header #content #leftHeader{
	float: left;
	min-width: 300px;
  margin-left: 260px
}

#header #content #rightHeader {
	float: right;
}

#header #content #rightHeader p {
	margin-top: 10px;		
}

#header #content #centerHeader {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	padding: 0px 11px;
	font-size: 13px;
}

#header #menu {
	margin: 0 60px;
	height: 52px;
	width: 700px;
}

#header #menu ul {
	margin: 0px;
	padding: 0px;
}

#header #menu ul li {
	border-left: solid 5px white;
	border-right: solid 5px white;
	display: block;
	float: left;
	list-style: none; 
	text-align: center;
	margin-right: 5px;
	
	width: 124px;
	height: 53px;
}

#header #menu ul li a {
	text-decoration: none;
	color: white;
	width: 105px;
	height: 50px;
	background-color: #6ebc3f;
	display: block;
	margin:0;	
	padding: 0px 10px;
	font-weight: bold;
}

#header #menu ul li a p {
	margin: 0px;
	padding: 0px;	
}

#header #menu ul li a.simpleMiddleText {
	padding-top: 13px;
}

#header #menu ul li a.doubleMiddleText {
	padding-top: 4px;
}

#header #menu ul li a:hover, 
#header #menu ul li a.active {
	background-color: #f5cc41;
}

#flower {
	position: relative;
	background: url(../img/Flower.png) no-repeat bottom center;
	height: 83px;
	margin: 0px 0px 0px 0px;
}

#flower1 {
	border: none;
	position: absolute;
	left: -40px;
	top: -25px;
} 

#flower2 {
	border: none;
	position: absolute;
	right: -10px;
	top: -16px;
}

#flower3 {
	border: none;
	position: absolute;
	left: 10px;
	top: -20px;	
}

#body {
	background: url("../img/Middle.jpg") repeat-y center;
	margin: 128px auto 0 auto;
	width: 800px;
	min-height: 610px;
}

#body #content {
	background: url("../img/Center.jpg") no-repeat bottom center;
	min-height: 610px;
	margin: 0 auto;
	font-size: 13px;
}

#footer {
	background: url("../img/Footer.png") no-repeat center;
	height: 94px;
	position: relative;
}

#footer #content {
	margin: 0px auto;
	width: 800px;
	font-size: 14px;
}

#footer #content p {
	margin: 0px;
	padding: 35px 35px 0px 35px;
}
