* { padding: 0; margin: 0; }

/*  Layout elements */
body { font-family: Arial, Helvetica, sans-serif;width: 1032px;  font-size: 1em;margin:0px auto;  }  
/* 6/21/10 tk - To revert to previous code, change width to 1200px; remove margin-left: auto and margin-right: auto ;  */
#wrapper {  width: 1200px;} 
/* 6/21/10 tk - To revert to previous wrapper code, change width to 1200px;add margin: 0 auto; */
#container {background-image:url(images/back.jpg); background-repeat:repeat-y;  
 margin-bottom: 0px; overflow: auto; width: 100%; }
#header { width: 1200px; padding: 0px; height: 100px; margin: 0px 0px 0px 0px; background:FFF; height:260px;}

#leftcolumn {display: inline; margin: 0px; padding: 0px; width: 265px; float: left;}
.lefttext{padding-left:5px; width:250px;}
img.lefttext{ float: left;  margin: 4px; }



#rightcolumn { float: left; margin: 10px;padding: 0px; padding-top:30px; width: 760px; display: inline; position: relative;}
.righttext {padding-left:30px;width:550px;padding-bottom:10px}
.bucket{ float:left; width:30%; pading-left:3px;}

#footer{ width: 950px; height:100px;  clear: both;background-image:url(images/back.jpg); background-repeat:repeat-y; 
 margin: 0px 0px 0px 0px; padding-top:40px}
 
#leftfooter { width: 265px; margin-left:85px}
#leftfooter a{color:#000000; font-weight:bold}
#rightfooter { width: 550px;margin-left:200px}  

.clear { clear: both; background: none; }


/*  Navigation elements */
#nav {vertical-align:top; height:35px; background-color:FFF#}
ul#nav { margin:0; padding:0; list-style:none;}
#nav li {float:left;  list-style-type:none;  height:52px; }	
#nav a {display:block; text-decoration: none;text-indent : -9999px;height: 52px; }

li#nav_1 {background :url(images/home.gif) no-repeat 0 0; width:130px;}
li#nav_2 {background :url(images/about.gif) no-repeat 0 0; width:130px;}
li#nav_3 {background :url(images/products.gif) no-repeat 0 0; width:130px;}
li#nav_4 {background :url(images/services.gif) no-repeat 0 0; width:130px;}
li#nav_5 {background :url(images/club.gif) no-repeat 0 0; width:130px;}
li#nav_6 {background :url(images/air.gif) no-repeat 0 0; width:130px;}
li#nav_7 {background :url(images/faq.gif) no-repeat 0 0; width:130px;}
li#nav_8 {background :url(images/contact.gif) no-repeat 0 0; width:130px;}

li#nav_1 a:hover { background : url(images/home_purple.gif) no-repeat 0 0; text-indent : -9999px; }
li#nav_2 a:hover { background : url(images/about_purple.gif) no-repeat 0 0; text-indent : -9999px; }
li#nav_3 a:hover { background : url(images/products_purple.gif) no-repeat 0 0; text-indent : -9999px; }
li#nav_4 a:hover { background : url(images/services_purple.gif) no-repeat 0 0; text-indent : -9999px; }
li#nav_5 a:hover { background : url(images/club_purple.gif) no-repeat 0 0; text-indent : -9999px; }
li#nav_6 a:hover { background : url(images/air_purple.gif) no-repeat 0 0; text-indent : -9999px; }
li#nav_7 a:hover { background : url(images/faq_purple.gif) no-repeat 0 0; text-indent : -9999px; }
li#nav_8 a:hover { background : url(images/contact_purple.gif) no-repeat 0 0; text-indent : -9999px; }

.linkStyle {text-decoration:none; border:0px; color:#FFFFFF}