* { outline: none; }


body {
	background: #898989 url(../art/stipple01.jpg) top left repeat;
	color: #e9c7a1;
}

h1, h2, h3, h4 { margin-top: 0; }
ul { margin-top: 0; }

img { border: none; } 
align_middle { position: relative; }
a:link { color: #d7d7d7; font-size: small; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: normal; text-decoration: none; text-align: center; display: inline; }
a:hover { color: white; text-decoration: none; }
a:visited { text-decoration: none; }
body { color: #e9c7a1; font-size: small; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-color: white; }


.drop-shadow {
	box-shadow: 0px 3px 3px black;
	-moz-box-shadow: 0px 3px 3px black;
	-webkit-box-shadow: 0px 3px 3px black;
}

/* Gallery */
#gallery { float: right; width: 560px;}
#thumbs { float: left; width: 150px; }
#thumbs .caption { display: none; }
#thumbs ul { 
	list-style-type: none; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#thumbs ul li { margin-bottom: 2px; } 

#caption { margin-top: 10px; }
#caption h3 {margin-bottom: 6px; }

