
#scroller ul, #scroller li, #scroller h4, #scroller h3, #scroller h2, #scroller h1, #scroller p{
	padding:0;
	margin:0;
	list-style:none;
}


#screen{
position:relative;
height:425px;
width:600px;
margin-top:5px;
}

#navigation{
width:600px;
margin-left:0;
}

#navigation ul{
margin-left:0 !important;
margin-left:0;
}

#navigation li{
margin:0;
padding:2px 0;
}

#navigation a{
color:#fdeacd;
font-weight:bolder;
text-decoration:none;
}

#sections{
position: relative;
overflow:hidden;
background-color:#fdeacd;
width:600px;
height:280px;
clear:left;
margin-left:0;
margin-top: 5px;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
}

#sections ul{
width:3660px;
}

#sections li{
float:left;
padding:11px 30px;
}

#sections p{
width:550px;
margin:16px 0;
font-size:108%;
line-height:1.4em;
color: #000000
}
#sections h2 {
font-size: 125%;
color: #000000;
}
.clearit { clear: left; }