html { overflow-y: scroll; } 		/* For FruityCMS */

body {
	background-color: #F1E3A4;
	color: #5F3912;
	font-family: 'Century Gothic','Verdana','Arial',Sans;
	font-size: 13px; 
	}
	
img {	border: 0; }	
p {	line-height: 16px; }
	
h1 { font-size: 20px; color: #5F3912; font-weight: bold;	}
h2 { font-size: 15px; color: #5F3912; font-weight: bold; margin-bottom: -8px; }
h3 { font-size: 14px; color: #5F3912; font-weight: bold; margin-bottom: 0; }
h4 { font-size: 10px; color: #5F3912; margin-bottom: 0; margin-top: 8px;}
h5 { font-size: 12px; color: #5F3912; margin-bottom: 0; }
	
a:link, a:visited {	color: #5F3912; font-weight: bold; text-decoration: none;}
a:hover, a:active {	color: #AA8C24; font-weight: bold;	}

.small { color: #8E7041; font-size: 12px;  }

#footer { color: #8E7041; clear: both; margin-top: 30px; font-size: 12px;  }
#footer a:link, #footer a:visited {	color: #8E7041; font-weight: normal; }
#footer a:hover, #footer a:active {	color: #AA8C24;	font-weight: normal; }

	
