/* use a hammer first */
* {padding:0;margin:0;border:0;}
body,h1,h2 { font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; color: #ccc }
body { background: white; text-align: center }
h1 {font-size: 2em; letter-spacing: 1.3em }	/*used for page titles*/
h2 {margin:1em 0 .2em 0; font-size: 1.4em; font-weight: lighter; color: #999 }	/*used for section titles*/

/* tricks */
.noshow { display:none }
div#title_appear { width: 0px; height: 54px; background-image: url("bd_title.png"); background-repeat: no-repeat }
div#title_holder { width:646px; height: 54px; margin: auto; text-align:left }

/* format divs */
#title {margin:1.5em 0 .5em 0; }
#contact p { margin:1em; }
#contact h2 { margin-top:2em; }

/* format gallery table, highjacking #gallery id */
#gallery table {margin: auto }
#gallery td {padding: 0px; margin: 0px; height: 530px; vertical-align:bottom } /*add 5px for table layout quirk*/
#imageholder {width: 525px; text-align:center }
#gallery .prevnext { width: 7em; padding-bottom: 2em }
#gallery a {padding: .1em 1em }
#gallery p a {margin:0 3.5em}

/* format links */
a {color: #ccc; text-decoration: none;}
a:hover {color: #999 }
