#banner-ticker{
	width:586px;
	height:150px;
	background-color:white;
	overflow:hidden;
}
#banner-ticker div{
	margin-top:-1px;
}
#banner-ticker div.first{
	margin-top:0;
}

.next, .prev{
	cursor:pointer;
}

#screen{
	position:relative;
	height:600px;
	width:800px;
	margin:20px auto 0 auto;
}

#screen .next, #screen .prev{
	position:absolute;
	top:200px;
}

#screen .prev{
	left:10px;
}

#screen .next{
	right:10px;
}
	
#navigation{
	width:800px;
	text-align:center;
}

#navigation ul{
	margin-left:35px !important;
	margin-left:15px;
}

#navigation li{
	float:left;
	margin:0 10px;
	padding:5px 10px;
	background-color:#EEE;
}

#navigation a{
	color:#933;
	font-weight:bolder;
	text-decoration:none;
}
	
#sections{
	overflow:hidden;
	background-color:white;
	width:600px;
	height:369px;
	clear:left;
	margin-left:62px;
}
	
#sections ul{
	width:3660px;
}
	
#sections li{
	float:left;
	padding:11px 30px;
}

#sections li.fallen{
	margin-top:369px;
}
			
#sections p{
	width:550px;
	margin:16px 0;
}
			
#sections h2{
	color:#993333;
	margin:20px 0pt;
}

#sections a{
	color:#777;
	font-weight:bolder;
	text-decoration:none;
}

