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

body  {
	font-size: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	background-image: url(imagens/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1, h2, h3, h4 {
	font-weight: lighter;
	color: #FC6;
}

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



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

.twoColFixLtHdr #container { 
	width: 955px;
	margin: 0 auto;
	text-align: left;
	background-image: url(imagens/bg_container.jpg);
	background-repeat: no-repeat;
	background-position: 0px 162px;
} 

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



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

.twoColFixLtHdr #header {
	height: 160px;
} 

.logo {
	text-align: center;
}


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

.underlinemenu ul{
	margin: 0;
}

.underlinemenu ul li{
	display: inline;
}

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

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

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



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

.twoColFixLtHdr #mainContent {
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 41px;
	padding-bottom: 0;
	padding-left: 42px;
} 

.twoColFixLtHdr #mainContent p {
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #CCC;
}

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



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

.twoColFixLtHdr #footer {
	height: 185px;
	background-image: url(imagens/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center -40px;
} 

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;;
	color: #CCC;
	float: left;
	width: 270px;
	margin-top: 125px;
}

.astro {
	float: right;
	width: 245px;
	margin-top: 110px;
}

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

