*{
	padding: 0;
	margin: 0;
	list-style: none;
}

body{
	background-color: #161C21;
	color: #fff;
	font-size: 11px;
	line-height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(img/bg_site_pattern.gif);
	background-attachment: fixed;
}

td{
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/********************** SITE **********************/
#site{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1025px;
	height: 670px;
	margin-top: -335px;
	margin-left: -510px;
	background-color:#FFFFFF;
	background-image:url(img/bg_site_full.jpg);
	background-attachment:scroll;
	}

/********************** MENU **********************/
#siteMenu{
	position: absolute;
	top: 32px;
	left: 100px;
	height: 115px;
	width: 160px;
	text-align: left;
}
#logo{
	position: absolute;
	top: 25px;
	left: 550px;
	height: 115px;
	width: 160px;
	text-align: left;
}
#conteudo{
	position: absolute;
	top: 145px;
	left: 100px;
	height: 500px;
	width: 850px;
	height:auto;	
}
#footer{
	position: relative;
	top: 669px;
	left: 0px;
	width: 1025px;
	height:15px;
	color:#333;
	font-size:9px;
	text-align:right;
}

/******** footer sambarella ********/ 
.footer a{
	color: #666666;
	text-decoration: none; 
}

.footer a:hover{
	color: #06D6D7;
	text-decoration: none;
}

/*********************** Formulário ***********************/
input.btnEnviar{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 23px;
	width: 75px;
	color: #06D6D7;
}

input {
	height: 20px;
	width: 275px
}

input, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	border: none;
	background-color: #151A20;
	padding-left: 5px;
	padding-top: 5px;
}