/* CSS Document */
body {
	background-image:url(../imagens/bg_topo.png);
	background-repeat:repeat-x;
	margin:0px;	
}
p {
	margin-top:0px;
}
#wrap {
	width:850px;
	height:100;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding:0px;
	
}
#wrapper {
	background-image: url(../imagens/bg_rodape.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
#header {
	background-image: url(../imagens/topo.png);
	background-repeat:no-repeat;
	background-position:top center;
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;
	width:850px;
	height:250px;
}
#logo {
	padding-top:42px;
	padding-left:26px;
	width:350px;
	height:105px;
}
#menu {
	float:left;
	margin-left:20px;
	margin-top:48px;
	background-image:url(../imagens/slice_menu.png);
	background-repeat:no-repeat;
	background-position:right;
	}
#menu ul {	
	list-style:none;
	margin-top:0px;
	margin-right:2px;
	}
#menu ul li {
	background-image:url(../imagens/slice_menu.png);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
	font-size:14px;
	font-family: Verdana, Arial, Geneva, sans-serif;
	}
#menu ul li a{
	display:block;
	line-height:10px;
	padding:10px 12px 10px 12px;
	margin-left:2px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	}
#menu ul li a:hover {
	background-image:url(../imagens/bg_menu.png);
	background-repeat:repeat-x;
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	}
#contentpage {
	width:800px;
	min-height:300px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	background-position:top center;
	border-bottom:#ccc 1px solid;
	padding-bottom:0px;
	margin-bottom:0px;
}
#footer {
	background-image:url(../imagens/footer.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	height:24px;
	width:800px;
}
#creditos {
	height:22px;
	width:90px;
	float:right;
}
#danieloliveira {
	background-image:url(../imagens/danieloliveira1.png);	
	background-repeat:no-repeat;
	background-position:right;
	height:22px;
}
#danieloliveira:hover {
	background-image:url(../imagens/danieloliveira2.png);	
	background-repeat:no-repeat;
}
