@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(../images/fundo.gif);
        }


#container  {
	width: 925px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	overflow: hidden;

}

#header {
	height: 234px;
	width: 100%;
	background-image: url(../images/cab.jpg);
	background-repeat:no-repeat;

}

.menusite {
	width: 600px;
	position: relative;
	left: 195px;
	top: 180px;

}





.cabeca {

	float: left;

	height: 364px;

}


#colunaesq {
	float: left;
	width: 385px;
	padding: 0 10px 0 20px;

}

#colunacentral {
	float: left;
	width: 230px;
	text-align: left;
	padding: 0 20px 0 10px;

}

#colunadir {
	float: left;
	width: 220px;
	background-color: #FFF;
	background-image: url(../images/fundo_conect.gif);
        background-repeat: no-repeat;
	padding: 0 15px 0 15px;

}



#container2  {

	width: 780px;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */

	padding-bottom:15px;

}

#bottom {
	width: 895px;
	height: 25px;
	clear: both;
	margin: 0 auto;
	background-image: url(../images/fundo_bottom.gif);
	padding: 15px 15px 0 15px;
	text-align: left;
	}


#links {
	width: 90%;
	padding-right: 10px;
	padding-left: 10px;
}
