﻿/* CSS layout */
#masthead {
	background-image: url('../imagens/site_layout/background_header.png');
	background-repeat: repeat-x;
	height: 2cm;
	padding: 0;
	width: 25.4cm;
	margin: 0 auto;
	position: relative;
}
#container {
	padding: 0;
	width: 25.4cm;
	margin: 0 auto;
	background-color: #FFFFFF;
	height: auto;
}
#page_content {
	position: relative;
	float: left;
	top: 0px;
	width: 16cm;
	background-color: #FFFFFF;
	height: auto;
}
.cel_right {
	text-align: left;
	vertical-align: top;
}
#footer {
	background-image: url('../imagens/site_layout/background_footer_line_green.png');
	background-repeat:repeat-x;
	height:1cm;
	padding: 0;
	width: 25.4cm;
	margin: 0 auto;
	position: relative;
}

