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



	* {
	margin:0;
	padding:0
}

h1, h2 {
	font:bold 80% 'helvetica neue', sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
}
a {
	color:#348;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#67a;
}
.caption {
	font-style:italic;
	color:#887;
}
.demo {
	position:relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
.gallery_demo {
	width:555px;
	margin:0 auto;
}
.gallery_demo li {
	width:68px;
	height:50px;
	border:3px double #111;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 9;
	margin-left: 2px;
	background-color: #000;
}
.gallery_demo li div {
	left:240px
}
.gallery_demo li div .caption {
	font:italic 0.7em/1.4 georgia, serif;
}
#main_image {
	height:438px;
	width:555px;
	background:black;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#main_image img {
	margin-bottom:10px;
}
.gallerynav {
	padding-top:9px;
	clear:both;
	letter-spacing:2px;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	margin-bottom: 10px;
}
.info {
	text-align:left;
	width:700px;
	margin:30px auto;
	border-top:1px dotted #221;
	padding-top:30px;
}
.info p {
	margin-top:1.6em;
}

