#horizon        
	{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#back
	{
	margin-left: -400px;
	position: absolute;
	top: -340px;
	left: 50%;
	width: 800px;
	height: 680px;
	visibility: visible;
	z-index: 0
	}

#nav
	{
	margin-left: -400px;
	position: absolute;
	top: -340px;
	left: 50%;
	width: 304px;
	height: 502px;
	visibility: visible;
	z-index: 100
	}

#content    
	{
	margin-left: -400px;
	position: absolute;
	top: -340px;
	left: 50%;
	width: 800px;
	height: 600px;
	visibility: visible;
	z-index: 50
	}

A:link, A:active, A:visited, A:hover
	{
	color: #000080;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	}

A:hover 
	{
	text-decoration: underline;
	}

BODY 
	{
	font-family: Arial, sans-serif;
	color: black;
	background-color: white;
	}

BODY, TD 
	{
	color: #000000;
	font-size: 12px;
	}

H1 
	{
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	}

H2
	{
	font-size: 16px;
	font-weight: bold;
	}

