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

.next, .prev{
	cursor:pointer;
}

#screen{
	/*position:relative;*/
	overflow: hidden;
	width: 560px;
}
	#screen .next, #screen .prev{
		position:absolute;
		top:200px;
	}
	#screen .prev{
		left:10px;
	}
	#screen .next{
		right:10px;
	}
	#navigation{
		width:560px;
		text-align:center;
	/*	margin-left:5px;*/
	}
		#navigation ul{
/*			margin-left:55px !importante;
			margin-left:35px; */
		}
			#navigation li{
				float:left;
				margin:1px;
				padding: 1px;
				
				
			}
				#navigation a{
					
					font-weight:bolder;
					text-decoration:none;
				}
				
				#navigation a:hover{
					color:#879BCB;
					font-weight:bolder;
					text-decoration:none;
				}
				
				
#sections{
	overflow:hidden;
	background-color:white;
	/*height:369px;*/
	clear:left;
}
	
	#sections ul{
		width:3660px;
	}
	
		#sections li{
			float:left;
			padding: 5px;
		}
					
			#sections p{
				width:550px;
				margin: 0px 0;
				
				/*line-height:1.4em;*/
			}
			
			/*#sections h2{
				color:#3A6DAE;
				margin:20px 10pt;
			}*/
			#sections a{
				color:#777;
				font-weight:bolder;
				text-decoration:none;
			}


#links{
	position:absolute;
	right:12px;
	border:1px solid #777;
	width:210px;
	top:4px;
	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;
}
