/*
-----------------------------------------------
davidguido.com Photo Gallery Master
Author:   David Guido, davidguido.com
Updated:  November 2, 2008
----------------------------------------------- */

html, body {height:100%;}
body 	{font: 15px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	margin:0; padding:0; background-color:#000;}

font.header {font-size:1.3em; color:#fff}
table.gallery_header {background-color:#000; margin:2px; padding:5px; width:98%; border:none;}
img.gallery_image {position:relative; top:10px; border:none;}
table.gallery_thumbs {margin:0px; padding:0px; border:none;}

a:link 	{text-decoration:none; color:#fff;}
a:visited {text-decoration:none; color:#fff;}
a:hover, a:active {text-decoration:underline; color:#ccc;}

