 html, body {height:100%;} /**/
body {
	margin:0; 
	padding:0;
        background-color: #F6F9FC;
	COLOR: #103A6C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;

	}
#tudo { 
	width:760px;
	 position:relative;  /*Contexto de posicionamento */
	background:#fff url(bg-auxiliar.gif) repeat-y right;
	margin:10px auto;
	text-align:left;
	min-height:100%;/**/
    	background-repeat: repeat;
    	BACKGROUND-IMAGE: url("imagens/fundo.png");
    	border-width: 1px;
    	border-style: solid;
    	border-color: #95B0C8;

	}
 * html #tudo {height: 100%;}/**/
#conteudo {padding-bottom:30px;}/**/

#topo {
	background:#fff;
	width:760px;
	height:100px;
	border-bottom:1px solid #95B0C8;
	text-align:left;
	padding-top:1px;
	left:10px;
	}

#principal {
	width:510px;
	padding-left:20px;
	float:left;
	padding-top:10px;
	text-align:left;
	}
#auxiliar {
	width:200px;
	float:right;
	padding-top:10px;
	}

#rodape {
	background:#fff;
    	BACKGROUND-IMAGE: url(imagens/img03.png);
	width:760px;
	height:30px;
	padding-top: 10px;
	position: absolute;
	bottom: 0; /**/ 
	text-align:center;
	}
#rodape p {
	margin:0;
	font-weight:bold;
        color: #3399CC;
	}
#menu-horizontal{
    	list-style: none;
   	margin-left: -50px;
	margin-top: -9px;
   	_margin-left: -10px;
	_margin-top: -9px;
}

#menu-horizontal img{
    	border: 0px;
}

#menu-horizontal li{
    	FONT: 20 px;
    	float: right;
    	width: 100%;
    	text-align: left;
    	border-style: solid;
    	border-top: none;
    	border-left: none;
    	border-right: none;
    	border-bottom-width: 1px;
    	border-bottom-style: solid;
    	border-bottom-color: #95B0C8;
}

#menu-horizontal li a{
        FONT: 18 px;
    	color: #103A6C;
    	display: block;
    	padding: 0px;
    	text-decoration: none;
        font-weight: bold;
}

#menu-horizontal li a:hover {
    	background-color: #fafafa;
    	color: #333;
}
.clear {clear:both;}
HR{  
	HEIGHT: 1px; 
	color: #008bd1;
}

A {
	COLOR: #008bd1;
        TEXT-DECORATION: none;
}
A:hover {
        COLOR: #000000;
	TEXT-DECORATION: none
}
