body{
	text-align:center;
	margin:0;
}
div#container{
	width:1003px;
	height:500px;
	text-align:left;
	margin:0 auto;
}
div#header{
	width:1003px;
	height:189px;
	/*background:#000;*/
	margin:0 0 0 0;
	_margin:0px 0 -3px 0;
	
}
div#sideLeft{
	width:163px;
	float:left;
}
div#Miolo{
	width: 629px;
	background: url(../images/bg/bg_miolo.jpg) repeat-y;
	float: left;
}
div#sideRight{
	width:211px;
	float:left;
}
div#Footer{
	width:1003px;
	height:85px;
	background:#fff;
	clear:left;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline; 
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}



