/* CSS Document */



	#content {
width:944px;
height:640px;
}

	
	/* BEGIN DEMO STYLE */
	*{margin:0;padding:0}
	h1,h2{font:bold 80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}
	a{color:#A8733E;text-decoration:none;outline:none;}
	a:hover{color:white;}
	.caption{font-style:italic;color:#887;display:none;}
	.demo{
position:absolute;
top:75px;
left:17px;
width:928px;
	}
	.gallery_demo{
	width:265px;
	float:right;
	}
	.gallery_demo li{
	float:left;
	width:75px;
	height:75px;
	border:3px double #111;
	padding:0;
	margin-top:0px;
	margin-bottom:7px;
	margin-left:3px;
	margin-right:3px;
	background:#000;}
	.gallery_demo li div{left:240px}
	.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}
	
	#main_image{
	width:640px;
	height:510px;
	position:relative;
	float:left;
	text-align:center;
	margin:0px;
	padding:0px;
	}
	
	#main_image img{
	margin:0 auto 0px auto;
	margin-bottom:20px;
	background:black; 
	border:4px double #5E4623;
	}
	
	.gallery_nav{
	padding:0px;
	margin:0px;
	width:640px;
	float:left;
	}

	.gallery_pager {
	color:#C19056;
	float:right;
	height:30px;
	width:250px;
	padding:0;
	margin:0;
	}
	.gallery_pager img {
	margin-left:50px;
	float:left;
	}
	.page_item {
	font-family:Arial, Helvetica, sans;
	color:#A8733E;
	border: 1px dotted #A8733E;
	font-size:14px;
	width:15px;
	margin-left:5px;
	margin-right:5px;
	text-align:center;
	float:left;
	}

	#gallery_active, #gallery_active a {
	background: #C19056;
	color:black;
	}
	
	.info{text-align:left;width:700px;margin:30px auto;border-top:1px dotted #221;padding-top:30px;}
	.info p{margin-top:1.6em;}
