/*body{ 
	padding: 0 5px;
	font-family: Verdana, sans-serif;
	background-color: #DDD;
}*/
ul, li, h4, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}

, {
	
}



/*.prev{	
	background:transparent url(/style/common/images/leftPaginationArrow.jpg) no-repeat 0px 0px;
	width:13px;
	height:8px;
	float:left;
	margin:4px 8px 0px 0px;
	_display:inline;
	text-decoration:none;
	outline:none;
	cursor:pointer;
}

.next{	
	background:transparent url(/style/common/images/rightPaginationArrow.jpg) no-repeat 0px 0px;
	width:13px;
	height:8px;
	float:left;
	margin:4px 0px 0px 2px;
	_display:inline;
	text-decoration:none;
	outline:none;
	cursor:pointer;
}*/

#screen{
	position:relative;
	/*height:146px;*/
	width:240px;
	/*margin-top:40px;*/
	/*width:225px;*/
	float:left;
	margin-left:3px;
	_display:inline;
	
}

*html #screen{	
	width:225px;
}

	#screen .next, #screen .prev{
		position:absolute;
		top:200px;
	}
	#screen .prev{
		left:10px;
	}
	#screen .next{
		right:10px;
	}
	#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;	
	width:240px;	
	/*height:146px;*/
	clear:left;	
}

*html #sections{
	width:243px;
}	
	
	#sections ul{
		width:3660px;		
	}
	
		#sections li{
			float:left;
			width:240px;
			/*padding:11px 30px;*/
		}
		
		*html #sections li{		
			width:243px;
		}
			#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;
			}

