/* MONTANDO UMA PÁGINA EM CSS */


body {
	scrollbar-3dlight-color: #FF0000;
	scrollbar-arrow-color: #FF0000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #000000;
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(background.jpg);
	background-color: #000000;
}


/* DIVISÕES */

#geral {
	width:960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 12px;
	height: auto;
}


#topo {
	width:960px;
	height:151px;
	margin: 0px;
	float: left;
}


#anuncio{

	width:100%;
	height:230px;
	float: left;
}



#boxumesq {
	width:40%;
	height:1300px;
	float:left;
	text-align: center;
	margin-left: 98px;
	margin-right: 4px;
}


#boxumdir {
	width:38%;
	height:1300px;
	float:left;
	text-align: center;
}



#meioindex{
	width:960px;
	height:auto;
	float:left;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(conteudo.jpg);
	background-repeat: repeat-y;
}

#rodape {
	height: auto;
	width: auto;
	float: left;
}
#menubaixo{

	width:100%;
	height:120px;
	float: left;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #E34B02;
	font-size: 12px;	
}
a:hover {
	color: #E34B02;
	font-size: 12px;
}
a:active {
	color: #5c5354;
	font-size: 12px;
}
.tab{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dashed;
}
.tab2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
	border-bottom-color: #FF0000;
	border-bottom-style: dashed;
}
h1, h2, h3 {
13.font-family: Tahoma, Helvetica, Arial, Sans-Serif;
14.font-weight: bold;
15.text-align: center;
16.}
h1 {
color: #222;
font-size: 35px;
text-shadow: 0px 2px 3px #555;
}
h2 {
color: #fff;
font-size: 25px;
text-shadow: 2px 1px 1px #222;
}
h3 {
color: #666;
font-size: 20px;
text-shadow: 0px 3px 8px #2a2a2a;
}
h4 {
color: #666;
font-size: 15px;
text-shadow: 0px 3px 8px #2a2a2a;
}
