/*
Common
*/
body, h1, table, td, a {
 font-family: verdana, helvetica, arial, sans-serif;
}
body {
 font-size: 80%;
 color: #000;
 background: #f7efe5;
 margin-left: 2%;
 margin-right: 2%;
 margin-top: 1.5em;
 margin-bottom: 1.5em;
}
h1 {
 color: #87561a;
 font-weight: bold;
 margin: 0;
 font-size: 140%;
}
a:link, a:visited {
	font-size:12px;
	color:#5a3d1c;
 text-decoration: underline;
}
a:active, a:hover {
 color: #333;
 background: transparent;
 text-decoration: underline;
}
img {
 border: none;
}
.center {
 width: auto;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}
div.footer {
 font-style: italic;
}

/*
Thumbs
*/
table {
 background: #fff;
 border: 1px solid #999;
 margin: 1em 0 1.25em 0;
 padding: 2px;
}
td {
 background: #f2e2cb;
 border: 1px solid #999;
 width: auto;
 line-height: 110%;
 vertical-align: baseline;
}
div.caption {
 font-size: 70%;
}

/*
Page
*/

div#navt, div#navb {
 margin-top: 1em;
 margin-bottom: 1em;
}
div#navb a {
 text-decoration: none;
}

div#navt {
	background:url(images/menu_bg.jpg) left top repeat-x;
	margin-left:10px;
	margin-right:10px;
	padding:0;
	height:45px;
	width:70%;
	text-align:right;
}

div#navt a {
	font-size:12px;
	color:#5a3d1c;
	text-decoration:none;
	display:block;
	float:right;
	margin:0 2px;
	padding:0 9px;
	padding-top:18px;
	padding-bottom:10px;
}
div#navt a:hover, a.selected{
	background:url(images/linkbg.gif) bottom repeat-x;
}

div#navt span{
	background:url(images/msep.jpg) no-repeat bottom;
	display:block;
	float:right;
	width:1px;
	height:35px;
}

div.content {
 background: #fff;
 border: 1px solid #999;
 margin: 1em auto 1em auto;
}
div.content#pic {
 padding: 10px;
}
div.content#caption {
 min-width: 160px;
 padding: 5px 10px 5px 10px ;
}
