@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	margin: 0px;
	background-image: url(images/tile.gif);
	background-repeat: repeat-x;
	background-color: #F2BF57;
}
.style2 {
	font-size: 8px;
	color: #CCCCCC;
}

#nav {
	margin: 0px;
}
img {
	margin: 0px;
}
#sidebar {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #AB4F30;
}
a:link, a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #AB4F30;
}
a:hover {
	color: #993300;
	text-decoration: underline;
}
.current {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #F2BF57;
}
#description {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #663300;
	margin-top: 40px;
}

a.photocredit {
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: gray;
	text-decoration: none;
}

a.details {
	color: #ab4f30;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	color: #CC6600;
	border: 1px solid #CC6600;
	padding: 4px;
	text-align: center;
	background-color: #F9E7C4;
}
h6 {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	font-style: italic;
}

