* {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

body {
	background: url(../images/bgtile.png) repeat-x;
}

div#container {
	text-align: left;
	width: 990px;
}

div#topo {
	width: 990px;
	height: 60px;
}

div#navline {
	clear:both;
	width: 990px;
	height: 130px;
	background: url(../images/menu.sub.png) repeat-x;
	line-height:0px;
}

div#menu {
	float: left;
	width: 690px;
	padding-top: 30px;
	line-height:0px;
}

div#menuline {
	height: 26px;
	line-height: 0px;
}

div#principal {
	clear:both;
	background: url(../images/maintile.png) repeat-y;
	width: 910px;
	padding: 0px 40px 20px 40px;
	text-align:left;
}

div#principal:after{
        content:".";
        display:block;
        clear:both;
        visibility:hidden;
        height:0;
        overflow:hidden;
}

div#rodape {
	width: 660px;
	height: 90px;
	background: url(../images/rodape.png) no-repeat;
	padding: 20px 40px 0px 290px;
	font: 10px verdana;
	color: #bf820d;
	text-align: center;
}