body {
    background: #ffffff;	
    font-family: arial, helvetica, sans-serif; 
    font-size: 12px;
  	line-height: 14px;
}
        
h1, h2, h3, h4 {
/*	color: #99cc33;  		 	ago green */
/*  color: #F1A629;  		 	sunflower */
	color: #797552; 			/* taupe  */
    padding: 0px;
}

h1 {
	font-size: 20px;
	line-height: 10px;
}

h2 {
	font-size: 16px;
	line-height: 10px;
}

h3 {
	font-size: 14px;
	line-height: 10px;
}

h4 {
	font-family: georgia, "times new roman", serif;  		 	
	font-size: 14px;
	line-height: 12px;
}

p {
  	color: #252525;
  	padding: 0px;
  	text-align: left;
  	font-size: 12px;
  	line-height: 15px;
}

a {
  	font-weight: bold;
  	text-decoration: none;
  	color: #99cc33;  		 	/* ago green */
}

a:hover {
  	color: #F1A629;	   			/* sunflower */
}

img.bg {
	/* background fill */
	min-height: auto;
	min-width: 600px;
			
	/* proportionate scaling */
	width: 100%;
	height: auto;
			
	/* positioning */
	position: fixed;
	top: -10;
	left: 0;
	z-index: -100;
	}
		
#main {
	position: absolute; 
	background: none;
	width: 100%;
	bottom: 20px;
	left: 40px;
	}
	
.column {
	float: left;
	text-align: left;
	padding: 0px 18px 0px 0px;
	width: 22%;
}


