#container {
	height: 930px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#rodape {
	float: right;
	height: 50px;
	width: 750px;
	background-repeat: no-repeat;
	background-color: #B6B99A;
}

#menu {
	height: 30px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	float: right;
}
#banner {
	height: 300px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#menu ul{
	border: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	float: left;
	margin: 0px;
}
#menu li {
	float: left;
	width: 85px;
	display:block;
	position: relative;
}
p {
	font-family: Tahoma, Arial, Verdana, Georgia;
	font-size: .9em;
	color: #666600;
}
#menu ul li a{
	width: 85px;
	height: 20px;
	color: #666633;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	margin-top: 3px;
	border-right-style: solid;
	border-right-color: #C1C4A5;
}
#menu ul li a:hover{
	color:#FFFFFF;
	font-size: 1em;
	background-image: url(image/bgli.png);
	background-repeat: repeat;
}
#menu li ul {
	text-decoration: none;
	text-align: center;
	font-family: Tahoma, Arial, Verdana, Georgia;
	font-size: 0.95em;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}

#conteudo {
	height: 487px;
	width: 564px;
	background-repeat: no-repeat;
	padding: 10px;
	float: right;
	background-image: url(image/bg-principal-home.jpg);
	background-position: top;
	background-color: #D2D4BE;
}
#barra_esquerda {
	float: left;
	height: 510px;
	width: 165px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(image/bgesquerdo.png);
	background-repeat: no-repeat;
	background-color: ffffcc;
}
#conteudo h1 {
	font-family: Tahoma, Arial, Verdana, Georgia;
	font-size: 1.05em;
	color: #996600;
}
#conteudo h2 {
	font-family: Tahoma, Arial, Verdana, Georgia;
	font-size: .95em;
	color: #666600;
	font-weight: bolder;
}
#conteudo p {
	font-family: Tahoma, Arial, Verdana, Georgia;
	font-size: .95em;
	color: #666600;
	font-weight: normal;
}
.paragrafo {
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.85em;
	color: #666600;
}
a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.85em;
	color: #666600;
	text-decoration: none;
}
a:hover {

	font-family: Tahoma, Verdana, Arial;
	font-size: 0.85em;
	color: #666600;
	text-decoration: underline;
}
