/* site structure */

body 
	{
	background-color: #000;
	margin: 0;
	padding: 0;
	font: 12px/1.5 verdana, arial, helvetica, sans-serif;
	text-align: center; /* horiz IE */
	}
		
img  
	{ 
	border: 0; 
	}	

#horizon 
	{
	background-color: #000;
	position: absolute;
	top: 20px;

/* begin IE hack */
	
/*	\*/

	top: 50%;
	left: 0px;
	width:100%; 
	margin-top: -300px;
	text-align: center;
	min-width: 900px;
	
/* end IE hack */

	}

#wrapper
	{
	position: relative;
	text-align: left;
	width: 900px; 
	height: 600px;
	margin: 0px auto;
	border: none;
	background-color: #fff;
	}

h2
    {
	margin: 0;
	padding: .1em 0;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #ff9900;
    }

p 
	{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
	color: #000000;
	}

p a, p a:visited, p a:link
	{
    text-decoration: none;
	color: #ff9900;
	font-weight: normal;
	}

p a:hover
	{
    text-decoration: underline;
	color: #000000;
	font-weight: normal;
	}
		
a   {
    text-decoration: none;
    }

a:link, a:visited 
	{
	text-decoration: none;
	}

a:hover 
	{
	text-decoration: underline;
	}


/* colors */
				
.black, a.black
	{
	color: #333333; 
	font-weight: bold;
	}

.white, a.white
	{ 
	color: #ffffff; 
	}

.orange, a.orange, a.orange:link, a.orange:visited
	{ 
	color: #ff9900;
	font-weight: normal;
	}

p .gray, p.gray a
	{ 
	color: #333333;
	text-decoration: none;
	}

.dkgray, a.dkgray
	{ 
	color: #333333;
	text-decoration: none;
	}

/* content */


.logo
	{
	position: absolute;
	padding-top: 15px;
	padding-left: 250px;
	z-index:2;
	}

.content1
	{
	position: absolute;
	width: 900px;
	height: auto;
	padding-top: 220px;
	z-index: 1;
	}

.content1 p
	{
	text-align: center;
	font-size: 12px;
	}

.line
	{
	position: absolute;
	padding-top: 242px;
	padding-left: 60px;
	z-index:2;
	}

.content2
	{
	position: absolute;
	width: 750px;
	height: auto;
	padding-top: 270px;
	padding-left: 80px;
	z-index: 1;
	}
	
.content2 p
	{
	text-align: justify;
	font-size: 11px;
	padding-top: 15px;
	}

.links
	{
	position: absolute;
	padding-top: 435px;
	padding-left: 90px;
	width: 740px;
	height: 150px;
	display: inline;
	z-index: 1;
	}


/* IEmac hacks  by Philippe Wittenbergh www.l-c-n.com */


*>html #wrapper
	{
	position: absolute;
	text-align: left;
	width: 770px;
	height: 430px;
	top: 10px;
	margin-top: 10px;
	}
	
*>html #horizon
	{
	background-color: transparent;
	position: absolute;
	top: 10px;
	width: 770px;
	height: 430px;
	left: 50%;
	margin-left: -389px;
	margin-top: 10px
	}
