/* CSS Document ; border:1px solid red*/

/* TAGS */
*				{font-size:11px}
body			{background:url(../images/back.jpg) repeat-x; text-align:center; margin:0 auto; font-family:Arial}
img				{border:none}
p				{font-family:Tahoma; font-size:11px}
a				{border:none}


/* IDs */
#geral			{text-align:left; width:776px; height:549px}
#topo 			{width:776px; height:157px; background:url(../images/topo.jpg) no-repeat}
#lateral		{width:339;height:447; float:left}
#conteudo		{width:437px; float:right}
#menu			{width:437px; height:55px; background:#CBC7AC; overflow:hidden}
#texto			{width:437px; height:392px; background:url(../images/conteudo.jpg) no-repeat; padding:5px 0 0 10px}
#cont			{border:none; overflow:auto; width:410px; height:330px; font-size:10px; float:left}

/* Classes */

.b				{font-weight:bold}
.branco			{color:#fff}
.titulo			{font-size:16px}
.brown			{color:#8F8B7F}
.link			{color:#746e47}
.link:hover		{color:#8f4927}
.link:focus		{color:#0033FF}
.foto			{border:#746e47 1px solid}
.small			{font-size:9px}
.botaum 		{font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; background-color: #dfe1cb}