@charset "utf-8";
/* CSS Document */


body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#110200;
}


#tudo {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;

}

#topo {
	padding: 0px;
	margin: 0 auto;
	width:900px;
	height:200px;
}



#conteudo {
	position:absolute;
	width:900px;
	height:430px;
	top: 200px;
	padding: 0px;
	background-image:url(../img/conteudobg.jpg);
	background-repeat:no-repeat;
}

#box1 {
	position:absolute;
	width:710px;
	top: 0px;
	padding: 0px;
	left: 95px;
	height: 450px;
}

#box2 {
	position:absolute;
	width:230px;
	height:450px;
	top: 0px;
	padding: 0px;
	left: 500px;
}


#rodape {
	position:absolute;
	width:790px;
	top: 400px;
	padding: 0px;
	height: 60px;
	top: 720px;
	left: 55px;

}

.rodape {
    font-size:14px;
	font-family:Calibri, Arial,Helvetica,sans-serif;
	text-decoration: none;
	color:#ECECC6;
}

.textobege {
    font-size:16px;
	font-family:Calibri, Arial,Helvetica,sans-serif;
	text-decoration: none;
	color:#ECECC6;
}

.textoverde {
    font-size:16px;
	font-family:Calibri, Arial,Helvetica,sans-serif;
	text-decoration: none;
	color:#060;
}


.tituloverde {
    font-size:25px;
	font-family:Calibri, Arial,Helvetica,sans-serif;
	text-decoration: none;
	color:#060;
}

.tituloverde2 {
    font-size:20px;
	font-family:Calibri, Arial,Helvetica,sans-serif;
	text-decoration: none;
	color:#090;
}

.titulolaranja {
    font-size:20px;
	font-family:Calibri, Arial,Helvetica,sans-serif;
	text-decoration: none;
	color:#FF9933;
}

