/* global prop. */
*{
  margin: 0;
  padding: 0;
}


html{
  font-size: 100%;
}

body{
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-style: normal;
  color: #757474;
  background: #f3f4fb;
}

h1 {
	font-family: "Myriad Pro", Arial, Verdana;
	font-size: 24px;
	color:#73a0c0;
	text-transform:uppercase;
	font-weight: normal;
}

a {
	color: #73a0c0;
	font-weight:bold;
	text-decoration:none;
	padding: 5px 0;
}

a:hover {
	text-decoration:underline;
}

p {
	padding: 2px 0 15px 0;
	margin-top: 10px;
	line-height: 20px;

}

img {
	border: 0;
}

.left {
	float: left;
	margin: 0 10px 0 0;
}

.destaque {
	color: #0e7023;
	line-height: 12px;
}

#fundo-cabecalho {
	background:url(images/grama-topo.png) repeat-x top;
}

#fundo {
	background:url(images/grama.png) repeat-x bottom;
}

#conteiner {
	margin: 0 auto;
	width: 1030px;
}

#cabecalho {
	  background: url(images/topo.png) no-repeat 0px 0px;
	  width: 1019px;
	  height: 321px;
	  margin: 0;
	  padding: 0;
}

#logo {
	padding: 28px 0 0 35px;
}

#menu {
	margin: 145px 0 0 112px;
}

#menu ul {
	display:inline;
}

#menu li {
	display: inline;
	margin: 0 8px;
}

#conteudo {
	width: 790px;
	margin-left: 95px;
	border-left: 5px solid #2f6e12;
	border-right: 5px solid #2f6e12;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 50px;
	overflow:hidden;
}

#esquerda {
	float:left;
	width: 460px;
	background:url(images/pontilhado-ponto.png) repeat-y right;
	padding-right: 10px;
	margin-right: 10px;
}

#direita {
	float:right;
	width: 310px;
}

#rodape {
	clear: both;
	background:url(images/rodape.png) no-repeat 0px 0px;
	height: 195px;
}

#rodape ul {
	padding-right: 20px;
	padding-top: 160px;
	float:right;
}

#rodape ul li {
	display: inline;
	color:#FFFFFF;
}

#rodape ul li a {
	color:#FFFFFF;
	margin: 0 4px;
	font-weight: bold;
}

#rodape img {
	padding-top: 3px;
	padding-right: 180px;
	clear:both;
	float:right;
}
