/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #000; 
	letter-spacing: .08em; 
	color: white;
	font: 11px/13px Georgia, "Times New Roman", Times, serif;
}

/* My Comment */
	height:100%;
	left:0;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:0;
	padding-top:50px;
	position:fixed;
	top:0;
	width:140px;
	z-index:10;
	background:none;
    line-height:1.1;

}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: grey; }
a:active { text-decoration: none; color: grey; }
a:hover {background-color: black;}
a:visited { text-decoration: none; color: grey; }

a img { border: none; }

#menu {
    width: 230px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 100%;
	background-color: black;filter:alpha(opacity=80);opacity:.8;
}

#menu ul {
	list-style: none;
	margin: 5px 8px 12px 0px;
}

#menu ul li.section-title { 
	font-style: italic;
	color: white;
	padding:5px 0px 12px 0px;
	font-size: 13px;
}

#content {
    height: 100%;
    margin: 0 0 0 150px;
    top: 0;
    padding-left:0px;
	color: #fffeff;
}
    
#content img, #content embed {
max-width:1152px;
padding:9px;
	color: #fffeff;
}

.container {
    padding-bottom:20px;
	padding-left:70px;
	padding-right:0;
	padding-top:50px;
	color: white;
	font-size: 10px;

}

#content p { 

}

p {
    margin: 0 0 9px 0;
	color: gray;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
/*
#img-container {width: 5100px!important;}
*/
#img-container .picture_holder {width: auto!important;}
.video {margin-top: 80px; margin-bottom: 50px;}


#once { clear: left; }
#text {display: none;}
