.main {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #808080;
	text-decoration: none;
	list-style-image: url(../images/bullet.gif);
}
a:link {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
}
a:visited {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
	
}
a:hover {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #dddddd;
	text-decoration: underline;
	letter-spacing: 1px;
}
a:active {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
}

	
BODY
{
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 11px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	list-style-image: url(../images/bullet.gif);
}

TD
{
	font-family: arial, sans-serif;
	font-size: 12px;
}

H1, H2, H3, H4
{
	font-family: arial, sans-serif;
	font-weight: bold;
}

H1
{
	font-size: 135%;
	padding: 4px 8px 4px 8px;
}

H2
{
	font-size: 115%;
}

H3
{
	font-size: 105%;
}

H4
{
	font-size: 100%;
}

UL LI
{
	list-style-type: square;
}
#NAV a {
	color:#004000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

#NAV a:hover{
	color:#00c000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
#gallery {
width: 710px;
margin: 0 auto;
}

#thumbnails {
float: left;
width: 210px;
padding: 5px 0 5px 5px;
}

#thumbnails img {
float: left;
border: 1px solid #888888;
margin: 0 5px 5px 0;
}

#displayArea {
float: left;
padding: 5px;
}

#displayArea img {
border: 1px solid #ffffff;
margin-bottom: 1em;
}

p {
margin-top: 0;
}
p#caption {
font: bold 14px Arial, sans-serif;
margin-bottom: 2px;
}
p#credit {
font: 12px Arial, sans-serif;
margin-bottom: 5px;
}

.separator {
clear: both;
}

#galleryMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 700px;
	position: absolute;
}
td.left {text-align:left;}
td.right {text-align:right;}
