html, body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", times, serif;
}

a img {
	border: 0;	
}

#main {
	width: 100%;
	margin-top: 3em;
}

#main td {
	vertical-align: top;
}

#logo {
	padding-bottom: 2em;
}

#menu {
	width:200px;
	
	text-align: center;
	font-size: 0.7em;
	text-transform: uppercase;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding-bottom: 10px;
}

#menu li a {
	color: #666666;
	text-decoration: none;
}

#menu li a:hover {
	color: #000000;
}

#menu li a.selected {
	color: #000000;
}

#copyright {
	padding-top: 2em;
	color: #666666;
	font-size: 0.6em;
	font-style: italic;
}

#slideshow {
	width: 300px;
	height: 600px;
}

#slideshow img {
	display: none;	
}

#content {
	padding-right: 40px;
}

h1 {
	font-weight: normal;
	font-size: 1.5em;
	font-style: italic;
	color: #333333;
}

p {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 0.9em;
	font-style: italic;
	color: #4b4b4b;
}

p a {
	text-decoration: none;
	color: black;
}

#thumbnails a {
	display: block;
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}

#thumbnails a span {
	display: none;	
}

#thumbnails a.selected {
	filter:alpha(opacity=50);
	opacity: 0.5;	
}

#photoCell div.caption {
	margin-top: 1em;
	font-size: 0.6em;
	font-style: italic;
}
