/* CSS Document */

body {
	background-color:#4c4c4c;
	margin:0;
	background-image:url(img/bg_direita.jpg);
	background-repeat:repeat-x;
	}
#container {
	position:absolute;
	width:1000px;
	height:597px;
	}
	
#esquerda {
	position:absolute;
	width:490px;
	height:597px;
	}
#logo {
	position:absolute;
	width:168px;
	height:123px;
	left:214px;
	top:26px;
	}
#direita {
	position:absolute;
	width:510px;
	height:597px;
	background:url(img/bg_direita.jpg) repeat-x;
	left:490px;
	}
#home {
	position:absolute;
	right:10px;
	bottom:10px;
	}
#menu {
	position:absolute;
	width:490px;
	height:81px;
	top:44px;
	}
#texto {
	position:absolute;
	width:467px;
	height:296px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4c4c4c;
	text-decoration:none;
	left:28px;
	top:151px;
	padding-right:15px;
	}
#endereco {
	position:absolute;
	width:172px;
	height:117px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4c4c4c;
	text-decoration:none;
	left:320px;
	top:234px;
	padding-right:15px;
	}
#dir_home {
	position:absolute;
	width:495px;
	height:435px;
	left:513px;
	}
#menu_home {
	position:absolute;
	width:819px;
	height:85px;
	left:96px;
	top:435px;
	}
img {border:0;}
a {text-decoration:underline; color:#4c4c4c;}

.form {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4c4c4c;
	background-color:#d9d9d9;
	border:1px solid #464646;
	width:270px;
	}
.txt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4c4c4c;
	text-decoration:none;
	}

