﻿/*html,*/
body{
	margin:0;
	padding:0;
	height:100%;
	/*font: 12px Arial, Helvetica, sans-serif;*/
    background-image: url(imagens/bgb.gif);
    background-position: 220px 0px;
	}
#tudo {
	width:1000px;
	min-height:100%;
	position:relative;
	}
#topo {	
	height:1px;
	background-color:White;
	}
#principal {
	width:770px;
	float:right;
	padding-bottom:40px;   /* altura do rodape */
	font-family: Trebuchet MS;
	font-size: 10pt;
	}
#navegacao {
	width:220px;
	height:100%;
	position:absolute;
	float:left;
	padding-bottom:40px;    /*altura do rodape */
    background-image: url(imagens/navega700.jpg);
    background-repeat:no-repeat;
    background-attachment: fixed;
	font-family: Trebuchet MS;
	font-size: 10pt;
	}
#principal * {
	padding: 0 0px;
	}
#navegacao * {
	padding: 0 0px;
	}
#rodape {	
	clear:both;
	position:absolute;
	left:235px;
	bottom:0px;
	width:75%;
	height:40px;   /* altura do rodape */
	font-family:Trebuchet MS;
	text-align:center;
	border: 1px Blue solid;
	}

