body 
	{
	color: white;
	background-color: #FF8A00;
	margin: 0px
	}

#horizon        
	{
	color: #FF8A00;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: -200px;
	position: absolute;
	top: -100px;
	left: 50%;
	width: 400px;
	height: 200px;
	visibility: visible;
	background: url(images/background.gif) no-repeat top left;
	}

.bodytext 
	{
	font-size: 14px
	}

.headline 
	{
	font-weight: bold;
	font-size: 24px
	}
	
ul {
	list-style-type: none;
	margin: 5px 30px;
	padding: 0;
	border-top: solid 1px #FF8A00;
	}

li {
	display: inline;
	margin: 0 5px;
	padding: 0;
	}

a:link, a:visited 
	{
	color: #06f;
	text-decoration: none;
	font-size: 11px;
	}

a:hover 
	{
	color: #FF8A00;
	border-bottom: solid 5px #000;
	padding-bottom: 3px;
	}
	
#content h2 {
	margin: 35px 0 10px 0;
	padding: 0;
	}
	
#content h1 {
	margin: 10px 0 15px 0;
	padding: 0;
	}
	
#content p {
	margin: 0 20px 5px 20px;
	padding: 0;
	font-size: 11px;
	}