/* @override http://www.deadesign.com.br/interna.css */

body {
	background-color: #636466;
}

* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	border:none;
}

#geral {
	height: 650px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}

#esquerda {
	float: left;
}

#conteudo {
	background-color: #929394;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 18px;
	top: 180px;
	left: 18px;
	position: relative;
	float: left;
	clear: right;
	height: 100%;
}

#conteudo h1 {
	color: #fff;
	font: 20pt "Trebuchet MS", Arial, Verdana;
	margin-bottom: 20px;
	text-transform: lowercase;
}

#conteudo li {
	color: #fff;
	font: 9pt/2em "Trebuchet MS", Arial, Verdana;
	text-transform: lowercase;
}

#conteudo p {
	color: #fff;
	font: 9pt/1.5em "Trebuchet MS", Arial, Verdana;
	text-transform: lowercase;
}

#conteudo a {
	color: #fff;
}

#conteudo a:hover {
	color: #fff;
	background-color: #636466;
}

#branco {
	background-color: #fff;
	width: 320px;
	padding: 18px;
	height: 450px;
	top: 0;
}

#topo {
	width: 320px;
	height: 161px;
	background-image: none;
}

#menu {
	background-color: #ebebeb;
	position: relative;
	width: 320px;
	float: left;
}

#menu * {
	float: left;
}

#menu ul li {
	display: inline;
	padding-left: 6px;
	text-transform: lowercase;
}

#menu ul li a {
	color: #b3b3b3;
	padding-left: 5px;
	padding-right: 5px;
	font: 11px/3em "Trebuchet MS", Arial, Verdana;
}

#menu ul li a:hover {
	color: #fff;
	background-color: #636466;
}

#flash {
	width: 320px;
	height: 240px;
	position: relative;
	top: 17px;
	float: left;
}

#infos {
	background-color: #4e4e4e;
	width: 356px;
	height: 30px;
	margin-top: 8px;
}