/* CSS Document */

body{
	background-color:#000000;
}

a{
	text-decoration:none;
	font-weight:bold;
	color:#E67300;
}

#base{
	position:absolute;
	top:0px;
	left:-450px;
	width:900px;
	margin-left:50%;
}

#menu{
	position:absolute;
	top:0px;
	left:0px;
	width:165px;
	height:211px;
	z-index:0;
}

#topo{
	position:absolute;
	top:20px;
	left:165px;
	width:735px;
	height:191px;
	background-image:url(../img/top.jpg);
	z-index:0;
}

#conteudo{
	position:absolute;
	top:211px;
	left:0px;
	width:900px;
	height:169px;
	background-image:url(../img/conteudo-filete.jpg);
	background-repeat:repeat-y;
	z-index:0;
}

#titulo{
	position:absolute;
	top:250px;
	left:16px;
	width:233px;
	height:20px;
	z-index:1;
}

#td4k{
	position:absolute;
	top:310px;
	left:16px;
	width:268px;
	height:297px;
	z-index:1;
}

#como-participar{
	position:absolute;
	top:320px;
	left:16px;
	width:97px;
	z-index:1;
}

#linhav-drums{
	position:absolute;
	top:361px;
	left:16px;
	width:432px;
	height:180px;
	z-index:1;
}

.texto{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2C2C2C;
	line-height:20px;
	text-align:justify;
}

.texto-bold{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:20px;
	font-weight:bold;
}

.texto-unidades{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2C2C2C;
	line-height:20px;
}

.asterisco_verm{
	color:#FF0000;
}

.data{
	color:#928153;
	font-size:10px;
	font-weight:bold;
}

.titulo_news{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#928153;
	font-weight:bold;
	text-align:left;
}

.alterar{
	font-size:9px;
}

.titulo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#2C2C2C;
	font-weight:bold;
}

.transparente{
	filter:expression(
	this.alphaxLoaded ? "" :
	(
	this.src.substr(this.src.length-4)==".png"
	?
	(
	(!this.complete)
	? "" :
	this.runtimeStyle.filter=
	("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
	(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
	String(this.alphaxLoaded=true).substr(0,0)+
	(this.src="css/blank.png").substr(0,0)
	)
	:
	this.runtimeStyle.filter=""
	)
	);
}
