body {
background-color: #7CB9E8;

	margin: 0px;
	padding: 0px;
}
.main {
	position: absolute;
	left: 160px;
}
.hmenu {
position:fixed;
Top: 0px;
left: 0px;
Width: 144px;
height:500px;
border: solid;
border-color: white;
border-width: 4px;
background-color: navy;
color: white;
text-align: center;
font-family: "Arial","MS Reference Sans Serif";
font-size: 18px;
}
/* Main Menu Links */
A.MainMenu:link {
	color: white;
	text-decoration: none;
}

A.MainMenu:visited {
	color: yellow;
	text-decoration: none;
}

A.MainMenu:hover {
	color: greenyellow;
	text-decoration: none;
}

A.MainMenu:active {
	color: LightBlue;
	text-decoration: none;
}
.content {
	position: absolute;
	Top: 0px;
	left: 150px;
	Width: 90%;
	border: solid 4px red;
	background-color: #7CB9E8;
	text-align: center;
}
