@ISO100MEDIA;
/* CSS Document */

body {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #EFD8A3;
	background-image: url(../img/tile%20test112.png);
}

.principal {
	background-color: #366;
	height: 1800px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}


#cabecalho {
	background-color: #6C9;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #09F;
}



.barra_topo {
	background-color: #69F;
	height: 30px;
}
.div_menu {
	background-color: #6C9;
	height: 200px;
	width: 150px;
	float: left;
	margin: 10px;
	padding: 10px;
	clear: none;
}
.conteudos {
	background-color: #6C9;
	height: 700px;
	width: 500px;
	float: left;
	margin: 10px;
	padding: 10px;
	font-family: "Courier New", Courier, monospace;
}
.caixa_lateral {
	background-color: #6C9;
	height: 500px;
	width: 150px;
	float: left;
	margin: 10px;
	padding: 10px;
}
* {
	margin: 0px;
	padding: 0px;
}

#rodape {
	background-color: #69F;
}
.lista_menu {
	list-style-type: none;
	background-color: #66CC99;
}
a.menu:link, a.menu:visited {
	background-color: #6699FF;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}
a.menu:hover {
	background-color: #5A75F3;
}
a.menu:active {
	background-color: #366;

}
h1 {
	font-family: "Courier New", Courier, monospace;
}
