body {
	background: #969575;
	margin: 0;
	padding: 0;
}
#container {
	margin: auto;
	width: 720px;
	padding: 0 30px;
	background: url('/img/container_bg.gif') repeat-y top left;
}
#rodape {
	margin: auto;
	width: 780px;
	height: 20px;
	background: url('/img/rodape_bg.gif') no-repeat top left;
}
#rodape p, #rodape a {
	font-size: xx-small;
	padding-top: 5px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
#rodape a:hover {
	text-decoration: underline;
}
/* inside container */
#topo {
	position: relative;
	width: 720px;
	height: 107px;
	margin: 0;
	padding: 6px 0;
}
#topo .left {
	position: absolute;
	top: 6px;
	left: 0;
	padding: 0;
	margin: 0;
	width: 150px;
	height: 107px;
	background: url('/img/left_bg.gif') no-repeat top left;
}
#topo .left img {
	position: relative;
	top: 13px;
	left: 33px;
}
#topo .middle {
	padding: 0;
	margin-left: 150px;
	width: 420px;
	height: 107px;
	background: url('/img/middle_bg.gif') no-repeat top left;
}
#topo .middle img {
	position: relative;
	top: 11px;
	left: 36px;
}
#topo .right {
	position: absolute;
	top: 6px;
	right: 0;
	padding: 0;
	margin: 0;
	width: 150px;
	height: 107px;
	background: url('/img/right_bg.gif') no-repeat top left;
}
#menu_horizontal {
	width: 720px;
	height: 29px;
	background: #fff url('/img/menu_horizontal_bg.gif') no-repeat;
	text-align: center;
	margin: 0;
	padding: 0;
}
#content {
	width: 720px;
	margin: 0;
	padding: 0;
	border: 0;
}
#advertise {
	margin-left: 440px;
	width: 130px;
}
table.container {
	width: 782px;
	padding: 0;
	border: 0;
	background: #fff url('/images/container_bg.gif') repeat-y;
}
/* end of inside container */
