﻿body
{
	font-size: medium;
	color: black;
	font-family: Arial, Helvetica, 'Microsoft Sans Serif';
	margin: 0px;
	background-color: white;
}

#wrapper
{
	width: auto;
	max-width: 1000px;
	background-color: white;
}

#header
{
	background-color: white;
	color: yellow;
	letter-spacing: 2px;
	height: 60px;
	text-align: left;
	padding-bottom: 5px;
	margin-left: 100px;
}

#content
{
	background-color: #6699cc;
	color: white;
	width: 80%;
	min-height: 600px;
	max-height: 600px;
	float: left;
}

#innercontent
{
	margin: 20px;
}

#navigation
{
	color: white;
	background-color: #6699cc;
	width: 20%;
	min-height: 600px;
	max-height: 600px;
	float: left;
}

#footer
{
	clear: both;
	background-color: white;
	color: Maroon;
	letter-spacing: 2px;
	font-size: 60%;
	height: 30px;
	text-align: center;
	padding-top: 10px;
}
