@font-face {
	font-family: 'Quintessential', cursive;
}

body {
	background-color: #000000;
 	width: 100%;
 	overflow-x: hidden;
}

ul li {
	list-style-type: none;
}

#header {
	width: 1200px;
	height: 110px;
	margin: auto;
}

#finek {
	position: relative;
	left: 185px;
	top:-5px;
	z-index: 100;
}

#logo {
	position: relative;
	left: 550px;
	top:-60px;
}

#mainframe {
	background-image: url('frame.png');
	width: 1200px;
	height: 800px;
	margin: auto;
}

#content {
	position: relative;
	left: 80px;
	top: 140px;
	width: 1040px;
	height: 600px;
	padding: 0;
	margin: 0;
}

#menu {
	float: left;
	width: 240px;
	height: 600px;
	text-align: center;
}

.menu_item:first-child {
	margin-top: 30px;
}

.menu_item {
	cursor: pointer;
	font-family: 'Quintessential';
	font-size: 26px;
	padding: 5px;
	color: #EF8B00;
	text-shadow: -1px 2px 2px rgba(109, 58, 0, 0.5);
	opacity: 1;	
}

.menu_item:hover {
	opacity: 0.7;
}

#text {
	float: right;
	width: 800px;
	height: 600px;
}

.content {
	width: 760px;
	color: white;
	position: absolute;
	top: 0px;
	left: 260px;
	
	font-family: 'Quintessential', cursive;
	font-size: 16px;
	
	padding: 10px;
	text-align: justify;
	
	overflow-x: hidden;
	overflow-y: auto;
		
	max-height: 590px;
}
	
	.content::-webkit-scrollbar{
	width:12px;
	background-color:#000000;
	} 
	.content::-webkit-scrollbar-thumb{
	background-color:#8C5100;
	border-radius:10px;
	}
	.content::-webkit-scrollbar-thumb:hover{
	background-color:#BC6400;
	border:1px solid #333333;
	}
	.content::-webkit-scrollbar-thumb:active{
	background-color:#8C5100;
	border:1px solid #333333;
	} 
	.content::-webkit-scrollbar-track{
	background-color: #000000;
	border:1px #EF8B00 solid;
	border-radius:10px;
	-webkit-box-shadow:0 0 4px #EF8B00 inset;
	} 


.content_v {
	visibility: visible;
}

.content_h {
	visibility: hidden;
}

#speaker_pause {
	visibility: hidden;
} 

.speaker {
	cursor: pointer;
	opacity: 0.7;
}

.speaker:hover {
	opacity: 1;
}

#foot {
	display: block; 
	clear: both;
	width: 100%;
	height: 35px;
	text-align: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #423B2B;
	overflow: hidden;
}
