/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html, body{

	background-color:#DDDDDD;

}

div#container {
	position:absolute;
	top:0px;
	left:40px;
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	background:#FFFFFF;	
}

div#header {

	height:150px;
	width:900px;
	border-bottom:2px solid #C70303;
}


div#content {

	width:900px;	
}

div#contentLeft {

	width:150px;
	height:100%;
	float:left;
	border:0px;
	padding:0px;

}

div#contentCenter {

	width:490px;
	float:left;
	border-left:2px solid #C70303;
	border-right:2px solid #C70303;
	height:100%;

}

div#contentRight {

	width:260px;
	float:left;
	height:100%;

}

div#footer {


	height:320px;
	width:900px;
	border-top:2px solid #C70303;
	clear:both;	
}

#rodape1{

	height:40px;
	width:800px;
}

#rodape2{

	height:60px;
	width:800px;
}

#rodape3{

	height:80px;
	width:800px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	margin: 15px;
	font-weight:normal;
}

#rodape4{

	height:20px;
	width:800px;
}

#rodape20{

	height:100%;
	width:17%;
	float:left;
}

#rodape21{

	height:100%;
	width:17%;
	float:left;
}

#rodape22{

	height:100%;
	width:17%;
	float:left;
}

#rodape23{

	height:100%;
	width:17%;
	float:left;
}

#rodape24{

	height:100%;
	width:17%;
	float:left;
}

#rightTop{

	height: 50px;
	width: 100%;
	float:left;

}

#rightBottom{

	height: 1450px;
	width: 100%;
	float:left;
}

#orc{

	padding: 0px;
	width: 100%;

}

#bannerAd{

	position:absolute;
	top:40px;
	right:20px;

}

	