#wrapper { width:100%; background-color:white; display:block; margin:0; border-bottom: 5px solid #FFDE00; }
#main {
	width: 100%;	
	background-color: white;
	display: block;
	margin: 0 auto 10px auto;
	padding: 0;
}
#main_text { width: 1000px; display: block; margin:0 auto; }
#main_text h1 { color: #608119;
	font-size: 22pt;
    font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin:0;
	padding: 5px 20px 0 20px;
}
#main_text h2 { color: #608119;
 padding: 10px 20px 0 20px;
 font-family: arial;
 font-size: 18pt;
 font-weight: bold;
 margin: 0;
 border: 0; }
#main_text p { color: #152065;
 padding: 5px 20px 0 20px;
 font-family: arial;
 font-size: 14pt;
 margin: 0;
 border: 0; }
#main_text p a { text-decoration: none; font-family: arial; color: #608119; }
#main_text p a:hover { color: #304119; text-decoration: underline; }
#main_text p sup, #features ul li sup { font-size: 10px; }
#features {
	width: 1000px; display: block; margin:20px auto;	
	background-color: white;
	padding: 0;
}
@media(max-width:1000px) { #main_text, #features { width:100%; } }
@media(min-width:800px){ #features a img { float: right; margin: 0 20px 20px 20px; } }
@media(max-width:800px){ #features a img { display: block; margin: 0 auto 10px auto; } }
#features ul { padding: 0 20px 10px 40px;
 color: #152065;
 font-family: arial;
 font-size: 14pt;
 margin: 0;
 border: 0; }
#features h2 { color: #608119;
 padding: 10px 20px 10px 20px;
 font-family: arial;
 font-size: 18pt;
 font-weight: bold;
 margin: 0;
 border: 0; }
#features h3 { color: #152065;
 padding: 5px 20px 0 20px;
 font-family: arial;
 font-size: 14pt;
 font-weight: bold;
 margin: 0;
 border: 0; }
#features ul li a { text-decoration: none; font-family: arial; color: #608119; }
#features ul li a:hover { color: #304119; text-decoration: underline; }
#features ul li ul { padding: 0 0 0 15px; }
#feature_image { float: right; margin: 20px; text-align: center; font-family: arial; font-size: 14px; color: #152065; }
@media (max-width:810px){ #textbox { width: 100%; } #feature_image { width: 50%; } #feature_image img { width: 100%; }}

footer { width: 100%; display: block; margin: 0; }
p.copyright { color: white;
              font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
			  font-size: 10pt;
			  padding: 5px;
			  margin: 0;
			  text-align: center; }
p.copyright  a { color: white;
                 text-decoration: none; }
p.copyright  a:hover { color: #D8D9E0;
                 text-decoration: underline; }
p.copyright a sup { font-size:10px; }
#back_to_top { float: right; margin-right: 110px; }		
#back_to_top p a { padding: 5px 10px 5px 10px;
				   color: white;
				   font-family: arial;
				   font-size: 14px;
				   font-weight: bold;
				   text-decoration: none;
				   background-color: #608119;
				   border-top: 2px solid #A0B139;
				   border-right: 2px solid #A0B139;
				   border-bottom: 2px solid #304119;
				   border-left: 2px solid #304119; }		  						  
#back_to_top p a:hover { background-color: #406119; }
