body {
	background-color:#000000;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
input, textarea {
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
a:link {
	color:#999999;
	text-decoration:none;
}
a:hover {
	color:#999999;
	text-decoration:underline;
}
a:visited {
	color:#999999;
	text-decoration:none;
}
	div#main {
		width:779px;
		margin:auto;
		position:relative;
	}
		div#logo {
			position:absolute;
			width:311px;
			top:-34px;
			*top:16px;
			left:0px;
			height:147px;
		}
		div#topo {
			height:84px;
			background-image:url(../img/bg-topo.jpg);
			background-repeat:repeat-x;
			text-align:right;
			margin-top:50px;
		}
		div#lateral {
			margin-top:25px;
			width:300px;
			float:left;
		}

		div#conteudo {
			margin-top:25px;
			width:450px;
			float:right;
		}
			div#borda-topo {
				background-image:url(../img/borda-topo-conteudo.gif);
				background-repeat:no-repeat;
				height:21px;
			}
			div#texto {
				margin:auto;
				padding:10px;
				background-color:#FFFFFF;
			}
				div#texto table tr td{
					text-align:left;
				}
				div#texto table tr th{
					text-align:right;
					font-weight:normal;
				}
			div#borda-rodape {
				background-image:url(../img/borda-rodape-conteudo.gif);
				background-repeat:no-repeat;
				height:21px;
			}
		div#rodape {
			color:#a5acb2;
			text-align:center;
			margin-top:5px;
		}