body {
	color: #3c5f1a;
	font-size: 85%;
}
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#slogan {
	padding-top: 7px;
	padding-bottom: 10px;
}
#menu-left {
	background-image: url(pic/menu-left.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 45px;
	width: 8px;
	float: left;
}
#menu {
	background-image: url(pic/menu.gif);
	height: 45px;
	float: left;
	width: 738px;
	background-repeat: repeat-x;
}
#menu-right {
	background-image: url(pic/menu-right.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 45px;
	width: 4px;
	float: right;
}
ul#menulist {
	list-style-type: none;
	padding: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
			}
			
ul#menulist li { display: inline; }
ul#menulist li a {
	text-decoration: none;
	font-weight: bold;
	color: #3c5f1a;
	border-right: 1px solid #71a93c;
	padding-right: 10px;
	padding-left: 10px;
}
ul#menulist li a:hover {
	text-decoration: underline;
}

/*--- box ---*/
#boxcontainer {
	float:left;
	width: 508px;
	margin: 0px;
	padding: 0px;
}
#boxtop{
	height: 7px;
	width: 508px;
	background-repeat: no-repeat;
	background-image: url(pic/box-top.gif);
	background-position: bottom;
	float: left;
}
#box {
	width: 507px;
	border-left: 1px solid #71a93c;
	background-image: url(pic/box-right.gif);
	background-repeat: repeat-y;
	background-position: right;
	float: left;
	margin: 0px;
	padding: 0px;
}
#box img {
	padding: 0px;
	border: 1px solid #9fbf81;
	margin-top: 3px;
	margin-left: 9px;
}

#offer {
	width: 507px;
}
#offer p{
	margin: 10px;
	padding: 0px;}
#action {
	text-transform: uppercase;
	float: right;
	background-color: #eff9e9;
	width: 100px;
	margin: 7px;
	padding: 3px;
	text-align: center;
	border: 1px solid #71a93c;
}
#action a {
	color: #3c5f1a;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#boxbottom{
	background-image: url(pic/box-bottom.gif);
	height: 7px;
	width: 508px;
	background-repeat: no-repeat;
	float: left;
	clear: both;
}

/*--- side ---*/

#sidetop{
	height: 4px;
	width: 237px;
	background-repeat: no-repeat;
	background-image: url(pic/side-top.gif);
	background-position: top;
	float: right;
}
#sidebottom{
	height: 6px;
	width: 237px;
	background-repeat: no-repeat;
	background-image: url(pic/side-bottom.gif);
	float: right;
}
#side {
	float:right;
	width: 237px;
	background-image: url(pic/side-bg.gif);
}
#form {
	background-color: #FFFFFF;
	width: 213px;
	border: 1px solid #aacb8a;
	margin-top: 6px;
	margin-left: 9px
}
#underform {
	background-color: #eff9e9;
	width: 213px;
	border: 1px solid #aacb8a;
	margin-top: 9px;
	margin-left: 9px;
	margin-bottom: 10px;
}
#underform p{
	padding: 5px;
	margin: 0px;
}
/*--- content ---*/
#content {
	float: left;
	width: 508px;
	padding: 20px 0px 20px 0px;
}
p{
	padding: 0px 0px 0px 10px;}
h1 {
	font-size: 130%;
	border-bottom: 1px solid #3c5f1a;
}
h2 {
	font-size: 115%;

}

#form ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.note {
	font-size: 90%;
	color: #466F1E;

}
#footer {
	color: #466F1E;
	font-size: 90%;
	padding: 10px 10px 80px 0px; /*80px padding is required so that sidebottom does not stick to footer*/
	border-top: 1px solid #9dbe7f;
	float: left;
	width: 498px;
	
}
