@charset "utf-8";
/* CSS Document */


*
{
	margin:0px;
	padding:0px;
	border:0;
}

/* CONTAINER */
.container
{
	width:1260px;
	height:auto;
	float:left;
}

/* HEADER */
.container .header
{
	width:1260px;
	height:286px;
	float:left;
}

/* MENU LATERAL */
.container .menuLateral
{
	width:223px;
	height:927px;
	clear:left;
	float:left;
}

/* CONTEUDO */
.container .conteudo
{
	width:1030px;
	height:auto;
	float:left;
}

.container iframe
{
	width:1030px;
	height:927px;
	float:left;
}

/* RODAPE */
.container .rodape
{
	width:1260px;
	height:146px;
	clear:left;
	float:left;
}
