/* CSS Document */
a{text-decoration:none;}
a:hover{text-decoration:underline}

body{
	margin: 0px 0px 0px 0px;
	height:100%;
	width:100%;
	background: url(img/back.png) repeat-x top center;
	background-color:#345445;
	/*background-position: center center;*/
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/***** FUNDO ******/
div#back
{
	width: 760px;
	min-height: 634px;
	_height: 634px;
}

/***** TOP ******/
div#top
{
	width: 760px;
	height: 90px;
	background:url(img/top.png) no-repeat center;
	margin-top: 13px;
	text-align:left;
}

/***** MEIO ******/
div#middle
{
	width: 760px;
	height: 194px;
}

/***** BOTTOM ******/
div#bottom
{
	width: 760px;
	min-height: 350px;
	_height: 350px;
	_margin-top: -3px;
}
div#bt_top
{
	width: 750px;
	height: 7px;
	background:url(img/bt_top.gif) no-repeat center;
}
div#bt_middle
{
	width: 740px;
	height: 336px;
	background:#FFFFFF;
	_margin-top: -3px;
}
div#bt_bottom
{
	width: 750px;
	height: 7px;
	background:url(img/bt_bottom.gif) no-repeat center;
	_margin-top: -3px;
}

/***** CONTEÚDO******/
div#cont_left
{
	width: 180px;
	height: 336px;
	background: #EFF5F2;
	float:left;
	display:inline;
	margin-left:11px;
}
div#busca
{
	width: 150px;
	height: 215px;
	margin-left:22px;
	margin-top:10px;
}
div#magni
{
	width: 170px;
	height: 100px;
	margin-left:20px;
}
div#conteudo
{
	width: 548px;
	height: 336px;
	float:left;
	display:inline;
}

/***** COPYRIGHT ******/
div#copy
{
	width: 740px;
	height: 10px;
	color:#E0EDE8;
	text-align:right;
	padding-right: 10px;
}
div#copy2
{
	width: 740px;
	height: 20px;
	color:#E0EDE8;
	text-align:right;
	padding-right: 10px;
	font-size:10px;
}
