@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	background-image:url(imagens/bg.jpg);
	background-repeat: repeat-x;
	background-color:#FFF;
	text-align:center;
	font-size: 12px;
	color: #000;	
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
#main {
	width:775px;
	text-align:left;
	margin:0 auto;
	overflow:hidden;
}
#header {
	height:120px;
	width:775px;
	background-image:url(imagens/topbanner.jpg);
	background-repeat:no-repeat;
}
#menu {
	width:195px;
	height:500px;
	display:inline;
	background:url(imagens/bg-menu.jpg);
	margin-left:4px;
	float:left;
}
#menu a {
	text-decoration:none;
}
#menu ul {
	list-style:none;
}
#menu img {
	border:none;
}
/*CONTEUDO*/
.conteudo {
	width:500px;
	display:inline;
	margin-left:45px;
	margin-top:45px;
	float:left;
}
.conteudo img {
border:none;
}
.conteudo p {
	margin-top:10px;
}
.conteudo h1 {
	font-size:16px;
	color:#900;
	font-weight:bold;
}
.paragrafo {
	margin-top:10px;
}

/*BOT*/
#bot {
	background-color:#333;
	background-repeat:repeat-x;
	text-align:center;
	}
#bot-content {
	width:775px;
	color:#FFF;
	text-align:center;
	margin:0 auto;
	padding:15px 0;
}
#bot-content a {
	color:#FFF;
	text-decoration:none;
}
