/*	--------------------------------------------------------------------------- Universal Selector */


/*	--------------------------------------------------------------------------- Elements Selectors */
	body {
		line-height: 1.6em;
	}

	li {
		padding: 0 0 30px 0;
	}
	
	h1 {	
		font-size: 1em;
		font-weight: bold;
	}
	
	p {
		padding-bottom: 15px;
	}
/*	--------------------------------------------------------------------------- Class, Attributes and Pseudo Selectors */
	.highlighttitle {
		padding:0;
		font-size: 1em;
		font-weight: bold;
		vertical-align: middle;
	}

/*	--------------------------------------------------------------------------- ID Selector */	
	#dicas {
		padding: 40px 0 30px 63px;
		background: url("../images/dicas/dicas.png") no-repeat center right;
		width: 99px;
		height: 63px;
		margin: 0;
	}
	
	#content {
		padding: 0 0 0 63px;
		width: auto;
		height: auto;
	}
	
	#leftscroll {
		display:-moz-inline-stack;
		display:inline-block;
		zoom:1;
		*display:inline;
		position:relative;
		width: 10px;
		height: 345px;
	}
	
	#leftcontent {
		display:-moz-inline-stack;
		display:inline-block;
		zoom:1;
		*display:inline;
		position:relative;
		overflow:hidden;
		width: 200px;
		height: 345px;
	}
	
	#leftc {
		position:absolute;	
		padding: 0 10px 0 20px;
	}
	
	#rightscroll {
		display:-moz-inline-stack;
		display:inline-block;
		zoom:1;
		*display:inline;
		position:relative;
		width: 10px;
		height: 345px;
	}
	
	#rightcontent {
		width: 640px;
		height: 345px;
		display:-moz-inline-stack;
		display:inline-block;
		zoom:1;
		*display:inline;
		position:relative;
	    overflow:hidden;
	}
	
	#rightc {
		padding: 0 0 0 20px;
	}