* {
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
}

body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-color: ffeab2;
	background-image: url(imagens/headerbg.jpg);
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#apDiv1 {
	position: absolute;
	z-index: auto;
	height: 70px;
	width: 50px;
	top: auto;
	color: #0099CC;
	background-color: #00CCFF;
}

#header {
	color: #333;
	width: 950px;
	float: left;
	padding: 10px;
	height: 1000px;
	background-image: url(imagens/top.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#navigation {
	float: left;
	width: 880px;
	color: #333;
	padding: 10px;
	background-color:#000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#leftcolumn {
	color: #999;
	margin: 0px 5px 5px 0px;
	padding: 10px;
	min-height:350px;
	height: auto;
	width: 195px;
	float: left;
	background-color: #990000;
	background-image: url(imagens/red.jpg);
	background-repeat: repeat;
}
#content {
	float: left;
	color: #999;
	background:#000;
	margin: 0px 5px 5px 0px;
	padding: 10px;
	min-height:350px;
	height: auto;
	width: 439px;
	display: inline;
}
#rightcolumn {
	color: #999;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	min-height:350px;
	height: auto;
	width: 195px;
	float: left;
	position: relative;
	background-color: #000;
	background-image: url(imagens/red.jpg);
	background-repeat: repeat;
}

#rodape {
	height:200px;
	width:100%;
	background-color:#09F;
}

.clear { clear: both; }

#titulo {
	width:auto;
	height:auto;
}

#caixatexto {
	width:auto;
	height:auto;
}

#caixatextonews1 {
	width:auto;
	height:auto;
	padding: 3px;
}

#caixatextonews2 {
	width:auto;
	height:auto;
	padding: 3px;
}

#caixatextonews3 {
	width:auto;
	height:auto;
	padding: 3px;
}

#caixatextonews4 {
	width:auto;
	height:auto;
	padding: 3px;
}

.title {
	font-size:18px;
	color:#C90;
}

