/* CSS Document */

body {
	background-color: #333;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

a {
	color: #4196E8;
   	border: none;
	}

a:link {
	color: #4196E8;	
	text-decoration: none;
	border: none;
	}     /* unvisited link */
	
a:visited {
	color: #4196E8;
	text-decoration: none;
	border: none;
	}  /* visited link */
	
a:hover {
	color: #035CB2;
	background-color: #ccc;
	border: none;
	}   /* mouse over link */

#container {
	position: absolute; 
	top: 30px;
	left: 50%;
	margin-left: -270px;
	}
	
#conteudo {
	position: relative;
	width: 540px;
	height: auto;	
	font-size: 11px;
	color: #fff;	
	}
	
#header {
	position: relative;
	width: 540px;
	height: 89px;
	}
	
.titulo {
	position: relative;
	top: 5px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	color:#ccc;
	text-align: center;
	background-image: url(images/bg_titulo.jpg);
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
/*ul {
 list-style: url(images/lista.jpg);
	}*/

ul {
 list-style: square;
 line-height: 15px;
	}
	
.novo {
	color: #035CB2;
	font-weight: bold;
	}
	
#rodape {
	position: relative;
	top: 30px;
	font-size: 9px;
	color:#ccc;
	text-align: center;
	background-image: url(images/bg_titulo.jpg);
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-color: #FFF;
	margin-bottom: 20px;
	}

.destaque {
	font-weight: bold;
	}
	




