body, a {
	font-family: "Futura Std", arial, sans-serif;
	font-size: 14px;
	color: #9A8B7D;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* IE hack to hide disabled scrollbar */
/* causes minor layout issue (scroll bar for contained content is inset 
html {
	overflow: auto;
}
*/

/*
div{
	border: solid 1px #FF0000;
}
*/

.header
{
	top: 0px; 
	left: 0px; 
	right: 0px; 
	height: 180px;
	position:absolute; 
	min-width: 950px;
	border-bottom: solid 2px #9A8B7D;
}

.header .left
{
	float: left;
	width: 350px; 
	height: 180px; 
	text-align: right;
	padding-top: 15px;
}

.header .right
{
	float: right; 
	width: 600px; 
	height: 180px; 
	
}

ul.navigation
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.navigation li{
	float: left;
	margin-left: 20px;
	font-weight: bold;
}

.contentcontainer
{
	top: 182px; 
	left: 0px; 
	right: 0px; 
	bottom: 30px; 
	position: absolute; 
	overflow: auto;
	min-width: 950px;
}

.contentcontainer .content
{
	padding: 10px;
}

.content a, .content a:hover{
	text-decoration: underline;
}

.footer
{
	position: absolute !important;

	bottom: 0px; 
	left: 0px; 
	right: 0px; 
	height: 30px; 
	border-top: solid 2px #9A8B7D; 
	min-width: 950px;
	overflow: hidden;
}


.footer .left
{
	padding-top: 5px;
	float: left; 
	width: 650px; 
	height: 30px;
	padding-left: 10px;
}

.footer .right
{
	padding-top: 5px;
	float: right; 
	width: 300px; 
	height: 30px;
	text-align: right;
	padding-right: 8px;
}


/* Gallery styles */
.demo{position:relative;margin-top:2em;}
.gallery{width:550px;margin:0 auto; padding:0;}
.gallery li{width:68px;height:50px;border:3px double #111;margin: 2px 2px;background:#000;}
.gallery li div .caption{font:italic 0.7em/1.4 georgia,serif;}

.main_image_wrapper {
	width: 625px;
	margin:0 auto 10px auto;
	position: relative;
}
.nextPrev{
	position: absolute;
	top: 160px;
}
.nextPrev a, .nextPrev a:hover {
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
}
#main_image{margin: 0 auto 0 auto; height:330px;width:550px;background:black; text-align:center;}
#main_image img{margin-bottom:10px;}
