﻿body
{
	background-color: #fff9cc;
	padding : 0px;
	margin: 25px;
}
.menu_button
{
	text-align: center;
	color:  White;
	text-decoration: none;
	font-weight: bold;
	font-size: 13pt;
	vertical-align: middle;
	text-transform: lowercase;
	width: 102px;
	padding-top: 4px;
}
.side_header
{
	width: 146px;
	background-color: #484848;
	border: black 2px solid;
	font-size: 15px;
	vertical-align: middle;
	height: 25px;
	text-align: center;
	color: white;
	font-weight: bold;
	padding-top: 5px;
	font-family: Georgia;
	top: 4px;
	position:relative;
}
.side_content
{
	width: 130px;
	background-color: #b8b8b8;
	height: 150px;
	padding: 10px;
}
.div_side
{
	width: 150px;
	position: relative;
	height: 100%;
	top: 0px;
	display: inline;
	float:right
}
.div_content
{
	overflow: auto;
	width: 500px;
	position: relative;
	height: 612px;
	left: 0px;
	top: 0px;
}

