*
{
	padding: 0px;
	margin: 0px;
}

html
{
	background-color: #a17d00;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
}

body
{
	
}

a
{
	color: black;
	text-decoration: none;
}

.hide
{
	display: none;
}

.clear
{
	height: 1px; 
	font-size: 1px;
	clear: both;
	visibility: hidden;
}

.clear-right
{
	height: 1px; 
	font-size: 1px;
	clear: right;
	visibility: hidden;
}

.float-right
{
	float: right;
}

#container
{
	padding-bottom: 30px;
}

#page
{
	width: 760px;
	margin: 20px auto 0px;
	background-color: black;
	border: 1px outset black;
}

#header
{
	padding: 0px; 
	margin: 0px;
}

#header-image
{
	overflow: hidden;
	width: 760px;
}

#top-bar
{
	height: 20px;
	margin-top: -5px;
}

#bottom-bar
{
	height: 54px;
}

.menu-item-selected
{
	color: #1b472c;
}

.menu-item-selected a:hover 
{
	color: #1b472c;
}

#pagetitle
{
	padding: 5px 0px 10px;
	font-weight: bold;
}

#gallerytitle
{
	padding: 8px 0px 0px;
	color: white;
	text-align: center;
	font-weight: bold;
}

#body
{
	text-align: justify;
	color: white;
	font-size: 16px;
	padding: 8px;
}

#body h1
{
	font-size: 22px;
	font-weight: bold;
	margin: 4px -5px 6px;
}

#body h2
{
	font-size: 16px;
	font-weight: bold;
	color: #a90500;
	margin: 3px 0px 4px 0px;
}

#body h3
{
	margin: 3px 0px 4px 6px;
}

#body h4
{
	font-size: 14px;
	color: #888;
	margin: 3px 0px 4px 6px;
}

#body a
{
	color: #cba983;
	font-size: 14px;
}

#body a:hover
{
	color: #a90500;
}

#body img
{
	border: 0px;
}

#mainimage
{
	width: 445px;
	height:	340px;
	margin: 0px auto;
	overflow: hidden;
}

#mainimageinner
{
	width: 340px;
	height:	200px;
	margin: 68px auto;
	overflow: hidden;
}

#gallerynav
{
	background-image: url("images/gallerynavbg.jpg");
	height: 192px;
	margin-bottom: -42px;
	display: none;
}

#scroller
{
	width: 60%;
	margin: 18px auto 0px;	
}

.arrow img
{
	border: 0px;
}

#footer
{
	font-size: 10px;
	width: 760px;
	margin: 0px auto;
	padding-top: 10px;
}

#footer a
{
	color: #1b472c;
	font-size: 10px;
}

#footer a:hover
{
	color: #a90500;
}

#copyright
{
	width: 320px;
	float: left;
}

#info
{
	width: 240px;
	float: left;
	text-align: center;
}

#goat
{
	width: 220px;
	float: right;
	text-align: right;
}



