	
	body {
		background: #8CC63F;
		text-align: center;
		font: 80% Verdana;
		color:#231F20;
	}
	
	a {
		text-decoration: none;
	}
	
	#shadow {
		width: 772px;
		background-image: url(img/shadow-right.jpg);
		background-repeat: repeat-y;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		text-align: left;
	}
	
	#frame {
		width: 752px;
		background: #fff;
	}

	#header {
		height: 178px;
	}
	
	#logo {
		margin: 20px;
		width: 138px;
		float: left;
	}
	
	#menu {
		float: left;
		height: 30px;
		width: 525px;
		text-align: right;
		vertical-align: bottom;
		margin-top: 20px;
		margin-bottom: 0px;
	}
	
	#menu a {
		padding: 7px;
		background: #28903A;
		font-size: 120%;
		font-weight: bold;
		color: #fff;
		text-align: right;
		
		
	}
	
	#menu a:hover {
		color: #fff;
		font-weight: bold;
		text-decoration: underline;
	}
	
	a.sectionSelected {
		font-weight: bold;
		text-decoration: underline;
	}
	
	
	#submenu {
		float: left;
		height: 30px;
		width: 525px;
		text-align: right;
		vertical-align: bottom;
		margin-top: 5px;
		margin-bottom: 0px;
		}
		
	#submenu a {	
		color: #28903A;
		font-size: 100%;
		font-weight: normal;
		text-align: right;
		padding: 4px;
		padding-left: 14px;
	}
	
	#submenu a:hover {
		color: #28903A;
		font-weight: normal;
		text-decoration: underline;	
	}
		
	a.pageSelected {
		font-weight: bold;
		text-decoration: underline;
	}
		
	#basket {
		text-align: right;
		float: left;
		width: 525px;
		height: 40px;
		margin-top: 20px;
		margin-bottom: 0px;
	}
		
	#main {
	

	}
	
	#content {
		margin: 60px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	#foot {
		margin-top: 10px;
		color: #fff; 
		font-size: 80%;
	}
	
	#foot a {
		color: #fff; 
		text-decoration: none;
	}
	
	#emailPopUp {
		background: #ccf29a;
		height: 200px;
		width: 330px;
		border: 1px solid #28903A;
		padding: 10px;
		text-align: left;
	}
	
	#emailPopUp label {
		width: 85px;
		float: left;
		font-weight: bold;
	}
	
	#emailPopUpRow {
		padding-bottom: 8px;
	}
	
	#emailPopUpMess {
		width: 330px;
		height: 75px;
	}
	
	#emailPopUpName {
		width: 330px;
	}	
	
	#emailPopUpEmail {
		width: 330px;
	}
	
	#emailPopUpLoading {
		margin-top: 20px;
		height: 100px;
		background-image: url('img/loading.gif');
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.formBox {
		width: 450px;
		background: #ccf29a;
		border: 1px solid #28903A;
		
	}
	
	.formBox label {
		margin-left: 20px;
		width: 140px;
		float: left;
		font-weight: bold;
	}
	
	.formBox input {
		width: 220px;
		margin-bottom: 10px;
		margin-left: 20px
	}
	
	.formBox textarea {
		width: 220px;
		height: 100px;
		margin-bottom: 30px;
		margin-left: 20px
	}