html
{
	background-color: #fff;
}

body
{
	background-color: #fff;
	font-family: Verdana, Helvetica, Arial, san-serif;
	font-size: medium;
	line-height: normal;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	height: 100%; 
}

#logo 
{
	top: 2px; 
	text-align: center; 
}

#framie
{
	text-align: left;
	position: absolute
	top: 150px;
	left: 3px;
	width: 90%;
	height: 550px;
	margin-left: 10%;
	margin-bottom: 5px;
	font-family: Verdana, Helvetica, Arial, san-serif;
	overflow: scroll;
}

#menu
{
	text-align: center;
	top: 90px;
	padding: 0;
	margin: 3px;
	width: 80%;
	margin-left: 10%;
	background-color: #ddd;
	border: 1px solid #FFF; 
	font-size: medium;
	color: #000;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
}

#menu a: visited, #menu a 
{
	width: 250px;
	height: 20px; 
	margin: 3px; 
	text-align: center; 
	text-decoration: none; 
	line-height: 20px; 
	color: #000;
	list-style-type: none;
}

#menu a: hover 
{
	background: #aaa; 
	color: #fff;
}

ul#menuitem 
{
	list-style-type: none;
	margin: 5px;
	padding: 5px;
}

ul#menuitem li
{
	display: inline; 
}

ul#menuitem li a
{
	width: 200px;
	height: 20px;
	margin: 15px;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	color: #000;
}

ul#menuitem li a:hover
{
	background: #888;
	color: #fff;
}

#footer
{
	clear: both;
	text-align: center;
}

#designer
{
	font-family: Verdana, Helvetica, Arial, san-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}

#content
{
	clear: both;
	font-family: Verdana, Helvetica, Arial, san-serif;
	overflow: auto;
}

#spacer
{
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: 0px;
	clear: none;
	font-size: medium;
	line-height: normal;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
}

span.key
{
	text-decoration: underline;
	font-size: small;
}

#floater
{
	width: 90%;
	background-color: #fff;
	clear: none;
	font-size: medium;
	line-height: normal;
	font-weight: normal;
	font-style: italic;
	font-family: Verdana, Helvetica, Arial, san-serif;
	overflow: auto;
}

#header
{
	width: 90%;
	background-color: #fff;
	clear: both;
	font-size: medium;
	color: #000;
	line-height: normal;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Helvetica, Arial, san-serif;
	overflow: auto;
}