/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;padding:6px;}

#wrap {min-height: 100%;
	margin: 0 auto;
  width: 1000px;}


#header {
 background: #C8CDCA url('http://www.zzyzxgallery.com/graphics/zgwebsite-header.gif') no-repeat;
  width: 970px;
  height: 111px;
  font-family: Georgia, Times New Roman, serif;
  font-weight:normal;
  font-size:9.75pt;
  text-align: left;
  color:#ffffff;
  }
 #header a:link {color:#ffffff;text-decoration:none;}
 #header a:visited {color:#ffffff;text-decoration:none;}
 #header a:hover {color:#000000;text-decoration:overline;}
 #header a:active {color:#ffffff;text-decoration:none;}
 #header table {padding-left:10px;padding-top:6px;}

#navbar {
  background: #FFCC33;
  width: 970px;
  height: 30px;
  font-family: Cambria, Georgia,Times New Roman, serif;
  font-size:16pt;
word-spacing: 24px;
text-align: CENTER;
padding-top:6px;
}
#navbar a:link {color:#000000;text-decoration:none;}
#navbar a:visited {color:#000000;text-decoration:none;}
#navbar a:hover {color:#ffffff;text-decoration:overline;}
#navbar a:active {color:#000000;text-decoration:none;}



#main {overflow:auto;
	padding-bottom: 180px;
	background: #ffffff;
	width: 970px;
  font-family: Georgia, Times New Roman, serif;
  font-weight:normal;
  font-size:9.75pt;
  text-align: left;
}  
#main a:link {color:red;text-decoration:underline;}
#main a:visited {color:red;text-decoration:underline;}
#main a:hover {color:blue;text-decoration:underline;}
#main a:active {color:red;text-decoration:underline;}
/* must be same height as the footer */
#main td.thumb {border: 3px solid #fff; outline: 1px solid #fff; opacity: .5;}
#main td.thumb:hover {border: 3px solid #fff; outline: 1px solid #ddd;opacity: .99 /* safari bug */ }

#main td.thumb01 {border: 3px solid #fff; outline: 1px solid #fff; opacity: 1;}
#main td.thumb01:hover {border: 3px solid #fff; outline: 1px solid #ddd;opacity: .99 /* safari bug */ }

#main table .meteorite01{background:url(http://www.zzyzxgallery.com/inventory6-2010/zgdisplay-meteorite-01.jpg) no-repeat;}

#loadarea2 {background:url(http://www.zzyzxgallery.com/graphics/zgwebsite-placeholder.png) no-repeat; width:646px; height:665px;}


#footer {position: relative;
	margin-top: -185px; /* negative value of footer height */
	height: 180px;
	width: 970px;
	clear:both;
margin-left:auto;
margin-right:auto;
	font-family: Georgia, Times New Roman, serif;
padding-right:30px;
	} 
#footer a:link {color:#ffffff;text-decoration:none;}
#footer a:visited {color:#ffffff;text-decoration:none;}
#footer a:hover {color:#3d3f3e;text-decoration:overline;}
#footer a:active {color:#ffffff;text-decoration:none;}


/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}



/* IMPORTANT

You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

<!--[if !IE 7]>
	<style type="text/css">
		#wrap {display:table;height:100%}
	</style>
<![endif]-->

*/
