body{
	background-color: white;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: Georgia;
	font-size: 15px;
	color: #424242;
	}
a{
	text-decoration: none;
	color: #0B2161;
	font-family: Georgia;
	}
h1{
	font-family: Verdana;
	font-weight: normal;
	font-size: 20px;
	color: #79621A;
	}
h2{
	font-family: Verdana;
	font-weight: normal;
	font-size: 20px;
	}
#logo{
	z-index: 3;
	position: absolute;
	top: 9%;
	left: 2%;
	height: 25%;
	width: 16%;
	}
#sidebar{
	z-index: 2;
	position: absolute;
	overflow: hidden;
	bottom: 6%;
	left: 0;
	width: 20%;
	height: 88%;
	background-color: #776655;
	border-right: 1px solid #3E341F;
	}
#sidebar img{
	position: absolute;
	top: 0;
	right: 0;
	min-width: 300px;
	min-height: 100%;
	height: auto;
	width: 100%;
}
#header{
	z-index: 2;
	position: absolute;
	bottom: 94%;
	left: 0;
	height: 6%;
	width: 100%;
	background-color: #776655;
	border-bottom: 1px solid #3E341F;
	}
#footer{
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 6%;
	width: 100%;
	background-color: #776655;
	border-top: 1px solid #3E341F;
	}
#content{
	z-index: 1;
	position: absolute;
	top: 6%;
	height: 84%;
	left: 20%;
	width: 74%;
	padding: 2% 3% 0 3%;
	overflow: auto;
	}
.sidebutton{
	z-index: 3;
	font-family: Verdana;
	font-size: 15px;
	color: black;
	position: absolute;
	left: 10%;
	width: 75%;
	padding: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	border: 1px solid #3E341F;
	background-color:#E6E6E6;
	opacity: 0.85;
	}
.sidebutton:hover{
	z-index: 3;
	font-family: Verdana;
	font-size: 15px;
	color: black;
	position: absolute;
	left: 10%;
	width: 75%;
	padding: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	border: 1px solid #3E341F;
	background-color: #776655;
	opacity: 0.85;
	}
.sidebuttoncurrent{
	z-index: 3;
	font-family: Verdana;
	font-size: 15px;
	color: black;
	position: absolute;
	left: 10%;
	width: 75%;
	padding: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	border: 1px solid #3E341F;
	background-color: #776655;
	opacity: 0.85;
	}
.ssidebutton{
	z-index: 3;
	font-family: Verdana;
	font-size: 14px;
	color: black;
	position: absolute;
	left: 25%;
	width: 50%;
	padding: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #3E341F;
	background-color:#E6E6E6;
	opacity: 0.85;
	}
.ssidebutton:hover{
	z-index: 3;
	font-family: Verdana;
	font-size: 14px;
	color: black;
	position: absolute;
	left: 25%;
	width: 50%;
	padding: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #3E341F;
	background-color: #776655;
	opacity: 0.85;
	}
.ssidebuttoncurrent{
	z-index: 3;
	font-family: Verdana;
	font-size: 14px;
	color: black;
	position: absolute;
	left: 25%;
	width: 50%;
	padding: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #3E341F;
	background-color: #776655;
	opacity: 0.85;
	}

</style> 

