body
{
	background-color: white;
	font: small Georgia, serif;
}

p { font: 14px/18px Arial, san-serif; }
h1, h2, h3, h4, h5 { color: #604020; }

a
{
	color: #604020;
	text-decoration: none;
}

a:hover
{
	color: #ffcc00;
	background-color: #604020;
}

ul.links li
{
	font: 14px/18px Arial, san-serif;
	list-style-type: none;
	padding: 0;
	margin: 10px 0px;
}

#navbar { 
	font-family: Georgia, Times, serif; 
}

#navbar li
{
	list-style-type: none;
	margin: 0;
	float: left;
}

#navbar li + li { 
	border-left: 1px solid #604020; 
}

#navbar li a
{
	text-transform: uppercase;
	padding: 0.25em 0.5em;
	margin-left: 0px;
}

#masthead
{
	float: left;
	width: 800px;
}

#main
{
	clear: both;
	margin-top: 10px;
	min-width: 800px;
}

#footer
{
	clear: both;
	text-align: center;
	color: #604020;
	border-top: dotted 1px;
	margin-top: 10px;
}

img.mini
{
	border: none;
	width: 100px;
}

div#minis
{
	left: 0px;
	top: 10px;
	bottom: 10px;
	width: 340px;
	/*
	height: 390px;
	overflow: scroll;
	*/
	margin-top: 10px;
	min-height: 250px;
}

div#minis a.photo
{
	margin-top: 10px;
	width: 100px;
	border: none;
}

div#minis a:hover { background: white; }

div#minis a img.big
{
	height: 0;
	border: none;
}

div#minis a:hover img.big
{
	position: absolute;
/*	top: 240px; */
	left: 370px;
	height: 375px;
}

#frame
{
	position: absolute;
	top: 240px;
	left: 370px;
	padding: 5px;
	width: 300px;
}

p
{
	margin-top: 13px;
	margin-bottom: 13px;
}

