.back
{
 	position: absolute;
 	top: 0px;
 	left: 0px;
}
body
{
 	background-color: rgb(237,220,188);
}
.top
{
 	position: absolute;
	width: 800px;
	height: 150px;
}
.left
{
 	position: absolute;
 	width: 150px;
 	height: 600px;
 	top: 60px;
}
A:active 
{ 
	color: rgb(0,0,0);
} 
A:link 
{ 
	color: rgb(149,66,40);
} 
A:hover 
{
	color: rgb(149,66,40);
} 
A:visited 
{ 
	color: rgb(109,66,40);
}
.contentpaneopen
{
	font-size: 10pt;
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; 
}
.main
{
	position: absolute;
	width: 715px;
	height: 600px;
	top: 10px; 
	left: 0px;
}
.right
{
 	position: absolute;
 	width: 150px;
 	height: 600px;
 	left: 650px;
 	top: 80px;
}
.bottom
{
  	position: absolute;
 	width: 415px;
 	height: 150px;
 	top: 370px;
 	left: 150px;
}
.moduletable
{
 	width: 100%;
}
td
{
 	text-align: center;
}

#navlist
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#subnavlist
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

img
{
	border-width:0px;
}
