body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.7em;
	padding:0;
	margin:0;
}
h1 {
	color:#93936a;
	font-size:24px;
	font-weight:bold;
}

h2 {
	color:#336633;
	font-size:18px;
	padding:2px 0;
	margin:0;
}

a {
	color:#376c31;
}

a img
{
    border:0;
}

p, ul li {
	color: #625433;
}	
#page {
	width:770px;
	padding:0;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	text-align: center;
	width:770px;
	padding:10px 0px 10px 0px;
	margin:0;
	background:#ffffff;
}
#body {
	width:650px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	background:#f1f1ed;
	border: 1px solid #376c31;
}
#footer {
	width:650px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	font-size: 1em;
}
#footer p, #footer a {
	color:#cccccc;

}

#loading
{
    text-align:center;
}

#loading img
{
    margin:5px auto;
}

#gall {
	text-align:center;
	background-color: #FFF;
	border: 3px solid #376c31;
	margin: auto;
	padding: 8px 12px;
}

#gall img {
	border:1px solid #000;
	margin:0 0 20px 0;
	display:block;
}

#control {
	display:none;
	height:1em;
	margin:auto;
	text-align:center;
    height: 2.3em;
	position:relative;
}

#legend
{
    text-align:center;
    margin:0 8em;
}



#previous{
	height:1.7em;
	width:8em;
	position:absolute;
	top:0;
	left:0;
	border:1px solid #333;
	margin-bottom:4px;
}

#next{
	height:1.7em;
	width:8em;
	position:absolute;
	top:0;
	right:0;
	border:1px solid #333;
	margin-bottom:4px;
}

/* ####### Clear Fix ########## */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */