	html, body{
	height: 100%;
	margin: 0;
	padding: 0;
}
body{
	background: #FFFFFF;
	font-family: Verdana, Arial, Tahoma, Sans Sherif;
	font-size: 12px;
	color:#333333;
	}

a, img, div{
	margin: 0;
	padding: 0;
	border: 0;
}

table{
	border-collapse: collapse;
}

tr,td,th{
	margin: 0;
	padding: 0;
}
div.left{
	float: left;
}
div.right{
	float: right;
}
/* estrutura principal */
#container{
	width: 100%;
	height: 100%;
	aling: center;
}
#main{
	width: 650px;
	min-height: auto;	
	margin: auto;
	background: #FFFFFF
}

/* elementos do topo */

#conteudo{
	float: left;
	width: 640px;
	margin: -247px 0 0 241px;
	height: 100%;

/* elementos secundários */
}
#textheaders{
	font-family: Verdana, Arial, Tahoma, Sans Sherif;
	font-size: 20px;
	color: #295d50;
	font-weight: bolder;
	}
	
#textheadlines{
	font-family: Verdana, Arial, Tahoma, Sans Sherif;
	font-size: 16px;
	color: #333333;
	font-weight: bolder;
	}
	
#links{
	font:11px verdana, arial, helvetica, sans-serif;
	color: #333333;}
	a {cursor:hand; height:1px; filter:none}
	a:link {text-decoration:none; color:#295d50; font-weight:none;}
	a:visited {text-decoration:none; color:#295d50; font-weight:none;}
	a:active {text-decoration:none; color:#295d50;}
	a:hover {text-decoration:none; color:#6fa2a6;
