body {
    background: #383838;
    color: #ff9933;
    font-family: 'Source Sans Pro', sans-serif;
	overflow:hidden;
}
/* MENU */
nav {
	margin-top:85px;
    list-style-type: none;
	padding-left: 10px;
	padding-right:7px;
	text-align: left;
	font-size: 20px;
	position: fixed;
	border-right-color: #ff9933;
	border-right-style: solid;
} 
nav a {
    display: block;
    width: 100px;
}
nav a:link {
	color: #3399ff;
	text-decoration:none;
}  
nav a:visited {
    color: #3399ff;
}
/* Change color when selecting menu item */
nav a:hover {
    color: #ff9933;
	font-size:22px;
}
/* Color active menu item */
nav a.active {
    color: #ff9933;
	font-size:22px;

}
/* HEADLINES */
h1 {
	font-size: 50px;
	margin-top: -15px;
	text-align: left;
}
h2 {
	font-size: 25px;
	margin-top: -10px;
}
/* CONTENT */
/* Main content styling
Hide the scrollbar, outer 'frame' */
.hidden-scrollbar {
	margin-top:75px;
	margin-left: 152px;
	padding-right: 30px;
	position:absolute;
	font-size: 17px;
	width: 525px;
	min-width: 250px;
	background: #383838;
	color: #ff9933;  
	overflow:hidden;
	text-align:justify;
}
/* Inner 'frame'
Organizing it like this hides the scrollbar but you're still able to scroll */
.hidden-scrollbar .inner {
	height:515px;
	min-height:500px;
	overflow:auto;
	margin:15px -300px 15px 15px;
	padding-right:300px;
}
/* Link styling for main content
Add '+' before links (I don't like underlining or changing color) */
.hidden-scrollbar a:before {
	content: "+";
}
/* Links content */
.hidden-scrollbar a:link {
	color: #ff9933;
	text-decoration:none;
}  
.hidden-scrollbar a:visited {
	color: #ff9933;
	text-decoration:none;
	} 
.hidden-scrollbar a:hover {
	color: #3399ff;
	text-decoration:none;
	} 
a:link {
	color: #ff9933;
	text-decoration:none;
}  
a:visited {
	color: #ff9933;
	text-decoration:none;
	} 
a:hover {
	color: #3399ff;
	text-decoration:none;
	} 
/* IMAGES */
/* Position pictures on the right */
/*.logo */
.rightimg {
	margin-top:85px;
	margin-left:730px;
    float:left;
	position:absolute;
	opacity:0.7;
	border-top-color: #ff9933;
	border-top-style: solid;
	border-left-color: #ff9933;
	border-left-style: solid;
}
.rightimg2 {
	margin-top:258px;
	margin-left:730px;
    float:left;
	position:fixed;
	opacity:0.7;
	border-top-color: #ff9933;
	border-top-style: solid;
	border-left-color: #ff9933;
	border-left-style: solid;
}
