@charset "utf-8";
/* CSS Document */
/* BEGIN DEMO STYLE */

/*
 TURNED OFF TO ALLOW PARAGRAPHS 
 *{
	margin:0;
	padding:0
}
*/

/*body{
	padding:20px;
	background:white;
	text-align:center;
	color:#bba;
	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{
	color: #000000;
	margin-bottom: 10px;
	margin-top: 3px;
	display:inline-block;
	font-weight: bold;
	/*height: 15px;*/

}


.demo{
    background-color: #EEEEEE;
    display: inline-block;
	position:relative;
		
}

.demo a img{
	border: 0px;
	margin: 5px;
}

.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 60px auto;
	height:438px;
	width:700px;
	background:black;*/
	text-align: center;
	min-height:200px;
	height:auto !important;
	height:200px;	
	margin-bottom: 5px;
}

.galleria_wrapper{
	min-height:200px;
	height:auto !important;
	height:200px;	
}

#main_image img{
	margin-bottom:5px;
	border: 1px solid black;
}



.nav{
	padding-top:15px;
	clear:both;
	font:80% 'helvetica neue',sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
	text-align: center;
}



.info{
	text-align:left;
	width:700px;
	margin:30px auto;
	border-top:1px dotted #221;
	padding-top:30px;

}


.info p{
	margin-top:1.6em;

}



