
/* ------------------- BODY ------------------- */

body {
	font: 95% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(imagens/bg1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #eee2c0;
}

h1, h2, h3, h4 {
	font-weight: lighter;
	color: #960;
	font-family: "Times New Roman", Times, serif;
}

/* ------------------- BODY ------------------- */



/* ---------------- CONTAINER ----------------- */

.oneColFixCtrHdr #container {
	width: 955px;
	margin: 0 auto;
	text-align: left;
}

.conteudo {
	margin-top: 25px;
}

/* ---------------- CONTAINER ----------------- */



/* ----------------- HEADER ------------------ */

.oneColFixCtrHdr #header {
	height: 120px;
}

.logo {
	margin-top: 5px;
}

/* ----------------- HEADER ------------------ */



/* --------------- MAINCONTENT --------------- */

.oneColFixCtrHdr #mainContent {
	height: 450px;
	padding-top: 0;
	padding-right: 45px;
	padding-bottom: 0;
	padding-left: 45px;
}

/* MENU TOP */
.underlinemenu {
	font-weight: bold;
	width: 100%;
	margin-top: 25px;
	text-align: center;
}

.underlinemenu ul{
	margin: 0;
}

.underlinemenu ul li{
	display: inline;
}

.underlinemenu ul li a{
	color: #000;
	margin-right: 15px; /*spacing between each menu link*/
	text-decoration: none;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	color: #900;
}
/* MENU TOP */

.telemail {
	font-weight: bold;
}

.telemail a {
	text-decoration: none;
	color: #000;
}

.telemail a:hover {
	color: #C00;
}

.leiamais a {
	font-size: 13px;
	text-decoration: none;
	color: #C93;
	}
	
.leiamais a:hover {
	color: #000;
}

.funcoes {
	width: 300px;
	float: right;
	height: 45px;
	text-align: right;
}

/* --------------- MAINCONTENT --------------- */



/* ----------------- FOOTER -------------------*/ 

.oneColFixCtrHdr #footer {
	height: 120px;
}

.copy {
	float: left;
	font-size: 85%;
	margin-top: 65px;
}

.astro {
	float: right;
	margin-top: 55px;
}

/* ----------------- FOOTER -------------------*/ 
