﻿body 
{
	background-color:blue;
}

.navigation
{
	float:left;
	width:100px;
	height:auto;
	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: #008080;
	color: White;
	padding: 14px;
}