@charset "utf-8";
/* CSS Document */
#screen{	
	position:relative;
}

#prevpage{	
	
}
#nextpage{	
	
}

#seeall{
	
}

#sections{
	width:246px;
	overflow:hidden;
	clear:left;
}
	
#sections ul{
	width:3660px;
	list-style:none;
}

#sections li{
	float:left;
	width:246px;
}

#sections li .dyn_header{
	padding:2px;	
}

#sections p.dyn_paragraph{
	padding:2px;
	width:246px;
}

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

