body 
	{
	color: #666666;
	background-color: #CCCC99; /* #DA904F; #FB4142; */
	margin: 0px
	}

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

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #FFFFFF;
	margin-left: -50%;
	position: absolute;
	top: -115px;
	left: 50%;
	width: 100%;
	height: 230px;
	visibility: visible;
	text-align: center;
	border-width: 6px 0px;
	border-color: #DA904F;
	border-style: solid;
	}
#copy {
	margin: 0 auto;
	padding: 0;
	width: 760px;
}
img {
	margin-right: 1em;
	float: left;
}

p {
	margin: 0em 0em 0.5em;
	padding: 0;
  font-size: 80%;
}
a:link, a:visited {
	color: #457B64;
	background-color: transparent;
}
a:hover {
	color: #0E4D38;
	background-color: transparent;
}
hr {
  color: #999999;
  background-color: #999999;
  border-color: #999999;
}

