html
{
	background-color:#CC9966;
}

body
{
	top:5px;
	background-color:#CC9966;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	line-height:normal;
	color:#000;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	margin:0; 
	padding:0 10px 0 10px; 
	border:0; 
	height:100%; 
}

#logo 
{
	display:block; 
	position:fixed;
	left:2;
	top:2; 
	width:180px; 
	height:72px; 
}

#menu
{
	display:block; 
	position:fixed;
	left:10px;
	top:100px;
	width:160px;
	_width:140px;
	padding:5px;
	margin:5px;
	background-color:#e6b89d;
	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 
{
	display:block; 
	width:160px;
	_width:140px; 
	height:20px; 
	margin:0 auto; 
	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 a
{
	display:block;
	width:140px;
	height:20px;
	margin:0 auto;
	text-align:left;
	text-decoration:none;
	line-height:20px;
	color:#000;
}

ul#menuitem li a:hover
{
	background:#F6E5D3;
	color:#a73;
}

#footer
{
	display:block;
	position:fixed;
	left:10px;
	top:240px;
	width:160px;
	padding:5px;
	margin:5px;
	background-color:#e6b89d;
	border:1px solid #fff;
	font-size:small;
	color:#000;
	font-weight:normal;
	font-style:normal;
	font-family:Verdana, Geneva, Helvetica, Arial, sans-serif;
	overflow:auto;
}

#designer
{
	display:block;
	position:fixed;
	left:10px;
	top:320px;
	width:160px;
	padding:5px;
	margin:5px;
	background-color:#e6b89d;
	border:1px solid #fff;
	font-size:small;
	color:#000;
	font-weight:normal;
	font-style:italic;
	font-family:Verdana, Geneva, Helvetica, Arial, sans-serif;
	overflow:auto;
}

#header
{
	display:block;
	position:relative;
	margin:10px 120px 10px 90px;
	padding:1em 1em;
	left:110px;
/*	width:70%; */
	border:1px solid #fff;
	background-color:#e6b89d;
	clear:both;
	font-size:medium;
	color:#000;
	line-height:normal;
	font-weight:normal;
	font-style:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	overflow:auto;
}

#content
{
	margin:10px 1px 1em 90px;
	padding:1em 1em;
	font-size:medium;
	line-height:normal;
	font-weight:normal;
	font-style:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	overflow:auto;
}

#floater
{
	margin:10px 120px 10px 90px;
	padding:1em 1em;
	position:relative;
	left:110px;
/*	width:80%; */
	border:1px solid #FFF;
	background-color:#e6b89d;
	clear:none;
	font-size:medium;
	line-height:normal;
	font-weight:normal;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, 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;
}