/* CSS Document */

.header {
margin: 20px;
padding: 10px;
height: 100px;
}

.menu {
position: absolute;
left: 11px;
top: 182px;
width: 200px;
}

.content {
	top: 180px;
	margin-left: 200px;
	margin-right: 15px;
	position: absolute;
	overflow: auto;
	height: 68%;
	width: 76%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003366;
	padding-left: 5px;
	padding-right: 5px;









}

