@charset "utf-8";
/* CSS Document */

html, body {
	background:url(../img/bg_body.jpg) top left repeat;
	width: 100%;
	height: 100%;
	margin: 0px; /* retirando a margem padrão */
	padding: 0px; /* retirando o padding padrão */
}




#wrap {
	width:876px;
	height:668px;
	top:50%;
	left:50%;
	margin-top:-334px;
	margin-left:-438px;
	position: absolute;
}

#menu {
	width:174px;
	height:280px;
	background:url(../img/divide_menu.png) center right no-repeat;
	float:left;
}


#menu ul {
	list-style:none;
	margin:65px 0 0 29px;
	padding:0;
}


#menu ul li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	color:#d9281c;
}

#menu ul li a {
	color:#fff;
	text-decoration:none;
}

#menu ul li a:hover {
	color:#d9281c;
}

.clear {
	clear:both;
}

a.logo {
	width:135px;
	height:111px;
	background:url(../img/logo.png) top left no-repeat;
	float:left;
	text-decoration:none;
	display:block;
	margin-bottom:5px;
}

#banner {
	float:left;
	width:876px;
	height:140px;
	background:url(../img/banner.png) top left no-repeat;
	display:block;
}

#conteudo {
	width:695px;
	height:250px;
	float:right;
	margin-top:5px;
}


#conteudo ul {
	list-style:none;
}

#conteudo ul li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
	padding:5px 0;
	padding-left:15px;
	background:url(../img/list_style.png) center left no-repeat;
}


#conteudo ul li a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
}

#conteudo ul li a:hover {
	color:#d9281c;
}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:11px;
	color:#d9281c;
}


h1 a {
	text-decoration:none;
	color:#fff;
}

h1 a:hover {
	color:#d9281c;
}

p, #conteudo td {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	line-height:18px;
}


#rodape {
	width:100%;
	height:80px;
	background:url(../img/rodape.png) top center no-repeat;
	padding-top:55px;
}

#rodape p {
	text-align:right;
	color:#d9281c;
}

p.slogan {
	float:right;
	font-weight:bold;
	color:#d9281c;
	margin-top:90px;
}