body {
	margin:0px auto;
	width:1024px;
}

#header{
        background-image:url('../imagens/fundo_header.jpg');
        height: 88px;
        margin:0px auto;
}



#header ul li { 
	display: inline; 
	margin-right: 22.50px;
        position: relative;

}
#header table td {
	width: 600px;
	vertical-align: bottom;
}

#header li{
        font-family:Lucida Sans Unicode;
        font-size:15px;
        display: block;
        margin-right:22.50px;
}
#header a{
        text-decoration: none;
}

#header a:hover {
        font-size:11px;
}

#content {
	height: 400px;
	text-align: justify;
	margin-top: 40px;
	margin-right: 15px;
	margin-left: 15px;
}

#footer{
        /*border: 1px solid black;*/
	background-image:url('../imagens/fundo_rodape.jpg');
        background-position:top;
        height: 60px;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
}
