@charset "UTF-8";
/* CSS Document */
/*eric meyer's css reset*/

html,body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font,
img, ins, kbd, q, s, samp, small, strike, strong, 
tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label,legend,table,
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body{padding:0px;
	text-align:center;
	background:#dadcdf url(images/bg.jpg) repeat fixed;
	color:#4c4c4c;
	font:80%/140% georgia,serif;
	}
	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{
		margin-top:2em;
		}
	#header {
		background:url(images/banner.jpg) no-repeat scroll;
		width:1000px;
		height:485px;
		margin:20px auto 0 auto;
	}
	.gallery_demo{width:702px;margin:0 auto;}
	.gallery_demo li{
		width:68px;
		height:50px;
		border:3px double #111;
		margin: 0 2px;
		background:#000;
		}
	.gallery_demo li div{left:240px}
	.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}
	
	#main_image{
		margin:0 auto 20px auto;
		height:600px;
		width:800px;
		background:black;
		}
	#main_image img{margin-bottom:10px; height: 600px;}
	
	.nav{
		padding-top:15px;
		clear:both;
		font:80% 'helvetica neue',sans-serif;
		letter-spacing:3px;
		text-transform:uppercase;
		}
	
	.info{
		text-align:left;
		width:700px;
		margin:30px auto;
		border-top:1px dotted #221;
		padding-top:30px;
		}
	.info p{margin-top:1.6em;}
	
	.footer {clear:both;}
