body 
	{
	background-color: #000000;
	margin: 0px;
	background-repeat:no-repeat;
	}

img {
	border: none;
	}


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

#content    
	{
	background-color: none;
	margin-left: -450px;
	position: absolute;
	top: -300px;
	left: 50%;
	width: 900px;
	height: 600px;
	visibility: visible;
	z-index: 1;
	}
	
	
#contentIntro    
	{
	background-color: #000000;
	margin-left: -200px;
	position: absolute;
	top: -200px;
	left: 50%;
	width: 400px;
	height: 400px;
	visibility: visible;
	z-index: 1;
	}
	
	
#info
	{
	background-color:none;
	width: 690px;
	height: 550px;
	float:left;
	border-bottom: solid 1px;
	border-bottom-color:#FFFFFF;
	}
	
#info2
	{
	background-color:none;
	width: 690px;
	height: 550px;
	float:left;
	}
	
#menu
	{
	background-color: none;
	width:190px;
	height:550px;
	float:right;
	border-bottom: solid 1px;
	border-bottom-color:#FFFFFF;
	overflow:hidden;
			
	}
	
#logo
	{
	text-align: right;
	height:120px;
	background-color:none;
	
	}
	
#nav
	{
	padding-top: 15px;
	border-top: solid 1px;
	border-top-color:#FFFFFF;
	}

#nav ul
	{
	list-style:none;
	text-align: right;
	padding-right: 18px;
	background-color:none;
	}


#nav a
	{
	text-align:center;
	color: #FFFFFF;
	text-decoration:none;
	
	}
	
#nav a:hover
	{
	color: #990000;
	text-decoration:none;
	}
	
	
	
#title
	{
	background-color: none;
	width: 500px;
	height:120px;
	text-align:left;
	}
	
#title2
	{
	background-color: none;
	width: 950px;
	height:120px;
	text-align: right
	}
	
#contact
	{
	border-top: solid 1px;
	border-top-color:#FFFFFF;
	width:325px;
	display: inline-block;
	float:left;
	height:450px;
	padding-top: 20px;
	padding-left:20px;
	background-color: none;
	color: #FFFFFF;
	
	font-family:Helvetica,Arial,Courier New,"Lucida Grande","Trebuchet MS",Verdana,Sans-serif;
font-size:12px;
letter-spacing:1;
line-height:18px;

	text-align: justify;
	}

	
	
	#text2
	{
	border-top: solid 1px;
	width: 500px;
	border-top-color:#FFFFFF;
	height:500px;
	padding-top: 15px;
	background-color: none;
	color:#FFFFFF;
	font-family:Helvetica,Arial,Courier New,"Lucida Grande","Trebuchet MS",Verdana,Sans-serif;
font-size:12px;
letter-spacing:0;
line-height:18px;
	text-align: justify;
	float:left;
	}


#text3
	{
	height:450px;
	padding-top: 15px;
	background-color: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: lighter;
	letter-spacing: 0.5px;
	text-align: justify;
	}
	
		#text4
	{
	border-top: solid 1px;
	width: 690px;
	border-top-color:#FFFFFF;
	height:500px;
	padding-top: 15px;
	background-color: none;
	color:#FFFFFF;
	font-family:Helvetica,Arial,Courier New,"Lucida Grande","Trebuchet MS",Verdana,Sans-serif;
font-size:12px;
letter-spacing:0;
line-height:18px;
	text-align: justify;
	float:left;
	}
	
	
#footer
	{
	height:30px;
	text-align: right;
	background-color: none;
	position: absolute;
	bottom: 0px;
	float:right;
	width: 900px;
	}



a	{
	color:#FFFFFF;
	text-decoration:underline;
	}
	
a:visited {
	color: #666666;
	}
a:hover{ 
	color: #990000;
	}





#subnav
	
	{
	width:172px;
	padding-top: 15px;
	border-top: solid 1px;
	border-top-color:#FFFFFF;
	float:right;
	
	}

#subnav ul
	{
	list-style:none;
	background-color:none;
	text-align: right;
	
	}

#subnav ul li
	{
	padding-bottom: 10px;
	
	}

#subnav a
	{
	
	color: #FFFFFF;
	text-decoration:none;
	
	}
	
#subnav a:hover
	{
	color: #990000;
	text-decoration:none;
	}
	
	
	
	
	
#wrapper
	{
	background-color: none;
	}	
	
	
#slider {
  width: 500px;
  margin: 0 auto;
  position: relative;
}

.scroll {
   height: 450px;
  width: 500px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: none url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
  padding: 20px;
  height: 400px;
  width: 450px; /* change to 560px if not using JS to remove rh.scroll */
}
	
	
	
	
	
