* {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
	text-decoration: none;
}

body {
	background: url(../../images/body_bg.jpg) center top no-repeat;
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #666;
}

a.link:hover {
	text-decoration: underline;
}

h2 {
	margin-bottom: 18px;
}

img.lat {
	float: left;
	margin-right: 30px;
}

.sep {
	display: block;
	clear: both;
	height: 1px;
}

/* Topo - Inicio */
#topo {
	background: url(../../images/topo_bg.jpg) bottom no-repeat;
	width: 920px;
	height: 200px;
	margin: 0px auto;
	position: relative;
}

h1 {
	background: url(../../images/logo.png) no-repeat;
	width: 247px;
	height: 96px;
	overflow: hidden;
	text-indent: -999em;
	float: left;
	margin: 72px 0px 0px 10px;
	position: absolute;
	z-index: 2
}

#menu {
	height: 200px;
	padding: 0px 0px 0px 280px;
	float: left;
}

#menu li {
	display: inline;
}

#menu li a {
	height: 200px;
	display: block;
	overflow: hidden;
	margin-right: 1px;
	float: left;
}

#menu li a:hover img, #menu li a.atual img {
	margin-top: -200px;
}
/* Topo - Fim */

/* Rodapé - Inicio */
#rodape {
	background: url(../../images/rodape_bg.png) top right no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	width: 600px;
	margin: 20px auto 0px;
	padding: 60px 0px 0px 250px;
}

#rodape .conteudo {
	background: #F9F9F9;
	height: 50px;
}

#copyright {
	float: left;
	padding-left: 60px;
	margin-top: -30px;
}

#author {
	float: right;
	padding-right: 60px;
	margin-top: -30px;
}
/* Rodapé - Fim */

/* Meio - Inicio */
#meio {
	width: 920px;
	margin: 0px auto 0px;
}

#lateral {
	width: 240px;
	padding: 205px 20px 0px 40px;
	float: left;
}

#conteudo {
	float: left;
	width: 600px;
}

#conteudo .conteudo p {
	line-height: 18px;
	margin-bottom: 20px;
}

#destaque {
	height: 325px;
	margin-top: -120px;
	position: absolute;
}

#botoes {
	padding-top: 30px;
}

#botoes li {
	display: inline;
	padding-right:5px;
}
/* Meio - Fim */

/* Home - Inicio */
#home #lateral {
	padding-top: 225px;
	width: 220px;
	text-align: right;
}

#home h3 {
	padding-bottom: 11px;
	border-bottom: 1px solid #E9E9E9;
	text-align: left;
}

#home #lateral ul {
	text-align: left;
	padding: 5px 0px 7px;
}

#home #lateral li {
	border-bottom: 1px solid #FAFAFA;
	padding: 5px 0px;
}

#home #lateral li a {
	display: block;
	height: 35px;
	line-height: 14px;
	padding: 5px 0px 0px 14px;
}

#home #lateral li a:hover {
	background: url(../../images/home_link_bg.png) no-repeat;
}

#home #conteudo {
	background: url(../../images/conteudo_bottom_bg.png) bottom no-repeat;
	padding-bottom: 60px;
}

#home .conteudo {
	background: #F9F9F9;
/*	background: url(../../images/conteudo_bg.png) repeat-y;*/
	padding: 230px 40px 0px;
}
/* Home - Fim */

/* Interna Geral - Inicio */
#interna #lateral {
	background: url(../../images/conteudo_lateral_bg.png) left bottom no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	width: 235px;
	padding: 205px 0px 0px 40px;
}

#interna #lateral ul {
	width: 230px;
	height: 190px;
	padding: 30px 0px 0px 5px;
}

#interna #lateral ul a {
	background: url(../../images/conteudo_lateral_link_bg.png) top no-repeat;
	font-size: 18px;
	color: #CCC;
	display: block;
	line-height: 38px;
	height: 40px;
	padding-right: 45px;
	text-align: right;
	text-transform: lowercase;
	overflow: hidden;
}

#interna #lateral ul a:hover, #interna #lateral ul a.atual {
	background-position: bottom;
	color: #D7251E;
}

#interna #conteudo {
	padding-top: 200px;
}

#interna #conteudo .titulo {
	background: url(../../images/conteudo_conteudo_top_bg.png) no-repeat;
	width: 600px;
	height: 80px;
	position: absolute;
	z-index: 5;
	margin-top: -75px;
}

#interna #conteudo .conteudo {
	width: 520px;
	padding: 0px 40px;
}
/* Interna Geral - Fim */

/* Formulário - Início */
form {
	text-align: right;
	padding: 5px 30px 0px 0px;
}

form label {
	display: block;
	padding: 0px 0px 10px 0px;
}

form label span {
	width: 55px;
	float: left;
	line-height: 30px;
}

form .texto {
	color: #666;
	width: 230px;
	border: 1px solid #EEE;
	padding: 5px;
}

form textarea.texto {
	height: 100px;
}
/* Formulário - Fim */

/* Notícias - Inicio */
#noticias ul {
	padding-top: 5px;
}

#noticias li a {
	display: block;
	padding: 5px;
}

#noticias li a:hover {
	background: #e9e9e9;
}
/* Notícias - Fim */
