/* CSS Document */

body {
	margin:0;
	background:url(img/bg.jpg) repeat-x #001c3e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00345a;
	}
#container {
	position:absolute;
	width:1000px;
	height:490px;
	left:0;
	top:0;
	}
#topo {
	width:1000px;
	height:46px;
	}
#texto_esq {
	position:absolute;
	width:421px;
	height:414px;
	left:19px;
	top:99px;
	}
#dir {
	position:absolute;
	width:550px;
	height:343px;
	left:448px;
	top:100px;
	}
#rodape {
	position:absolute;
	width:154px;
	height:21px;
	left:19px;
	top:440px;
	}
img {border:0;}

.txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00345a;
	text-decoration:none;
	}
.form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00345a;
	text-decoration:none;
	width:333px;
	background-color:#e6e6e7;
	border:1px solid #7c9bb7;
	}
a {text-decoration:none; color:#00345a;}
a:hover {text-decoration:underline; color:#00345a;}
