﻿body
{
	/* background-color: #FFFFCC; */
	background-color: #008000;
}

.navigation
{
	float:left;
	width:153px;
	height:500px;
	padding:20px;
	margin-top:1px;
	margin-right:30px;
	}

.content
{
	float: left;
	width: 750px;
	height: auto;
	padding: 20px;
	background-color: White;
	margin-top: 1px;
}

.menuitem
{
	border: Outset 1px white;
	background-color: #FF0000;
	color: #FFFFFF;
	padding: 14px;
}
