/* CSS Cheat Sheet http://webdesign.about.com/od/beginningcss/a/aa100107.htm */
@charset "utf-8";

html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #999;
}
html, body, p, th, td, li, dd, dt {
  font: 1em Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em ; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }
a:link { color: #999; }
a:visited { color: #999; }
a:hover { color: #999; }
a:active { color: #999; }
/* End Cheat Sheet */

body { background-image:url(images/backdrop.jpg);}

a {text-decoration:none; color:#999;}
div {margin:0; padding:0; border:0;}
img {border:0px none;}

#wrapper1 { position:absolute; width:100%; height:500px; top:50%; left:0px; margin-top:-250px; background-color:#fff; opacity:.9;}
#wrapper2 { position:absolute; width:760px; height:484px; left:50%; margin-left:-380px; top:8px; }
#topspacer { position:absolute; top:0px; width:100%; height:8px; background-image:url(images/spacer.gif); background-repeat:repeat-x; }
#bottomspacer { position:absolute; bottom:0px; width:100%; height:8px;  background-image:url(images/spacer.gif); background-repeat:repeat-x; }

#header { width:760px; height:42px; position:relative; top:0px; }

#menuback { width:760px; height:42px; position:absolute; left:0px; top:0px; }
#h_home { width:63px; height:42px; position:absolute; left:0px; }
#h_title { width:208px; height:42px; position:absolute; left:63px; }
#h_contact { width:81px; height:42px; position:absolute; right:408px; }
#h_about { width:63px; height:42px; position:absolute; right:345px; }
#h_links { width:54px; height:42px; position:absolute; right:291px; }
#h_painting { width:81px; height:42px; position:absolute; right:210px; }
#h_drawing { width:81px; height:42px; position:absolute; right:129px; }
#h_gdesign { width:129px; height:42px; position:absolute; right:0px; }

#content { height:409px; width:760px; position:relative; top:0px; background-repeat:no-repeat; }
#footer { width:760px; height:33px;  position:relative; top:0px; }


#gal_clicktozoom { position:absolute; right:0px; top:9px; }
#gal_backpage { position:absolute; right:390px; top:9px; }
#gal_forwardpage { position:absolute; left:390px; top:9px; }
