@charset "UTF-8";
#header {
	width: 85%;
	background-image: url(../images/gradient.png);
	background-repeat: repeat-x;
	position: fixed;
	height: 368px;
	z-index: -1;
	left: 7.5%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	top: 195px;
}
#container {
	width: 100%;
}
body {
	background-color: #2B1F16 ;
	margin: 0;
}
.title {
	text-align:center;
	vertical-align:top;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
}
.Class{
	float: left;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 10px;
	box-shadow: 0 0 10px 5px #000;
	padding: 10px;
}
#menuBar {
	height: 130px;
	width: 100%;
	z-index: 2;
	position: fixed;
	top: 60px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#tdtop {
	background-image: url(../images/MenuBar_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 12px;
	width: 100%;
}
#tdmiddle {
	background-image: url(../images/MenuBar_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 106px;
	width: 100%;
}
#tdbottom {
	background-image: url(../images/MenuBar_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 12px;
	width: 100%;
}
nav[role='navigation'] ul {
	list-style-type: none;
	float: right;
	margin-right: 15px;
}
nav[role='navigation'] ul li{
	float: right;
	padding-right: 10px;
	padding-left: 20px;
	text-align: center;
}
nav[role='navigation'] ul li a{
	color: #000;
	text-decoration: none;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.content {
	width: 95%;
	left: 2.5%;
	height: 5000px;
	position: fixed;
	top: 750px;
	background-color: #FFF;
	border: outset 5px #00C4C6;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-image: url(../images/contentBG.jpg);
}
h1 {
	margin: 0px;
	padding: 0px;
}
#name {
	background-image: url(../images/Name.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	height: 368px;
	width: 100%;
}
.page{
	position: relative;
	left: 5%;
	top: 150px;
	width: 90%;
	background-color: #0FF;
	box-shadow: 0 0 30px 10px #000;
	height: 800px;
	overflow-y: scroll;
	padding: 10px;
}
#image{
	float:right;
	
}
#content-1{
	z-index:1;
}
#content-2{
	z-index:0;	
}
