body{
	margin-top:    20px;
	margin-bottom: 20px;
	background: url(../images/bg.jpg);
	background-attachment: fixed;
	
	font-family:verdana;
	font:12px/1.4em Verdana,Helvetica,Arial,Geneva,Helvetica,sans-serif;
	color:#1e1e1e;
}

#all{
	width: 		700px;
	min-height: 500px;
	border: 	0px solid #000000;
}

#sbHeader{
	width:  698px;
	height: 26px;
	border: 0px solid #F00000;
	background: url(../images/sbHeader.png) no-repeat; 
}

#sbMiddle{
	width:      698px;
	min-height: 448px;
	border:     0px solid #FF0000;
	background: url(../images/sbMiddle.png);
}

#sbFooter{
	width:      698px;
	min-height: 26px;
	border:     0px solid #FFF000;
	background: url(../images/sbFooter.png) no-repeat;
}

#geral{
	width:      678px;
	min-height: 448px;
	border:    0px solid lime;
}

#header{
	width:  678px;
	border-left:  1px solid black;
	border-right: 1px solid black;
	height: 104px;
	background: url(../images/header.png);
}

#menu{
	width:  678px;
	height: 31px;
	border-left:  1px solid black;
	border-right: 1px solid black;
	background: url(../images/menu.png);
	
	line-height:  30px;
	text-transform:uppercase;	
	
}

#menu ul{ padding:0; margin:0;}
#menu ul li{list-style:none; display:inline;}

#menu ul li a:link{color:black; text-decoration:none; font-weight:bold;}
#menu ul li a:visited {color:black; text-decoration:none;font-weight:bold;}
#menu ul li a:hover{color:#902223; text-decoration:none;font-weight:bold;}
#menu ul li a:active {color:black; text-decoration:none;font-weight:bold;}

#atendimento{
	text-align: left;
	font-size:10px;
	width:  678px;
	height: auto;
	border-left:  1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background: #ffffff;	
	padding-top: 5px;
	padding-bottom: 5px;
}

#atendimento p, h3{
	margin-left: 10px;
	margin-right: 10px;
}

#menufooter{
	clear:both;
	font-size:10px;
	width:  678px;
	height: 25px;
	border-left:  1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	background: #ffffff;
	
	line-height:  25px;
	text-transform:uppercase;	
}
#menufooter ul{ padding:0; margin:0;}
#menufooter ul li{list-style:none; display:inline;}
#menufooter ul li a:link{color:black; text-decoration:none; font-weight:bold;}
#menufooter ul li a:visited {color:black; text-decoration:none;font-weight:bold;}
#menufooter ul li a:hover{color:#902223; text-decoration:none;font-weight:bold;}
#menufooter ul li a:active {color:black; text-decoration:none;font-weight:bold;}

#content{
	width:      678px;
	min-height: 274px;
	border:     0px solid #DD0000;
}

#rightColumn{
	float:      left;
	width:      428px;
	min-height: 272px;
	border:     0px solid #DDD000;
	
	/* Formatação de conteudo */
	padding: 10px;
	text-align:left;
	
}
#rightColumn h1{ padding-bottom:5px; font-size:1.5em; margin-bottom:0.5em; margin-top:0.3em; color:#620102; text-transform:capitalize; text-shadow: 1px 1px 2px gray; border-bottom:1px solid gray; }

#rightColumn ul{ margin-left:50px; border:0px solid blue; margin-top:15px; margin-bottom:15px;}
#rightColumn ul li{text-align:left; list-style:disc; border:0px solid red; margin-bottom:7px; margin-top:7px;}
#rightColumn p{ margin-bottom:5px; margin-top:10px; }

#leftColumn{
	float:      left;
	width:      224px;
	min-height: 272px;
	border:     0px solid #DDDD00;
}

#footer{
	clear:  both;
	width:  678px;
	height: 42px;
	border-left:  1px solid black;
	border-right: 1px solid black;
	background: url(../images/bg_footer.png);
	padding-top:8px;
	font-size:11px;
	line-height:12px;
}
#footer a:link{color:black; text-decoration:none; font-weight:bold;}
#footer a:visited {color:black; text-decoration:none;font-weight:bold;}
#footer a:hover{color:#902223; text-decoration:none;font-weight:bold;}
#footer a:active {color:black; text-decoration:none;font-weight:bold;}