*
{
	padding: 0px;
	margin: 0px;
}

html
{
	background-color: #c0bebd;
	font-family: 'century gothic',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;
}

.menu-item-selected
{
	font-weight: bold;
}

.clickable
{
	cursor: pointer;
}

#container
{
	padding-bottom: 10px;
}

#page
{
	width: 800px;
	margin: 20px auto 0px;
	background-color: #fff;
	border: 1px outset #2b4c9b;
	overflow: hidden;
}

#header
{
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	padding: 0px 0px 2px 10px;
	height: 162px;
}

#title
{
	margin: 0px;
	padding: 5px 10px 0px 0px;
	font-size: 20px;
	color: #000;
	text-align: right;
	color: #ddd;
}

#content
{
	padding: 6px 12px;
}

#content-inner
{
	padding: 0px 0px 0px 10px;
	text-align: justify;
}

#content-inner a
{
	color: #666;
	font-size: 14px;
}

#content-inner a:hover
{
	color: #777;
}

#content-inner li
{
	margin-left: 20px;
}

#mainimage
{
	width: 500px;
	overflow: hidden;
}
#mainimageinner img
{
	width: 500px;
}

/*----*/

#gallery-table
{
	width: 100%;
}

#gallery-left
{
	vertical-align: top;
	padding: 0px 10px 0px 0px;
	text-align: left;
}

#gallery-left h2
{
	color: #000;
	text-align: right;
	border-bottom: 1px solid white;
	text-transform: uppercase;
	font-size: 16px;
}

#gallery-right
{
	width: 500px;
	vertical-align: top;
}

#right-image
{
	width: 500px;
	overflow: hidden;
}

#right-image img
{
	width: 500px;
}

#gallery-menu
{
	font-size: 15px;
	color: #000;
}

#gallery-menu a
{
	color: #000;
	margin-left: 10px;
}

#gallery-menu a:hover
{
	color: #1d4094;
}

#gallery-menu h2
{
	padding-bottom: 10px;
}

.gallery-image-landscape
{
	width: 80px;
	height: 60px;
}

.gallery-image-portrait
{
	width: 60px;
	height: 80px;
}

.gallery-spacer
{
	height: 2px;
	line-height: 2px;
}

/*----*/

.associated-title
{
	font-size: 12px;
	font-weight: bold;
}

.menu-item-selected
{
	color: #1b472c;
}

.menu-item-selected a:hover 
{
	color: #1b472c;
}

.arrow
{
	font-size: 20px;
	
}

.arrow img
{
	border: 0px;
}

.spacer
{
	height: 5px;
}

#contact
{
	width: 800px;
	text-align: center;
	font-size: 13px;
	background-color: #1d4094;
	color: #fff;
	height: 24px;
	line-height: 24px;
	/*padding-top: 5px;*/
}

#contact a
{
	color: white;
}

#footer
{
	font-size: 10px;
	width: 800px;
	margin: 0px auto;
}

#footer a
{
	color: #2e2447;
	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;
}
