A:link { text-decoration: none; color: #669966; background: transparent; }
A:active { text-decoration: none; color: #669966; background: transparent; }
A:visited { text-decoration: none; color: #669966; background: transparent; }
A:hover { text-decoration: none; color: #666666;}

form { text-align:left;}
select {padding:0 3px;}

body {	
    margin: 10px auto;
	background-color: #DDDDDD;
    text-align: center;
    width: 800px;
	}

#header { 	
	position: relative;
	width: 800px;
	padding-top: 20px;
	}


#content { 	
	position: relative;
	width: 800px;
	}
             

#leftpanel { 	
    position: relative;
    float: left;
    clear: left;
	width: 506px;
	margin-left: 40px;
	background-color: #CCFF99;
    }

#rightpanel { 	
    position: relative;
    float: right;
    clear: right;
	width: 200px;
	margin-right:30px;
	border: 2px solid #99BC71;
	background-color: #FFFFFF;
	}

       
#footer { 	
	position: relative;
	clear: both;
	width: 800px; height: 30px;
	margin: 0 auto;
	background-image: url("./images/99natural_footer.png");
	}        
             

