﻿body {
	background-color: #EBFAEB;
	font-family: "Comic Sans MS", "Times New Roman", serif;
	font-weight:normal;
	font-size: 100%;
	color:#1F7A1F;	
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	background-color: #EBFAEB;
	padding: 10px;
}

#header {
	background-color:#1F7A1F;
}

#header h1 {
	font-size: 210%;
	color: #FFF;
	text-align: center;
	font-style: normal;
	line-height: 200%;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#maincontent {	
	float: right;
	width: 550px;
	font-size: 80%;
	line-height: 150%;
	
}
#maincontent h1 {
 	font-size: 160%;
} 
#feedback {
	float: left;
	width: 800px;
	font-size: 80%;
	line-height: 150%;
	
}


.pictureleft {
	float: left;
	margin: 20px 20px 20px 0;
	border: 2px solid #33CC33;	

}
.pictureright {
	float: right;
	margin: 20px 0 20px 20px;
	border: 2px solid #33CC33;
	
}
#sidebar {
	float: left;
	width: 150px;
	font-size: 70%;
	padding: 0 10px;
}

#footer {
	clear:   both;
	padding: 20px 0 0 0;
	font-size: 60%;
}

/*************** menubar styles ********************/
#menubar ul {
	
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	width:760px;
	background-color:#33CC33;
	float: left;
	font-size: 15px;
	font-weight:bold
}

#menubar ul li {
	float: left;
}

#menubar ul a {
	
	display: block;
	padding: 0 2em;
	color: #fff;
	line-height: 1.5em;
	text-decoration: none;
}

#menubar ul a:hover {
	background-color: #248F24;
	
}

/***********************pictures********************/

img {
	border: 2px solid #33CC33;	
}

/**************** form styling************/

input {
	width: 250px;
}

input#sendbutton {
	width: 100px;	
}

input, textarea {	
	width: 250px;
}

label {
	display: block;	
}

