*{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

body{
	background-color:#464657;
}

#tudo{
	display:table;
	margin:0 auto;
	width:780px;
	background-image:url(../../imagens/tudo.jpg);
}

#topo{
	display:block;
	width:780px;
	height:306px;
	background-image:url(../../imagens/topo.jpg);
}

/* ---------------------------------- MENU */

#menu{
	display:block;
	padding:265px 0 0 430px;
}

#menu li{
	display:inline;
}

#menu li a{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	padding:10px;
}

#menu li a:hover{
	text-decoration:underline;
}

/* ---------------------------------- */

#fotos{
	width:500px;
	padding-left:160px;
}

#fotos img{
	margin:10px;
}

#logo{
	display:block;
	float:right;
}


table{
	padding-left:40px;
}

table td{
	font-weight:bold;
	font-size:10px;
}

table img{
		margin:5px;
	border:solid 1px #000;
}

#conteudo{
	display:table;
	width:780px;
	background:url(../../imagens/conteudo.jpg) no-repeat;
}

#conteudo h1{
	padding-left:70px;
	font-size:26px;
	font-weight:normal;
}

#conteudo p, #conteudo ul, address, #rodape a{
	font-size:14px;
	padding:12px 0 12px 0;
	padding-left:70px;
	padding-right:50px;
}

#conteudo a{
	font-weight:bold;
	text-decoration:none;
}

#conteudo a:hover{
	text-decoration:underline;
}

#rodape{
	display:block;
	width:780px;
	height:158px;
	background-image:url(../../imagens/rodape.jpg);
}

address{
	font-style:normal;
	padding-top:50px;
}

address, #rodape a, #rodape p{
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}

#creditos{
	display:block;
	float:right;
}

#creditos a{
	text-align:right;
}


/* ---------------------------------- FORMULÁRIO */

form{
	margin:50px;
}

input, textarea{
	border:none;
	background-color:#9CC;
	padding:10px;
	font-weight:bold;
}
