﻿#container {
	margin: 0px auto;
	width: 787px;
}
#masthead {
	margin: 0 0 0 0px;
	padding: 1em;
	background-image:url('../images/leziria.JPG');
	height:218px;
}

#separador {
	height:1em;
	background-color:black;
}

#logo {
	margin: 0 0 0 0px;
	background-color:white;
	background-image:url('../images/logo2007.JPG');
	height:63px;
	width:225px;
	float:left;
	position:relative;
}
#navigation {
	margin: 0 0px 0px 0px;
	height:63px;
	width:562px;
	background-color:white;
	float:left;
}
#navigation ul {
	list-style-type: none;
	width: 90%;
	margin: 0;
	padding: 15px;
	float:left;
}

#navigation li {
	float: left;
}

#navigation a {
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #DCDBE0;
	text-decoration: none;
	font-family: Verdana;
	font-size:9pt;
	color: #000;
}
#navigation a:hover {
	/*background-color: #069;*/
	background-color:red;
	border: 1px solid #DCDBE0;
}


#content_container{
	margin: 0 0px 0px 0px;
	float:left;
	width:787px;
	background-color: #F7F7F9;
}

#column_left{
	padding:10px;
	text-align:justify;
	font-family: Verdana;
	font-size:10pt;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.8em;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.85em;
	color: #79878D;
}
#footer a {
	color: #006699;
}
#footer a:hover {
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
