@charset "utf-8";
body,img,p,h1,h2,h3,h4,h5,h6,ul,ol {
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}

html, body {
	height:100%;
}
body {
	text-align:center; /* Centralizar na horizontal no IE caso o site entre em Quirks mode */
	background-color: #FFF;
}
#dist {
    width:1px;
    height:50%;
    background-color:#000;
    margin-bottom: -501px; /* Metade da altura do nosso box que ficará centralizado */
    float:left;
}
#container {
    margin:0 auto;
    position:relative; /* Coloca o container frente ao elemento com o id distance */
    text-align:left;
    height:1002px;
    width:1412px;
    clear:left;

}
.fundo_top {
	background-image: url(images/fundo_topo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 105px;
	width: 1412px;
	background-color: #000;
}
.fundo_esq {
	background-image: url(images/fundo_esq.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 577px;
	width: 192px;
	background-color: #000;
}
.fundo_dir {
	background-image: url(images/fundo_dir.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 577px;
	width: 197px;
	background-color: #000;
}
.fundo_but {
	background-image: url(images/fundo_botton.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 320px;
	width: 1412px;
	background-color: #000;
}

ul {
	width:230px;
	list-style-type:none;
	margin:0 auto;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
}
li {
	display:block;
	position:relative;
	border-width:1px 0;
	border-color:#ccc;
	border-style:solid;
	margin: 8px 1px;
	
}
li a {
	display:block;
	position:relative;
	margin:0 -1px;
	border-width:0 1px;
	border-color:#ccc;
	border-style:solid;
	background-color:#eee;
	padding:2px 6px;
	color:#555;
	text-decoration:none;
}
li:hover {
	border-color:#aaa;
}
li a:hover {
	border-color:#aaa;
	color:#333;
	background-color:#FF6;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}
