body
{  margin: 0px;
   font-family: "Lucida Sans Unicode", Tahoma, Arial, Verdana; 
   color: #330000;
   background-color: #FFFFC6;
}
#logo
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 300px;
	z-index: 3;
}
#header
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 300px;
	width: 100%;
	text-align: center;
	z-index: 1;
	background-image: url(images/system/bgb.gif);
	background-repeat: repeat-x;
}
#menu
{
	position: absolute;
	left: 0px;
	top: 300px;
	width: 300px;
	z-index: 4;
}
#content
{
	position:absolute; 
	left:0px; 
	top:200px; 
	z-index:2; 
	padding-right: 80px; 
	padding-left: 320px;
	min-width: 470px;
/*	_width: 800px; */
/*	width:550px; */
	background-image: url(images/system/bgo.gif);
	background-repeat: repeat-y;
}
.popup
{	padding: 10px;
	background-image: url(images/system/bgo.gif);
	background-repeat: repeat-y;
}
h1
{	font-size: 1.3em;
}
h2
{	font-size: 1.2em;
}
h3
{	font-size: 1.1em;
}
address
{
	font-size: 0.8em;
	font-style: normal;
}
th,td
{	color: #330000;
}
hr
{	color: #330000;
}
a
{	color: #993300;	
	text-decoration: none;
}
a:hover
{	color: #330000;
	text-decoration: underline;
}

