@charset "UTF-8";
/* CSS Document */

*{margin:0;padding:0}
	
body	{
	background:white;
	text-align:center;
	color:#666666;
	font:80%/140% georgia,serif;
	}
	
h1,h2	{
	font:bold 80% 'helvetica neue',sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
	color:#CCCCCC;
	}
	
a	{
	color:#333333;
	text-decoration:none;
	outline:none;
	}
	
a:hover	{
	color:#999999;
	}
	
	
.caption	{
	font-style:italic;
	color:#887;
	}
	
.mains	{
	position:relative;
	margin-top:40px;
	}
	
.gallery	{
	width:800px;
	margin:0 auto;
	}
	
.gallery li	{
	width:68px;
	height:50px;
	border: 2px solid #CCCCCC;
	margin: 0 2px 4px;
	background:#FFF;
	}
	
.gallery li div	{
	left:240px
	}
	
.gallery li div .caption	{
	font:italic 0.7em/1.4 georgia,serif;
	}
	
#topbar {
	width:auto;
	height:20px;
	top:0px;
	background-color:#666666;
	position:relative;
	padding-top:5px;
	}
	
#main_image	{
	margin:0 auto 0 auto;
	height:680px;
	width:800px;
	background:white;
	}
	
#main_image img	{
	border: 3px solid #CCCCCC;
	margin-bottom:20px;
	}
	
.nav	{
	padding:20px 0 15px 0;
	clear:both;
	font:80% 'helvetica neue',sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
	}
	
.info	{
	text-align:left;
	width:700px;
	margin:80px auto;
	border-top:1px dotted #221;
	padding-top:10px;
	}
	
.info p {margin-top:1.6em; 	text-indent:40px;}