@charset "UTF-8";
* * { margin: 0; padding: 0; text-decoration: none; }

img{
border:0;
}

body {
	background-image: url(imagens/top-background.jpg);
	background-color:#bb0101;
	background-repeat: no-repeat;
	background-position: top;
	
}


#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	clear: both;
	height: auto;
	width: 940px;
	margin-top: 217px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	clear: both;
	height: 30px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	list-style:none;
	text-align:center;
	line-height:30px;
}
#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
  list-style:none;
} 
#menu li a
{ display: block; 
  float: left; 
  height: 30px;
  text-decoration: none; 
  padding: 3px 25px 2px 25px;
  text-transform: uppercase;
  color:#FFF;
  list-style:none;

  }
#menu li a:hover
{ display: block; 
  float: left; 
  height: 30px;
  text-decoration: none; 
  padding: 3px 25px 2px 25px;
  text-transform: uppercase;
  color: #F90;
  list-style:none;

}
#rodape {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	clear: both;
	height: auto;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-decoration:none;
	}
#rodape a:link {
	color: #bb0101;
	text-decoration:none;
}
#rodape a:visited {
	color: #bb0101;
	text-decoration:none;
}
#spacer {
	clear: both;
	height: 30px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(imagens/spacer.jpg);
	background-repeat: no-repeat;
}
