
/* CSS Document */

body{
	font: 100%  Comic Sans MS,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background:url(../images/relatosBG.jpg) top no-repeat;
	background-attachment:fixed;
}

#container{
	width:854px;	
	position:relative;
	margin:auto;
	background:url(../images/bgrelatosline.png) repeat-y;
	
}
#endcontainer{
	width:854px;
	height:55px;
	margin:auto;
	position:relative;
	padding:0px;
	background: url(../images/bgrelatoslineinf.png) top no-repeat;
}

#subcontainer{
	margin:auto;
	padding: 40px 115px 10px 115px;
}

#container h4{
	font-weight:normal;
}

/*#subcontainer_1,#subcontainer_2{
	padding: 0 30px 0 30px;
}
*/
#subcontainer_1{
	border-bottom:1px solid #ccc;
}

#subcontainer_2{
	text-align:left;
	margin-top:40px;
	font-size: 14px;
}

span.stilo1{
	color:#d41717;
}

.center {
	text-align: center;
}

.center a{
	text-decoration:none;
	color:#000;
}

.center a:hover{
	color:#d41717;
}