*  { margin: 0; padding: 0; }
body { font-size: 14px; color: white; font-family: Calibri,Arial,sans-serif; background: white; color: white; }

h1, h2 { padding: 10px; font-size: 22px; text-align:left; }
h2 { font-size: 18px; }

li { padding: 4px 10px; list-style-type:none; }

p           { padding: 10px;  }
a           { color: white; text-decoration: underline; }
a:hover     { border-bottom: 1px solid white; text-decoration: none; }

#header             { max-width: 960px; min-width: 740px; background: white;
                      margin: 15px auto 0;}
					  

.ie6wrap { text-align: center; margin: 0 auto; width: 960px; }
#header-wrap, #content_wrap	 { width: 960px; margin: 0 auto; position: relative; text-align: left; }
#content_wrap	{color: #4d4d4d;}				  
#header #logo {
	position: absolute; left: 0; top: 0; width: 380px; bottom: 0; padding: 0;
}
#header #gray {
	margin: 0 0 0 380px;
	background-color: #666;
	border-top: 5px solid white; 
	text-align: left;
	padding-left: 10px;
	text-decoration: none;
	min-height:100px;
	border: #666 solid 1px;
	-moz-border-radius-topleft: 8px;
    -khtml-border-radius-topleft: 8px;
    -webkit-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
    -khtml-border-radius-topright: 8px;
    -webkit-border-radius-topright: 8px;
    border-top-right-radius: 8px;

}	


#footer-wrap		    { width: 960px;  margin:5px auto 0 auto; position: relative; text-align: left;}
                      
#footer             { 
	background: url('../img/bottom_left.png') no-repeat white;
	margin: 0;
	min-height: 95px;
	padding-top: 15px; 
}
	
#sprayer { position: absolute; right: 0; top: 0; width: 130px; bottom: 0; padding: 0; 
			min-height: 95px;
			background: url('../img/sprayer_bottom_right.png') no-repeat white;
			}
	
