body {
	margin: 0px;
	padding: 0px;
	background-image:url(../_images/bgGeral.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	text-align:center;
}

body, p, div, h1, h2, h3, h4 {
	font-family:"Trebuchet MS", Verdana, Arial;
	color:#161616;
	text-align:left;
}

body, p {
	font-size:11px;
	text-align:justify;
}

div {
	font-size:11px;
}

/* CENTRALIZA O WEBSITE HORIZONTALMENTE */
#website {
	width: 1000px;
	margin:0 auto;			
	padding: 0px;
	text-align:left;
	height: 100%;
	background-repeat: repeat-y 50% 0;
}
/* FIM CENTRALIZA */

#menu{
	width:202px;
	float:left;
	background-image:url(../_images/menu/fundoColuna1.gif);
	height: 100%;
}

#conteudoGeral{
	width:798px;
	float:left;
}

#rodape{
	width:745px;
	clear: both;
}

#imgRodape{
	width:745px;
	margin-left: 25px;
}


h2{
	font-size:22px;
	color:#161616;
}

h3{
	font-size:12px;
	color:#161616;
}

h4{
	font-size:18px;
	color:#FF7702;
}

#texto{
	margin: 5px 25px 20px 25px;
}
.alert{
	font-family:Verdana, Arial;
	font-size:10px;
	color:#F00000;
	font-weight:bold;
}
