* {
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-family: verdana;
}

body { 
	background: #7D7D7D;
}

div#container {
	text-align: left;
	width: 950px;
	padding-top: 10px;
}

div#topo {
	background: url(../images/topo.tile.gif) repeat-x;
	width: 950px;
	height: 170px;
	line-height: 0px;
}

div#logotipo {
	float: left;
	width: 300px;
	padding: 30px 0px 0px 20px;
	height: 130px;
	line-height: 0px;
}

div#menu {
	float: left;
	width: 620px;
	line-height: 0px;
	height: 160px;
}

div#labels {
	clear: both;
	line-height: 0px;
}

div#sublabel {
	float: left;
	width: 620px;
	height: 60px;
	background: url(../images/sublabel.tile.gif) repeat-x;
}

div#sublabel_text {
	font-family: arial narrow;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 30px;
	padding: 16px 0px 0px 20px;
}

div#principal {
	clear: both;
	background: url(../images/fundo.tile.gif) repeat-y;
	width: 900px;
	padding: 20px 30px 20px 20px;
}

div#principal:after{
        content:".";
        display:block;
        clear:both;
        visibility:hidden;
        height:0;
        overflow:hidden;
}

div#rodape {
	line-height: 0px;
}