/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	background-image:url(img/fundo.jpg);
	background-repeat:repeat-x;
}

#right {
background:url(img/top_right.jpg);
width:306px;
height:120px;
padding-right:0;
}

#left {
background:url(img/top_left.jpg);
width: 474px;
height:120px;
}

#bottom {
background:url(img/bottom.jpg);
background-repeat:repeat-x;
height:60px;
padding-top:30;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding-left:30px;
}