ul, li, h4, h3, h2, h1, p
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.next, .prev
{
	cursor: pointer;
}

#screen
{
	position: relative;
	height: 130px;
	width: 925px;
	margin-top: 40px;
	border: solid 0px red;
}
#screen .next, #screen .prev
{ 
	position: absolute;
	top: 120px;

}
#screen .prev
{
	left: 10px;
}
#screen .next
{
	right: 0px;
}
#navigation
{
	width: 600px;
	text-align: center;
	margin-left: 62px;
}
#navigation ul
{
	margin-left: 55px !important;
	margin-left: 35px;
}
#navigation li
{
	float: left;
	margin: 0 20px;
	padding: 10px 20px;
	background-color: #EEE;
}
#navigation a
{
	color: #933;
	font-weight: bolder;
	text-decoration: none;
}

#sections
{
	overflow: hidden;
	background-color: white;
	width: 940px;
	height: 120px;
	clear: left;
	margin-left: 0px;
}

#sections ul
{
	width: 3660px;
}

#sections li
{
	float: left;
	padding: 11px 0px;
}
#sections li.fallen
{
	margin-top: 369px;
}

#sections p
{
	width: 550px;
	margin: 16px 0;
	font-size: 85%;
	line-height: 1.4em;
}

#sections h2
{
	color: #993333;
	margin: 20px 0pt;
}
#sections a
{
	color: #777;
	font-weight: bolder;
	text-decoration: none;
}


#links
{
	position: absolute;
	right: 5px;
	border: 1px solid #777;
	width: 210px;
	top: 15px;
	padding: 10px;
}
#links h3
{
	color: #777;
}
#links ul
{
	padding: 8px 0 3px 20px;
}
#links li
{
	list-style-type: circle;
}
#links a
{
	color: #69C;
}
h1
{
	margin: 20px 0;
	color: #5B739C;
}
h1 strong
{
	font-size: 13px;
	color: #777;
}
.clear
{
	clear: both;
	width: 0;
	height: 0;
}

.message
{
	background: #EEE;
	border: 1px solid #999;
	color: #333;
	font-size: 12px;
	padding: 1px;
	height: auto;
	padding-left: 5px;
	line-height: 18px;
}
.side
{
	position: absolute;
	right: 5px;
	width: 210px;
	padding: 10px;
}

#general
{
	top: 160px;
}
#extra
{
	top: 400px;
}

.separator
{
	width: 675px;
	clear: both;
	margin-left: 20px;
}
#ticker-container
{
	position: relative;
	padding-top: 15px;
}
#ticker-container button
{
	position: absolute;
	right: 5px;
}
#add-news
{
	top: 0px;
}
#shuffle-news
{
	top: 25px;
}
