html
{
	height: 100%;
}

* html #inner-wrapper
{
	height: 100%;
}

body
{
	height: 80%;
   	background: white;
   	margin: 40px;
   	padding: 0;
   	font: 12px/1.5 Verdana, Arial, Sans-serif;

}

div#outer-wrapper
{
	position:fixed;
	border-top: 2px solid black;
   	border-left: 2px solid black;
   	border-right: 2px solid black;
	border-bottom: 2px solid black;
   	background: rgb(77,119,163);
   	padding-left: 20px;
   	padding-right: 20px;
   	padding-top: 40px;
}

div#inner-wrapper
{
	position: fixed;
	min-height: 100%;
   	margin: 40;
   	padding-bottom: 2px;
   	background: white;
   	border-top: 2px solid black;
   	border-left: 2px solid black;
   	border-right: 2px solid black;
}
div#header
{
	padding-top: 1px;
	padding-left: 2px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

div#menu
{
	position: inherit;
	z-index: 100;
	margin-left: 10px;
	margin-top: 4px;
	left: 98px;
	top: 192px;
}

div#content
{
	position: inherit;
	z-index: 10;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
}


div#footer
{
	position: relative;
	margin-top: -7.65em;
	width: 380px;
	padding-bottom: 1.5em;
	background-color: #003366;
	font-size: 85%;
	color:#FFFFFF;
	text-align: center;
	line-height: 1.5em;
} 
