﻿#content {
	width: 500px;
	height: 500px;
	position: absolute;
	top: 75px;
	left: 120px;
	background-color: #FFFFFF;
	padding: 0px;
	border: 10px solid #FFFFFF;
	color: #003300;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#header
{
	margin: 0px;
	padding: 10px 0px 20px 0px;
	background-color: black;
}
body
{
	margin: 0;
	padding: 0;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
h1
{
	margin: 0px;
	color: #006600;
	display: inline;
	top: 5px;
	position: absolute;
	font-weight: normal;
	font-style: normal;
	left: 120px;
}
h2{
	padding: 0px;
	margin:0px;
}
#innercontent {
	border: 5px solid #808080;
	background-color: #808080;
	width: auto;
	height: 90%;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}
a {
	color: inherit;
	text-decoration: underline;
}

