/* CSS Document */


<style type="text/css">
	
	body {
		text-align:left;
		}
		
		
#horizon        
	{
	text-align: left;
	position: absolute;
	top: 20%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	display: block;
	border:thin;
	border-color:#CCCCCC;
	}
#content    
	{
	width: 500px;
	height: 450px;
	margin-left: -250px;
	position: absolute;
	top: -35px;
	left: 50%;
	visibility: visible
	}

	
	#frame {
		width:550px;
		height:400px;
		margin: auto; 
		margin-right:auto;
		margin-left:auto;
		margin-top:120px;
		padding:0px;
		position:relative;
		text-align:left;
		border-width:thin;
		border-style:solid;
		border-color:#F0F0F0;
		}
	
	#contentcenter {
		width:550px;
		height:400px;
		padding:0px;
		float:center;
		background:#fff;
		}

	#contentheader {
		background:#fff;
		height: 100px;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	#contentright p { font-size:10px}
	
</style>
