@charset "utf-8";
/* CSS Document */
body {
	background:url(imagens/bg.jpg) repeat-x top fixed #d4e4ff;
	margin:0;
	}
h2 {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:24px;
	font-weight:bold;
	margin:0px;
	color:#d7001e;
	}
#pagina {
	width:970px;
	margin:0 auto;
	}

#header {
	width:100%;
	height:123px;
	}

#meio {
	width:100%;
	height:393px;
	}


#meio-01 {
float:left;
height:363px;
width:537px;
background:url(imagens/meio_01.jpg) no-repeat;
}

#menu {
	height:363px;
	width:255px;
	margin-left:29px;
	text-align:right;
	margin-top:29px;
	}
#meio-02 {
float:left;
height:363px;
background:url(imagens/meio_02.jpg) no-repeat;
}
#meio-03 {
float:right;
height:420px;
width:240px;
}
#meio-04 {
height:57px;
width:157px;
}
#meio-05 {
height:57px;
margin-left:157px;
top:363px;
width:493px;
}
#meio-06 {
height:57px;
margin-left:650px;
width:80px;
}
#conteudo {
	background:url(imagens/fundo-conteudo.jpg) bottom repeat-x #fff;
	height:auto;
	width:100%;
	float:left;
	margin: 0px 0px 2px 0;
	}
	
#conteudo-principal {
	background:url(imagens/fundo-conteudo.jpg) bottom repeat-x #fff;
	height:350px;
	width:696px;
	float:left;
	margin: 30px 2px 2px 0;
	}

#conteudo-principal td{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	}
	
#propaganda1 {
	width:48%;
	float:left;
	}

#propaganda2 {
	width:48%;
	float:left;
	}
	
#lateral {
	width:271px;
	height:353px;
	background-color:#dfe8f7;
	float:right;
	margin: 0 0 2px 0;
	}

#rodape {
	clear:both;
	width:100%;
	height:auto;
	background-color:#5f8cd0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	}

#rodape a:link{
	color:#fff;
	text-decoration:none;
	}

#rodape a:visited{
	color:#fff;
	text-decoration:none;
	}
	
#rodape a:hover{
	text-decoration:underline;
	}

