
body {
	padding:20px;
	
	text-align:left;
	background:black url(../images/bg_body.jpg) repeat-y top center;
	color:#bba;
	font:80%/140% georgia,serif;
	 
	}


#container {
	margin-left: auto;
	margin-right: auto;
	
	width:1000px;
	height: 1200px;
	}
	
#header {
	margin-left: auto;
	margin-right: auto;
	
	width:1000px;
	height: 50px;
	text-align: center;
    }	
	
#main_image {
	margin-left: 10px;
	margin-right: auto;
	width:700px;
	height: 432px;
	}
		

h1 {
	text-align: center;
	clear: both;
	margin: 10px 0;
	}
	
h2 {
	text-align: center;
	font:bold 80% 'helvetica neue',sans-serif;
	letter-spacing:4px;
	text-transform:uppercase;}
	}

#subtitle {
	text-align: center;
	clear: both;
	margin: 10px 0;
	letter-spacing:4px;
	}
	
#content {
	position: relative;
	margin-left: 220px;
	margin-right: auto;
	margin-top: 10px;
	width:720px;
	height: auto;
	
	}	



#middle_bar {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 10px;
	margin-top: 460px;
	width:480px;
	height: auto;
	}	

#side_bar {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 10px;
	margin-top: 460px;
	
	width:200px;
	height: auto;
	
	}	

p   {
	
    }

#video {
	
}


.galleria{list-style:none;width:200px;}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */