﻿body
{
	display: block;
	visibility: visible;
	font-family: Arial, 'Arial Black' , Serif, Sans-Serif;
	margin:30px;
	min-width:640px;
	min-height:480px;
}
#header
{
	font-weight: bold;
	font-size: 80%;
	text-transform: capitalize;
	color: white;
	font-family: Arial;
	background-color: #08664b;
	text-align: right;
}
p
{
	font-size: 1.0em;
}

/* Three-pixel bug fix: http://www.positioniseverything.net/explorer/threepxtest.html */
* html p
{
	height: 1%;
}
h1
{
	font-weight: bold;
	font-size: 150%;
	text-transform: capitalize;
	color: #08664b;
	font-family: Arial;
	text-align: right;
	font-variant: small-caps;
}
h2
{
	font-weight: bold;
	font-size: 100%;
	text-transform: capitalize;
	color: #08664b;
	font-family: Arial;
	font-variant: normal
}
#wrapper
{
	overflow:auto;
}

#menu
{
	float: left;
	font-size: 80%;
	color: #08664b;
	font-family: arial narrow;
	background-color: #e0e0e0;
	width: 200px;
	height: 700px;
	
	
	/*padding-bottom: 3000px;
	margin-bottom: -3000px;*/
	
}

#content
{
	margin-left:10px; 
	overflow:scroll;
	height: 700px;
	/* width: 700px;*/
}
#footer
{
	border-top: #08664b thin solid;
	font-size: 60%;
	color: #ffffff;
	border-bottom: #08664b thin solid;
	font-family: arial;
	background-color: #14926e;
}

