body {
    font: 12px Verdana;
    margin: 0px;
    background-color: white;
}

#tudo {
	width: 762px;
	margin:0 auto;			
	text-align:left; /* "remédio" para o hack do IE */
	background: url(fc.gif) repeat-y;
}

#topo {
    width: 762px;
    height: 418px;
    background-image:url("./topo.jpg");
}

#menu {
    float: left;
    width: 203px;
    background-image:url("./mnbg.gif");
    text-align: center;
}

#conteudo {
    float: left;
    width: 559px;
    background-image:url("./prbg.gif");
}

#conteudo h2 {
    text-align: center;
    font-size: 16pt;
    color: #ffbc1a;
    font-weight: bold;
}

#conteudo p {
	padding-right: 6px;
	padding-left: 3px;
}
#p1 {
	text-align: right;
	padding-right: 6px;
}

#rodape {
    width: 762px;
    height: 4px;
    background-image:url("./btbg.gif");
    clear: both;
}

a:link {color: #ffbc1a; text-decoration: underline; border-bottom: 1px solid black;}
a:visited {color: #ffbc1a; text-decoration: underline; border-bottom: 1px solid black;}
a:active {color: #ffbc1a; text-decoration:none; border-bottom: 1px solid black;}
a:hover {color: white; text-decoration: none; border: 1px solid black;  background-image:url("./bglink.gif");}
