
body
{
}

div
{
	margin: 0px;
	padding: 0px;	
}

.navigation
{
 position: absolute;
 left: -5px;
 top: 0px;
 width: 201px;
 padding: 0px;
 margin: 0px;
}

.right
{
 position: absolute;
 left: 360px;
 width:400px;
 margin: 0px;
 padding: 0px;
}

.top
{
 position: absolute;
 top: 0px;
 left: 0px;
 
}

.textbody
{
 position: absolute;
 top: 127px;
 z-index: 11;
}

.bottom
{
 position: absolute;
 bottom: 25px;
 z-index: 11;
}

.background_image_left
{
	position: absolute;
	top: 107px;
	left: 0px;
	width: 201px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 9;
}

.background_image_right
{
	position: absolute;
	top: 107px;
	left: 201px;
	width: 700px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 9;
}

.navitem
{
	margin-left: 6px; 
	padding-left: 6px;
	list-style-image: url( Pictures/listitem_closed.GIF );
  font-size: 16px;
  font-stretch: ultra-condensed;
}

.navlinks
{
	position: relative;
	top: -4px;
	left: -2px !important;
	left: 3px;
}

