#contents5 {
	display: inline; /*Bug da margem dupla para floats no IE*/ 
	float: left;
	height: 415px;
	width: 15%;
	
	/* fundo com degrade */
	background-color: #F3F3E0;
}

#contents6 {
	float: left;	
	height: 415px;
	width: 70%;		
	background-color: #F9FAE2;
}

#contents7 {
	float: left;
	height: 415px;
	width: 15%;
	text-align: center;
	background-color: #F3F3E0;		
}

#areacontents {
	padding: 40px 0px 0px 31px;
	font-size: 90%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bolder;
	letter-spacing: 1px;
}


#text {
	padding: 15px 45px 10px 45px;
}

#text p {
	font-size: 80%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #444444;
	text-align: justify;
	line-height: 2.80;		
}

#text span {
	color: #B61C21;
}

#text ul {
	width: 90%;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}

#text li {
	font-size: 80%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #666666;
	text-align: justify;
	line-height: 1.75;
}

.clear {
	clear: both;
}

/* Repete o footer para sobreescrever a posição que foi colocada no index */
#footer {
	margin-top: 415px; /* posição relativa ao topo da página  */
}

#video {
	padding: 15px 10px 0px 10px;
}

#playerInfo {
	position: relative;
	top: -10px;
	left: 10px;
	font-size: 80%;
	font-family: Helvetica, Arial, Verdana, sans-serif;	
}

#playerInfo a {
	color: #B61C21;
	text-decoration: none;
	font-weight: bold;
}

#playerInfo a:hover {
	color: #004020;
}