* {
	margin: 0;
	padding: 0;
	}

body {
	background: #FFFFFF;
	color: #333333;
	font: 0.8em arial, sans-serif;
	}

#principal {
	margin: 0 auto;
	width: 740px;
	}

#cabecalho {
	float: right;
	}

#cabecalho h1 {
	font: bold 1.8em georgia, serif;
	margin: 30px 0 10px 0;
	}

#cabecalho h1 span.cab1 {
	color: #333333;
	}

#cabecalho h1 span.cab2 {
	color: #FF0000;
	}

#menu {
	
	}

#menu ul {
	list-style: none;
	}

#menu ul li {
	display: inline;
	}

#menu a:link, #menu a:active, #menu a:visited {
	font: bold 1.2em georgia, serif;
	padding: 0 5px 0 5px;
	text-decoration: none;
	}

#menu a:hover {
	color: #404040;
	}

#menu .on {
	color: #999999;
	}

#menu .off {
	color: #FF0000;
	}

#navegacao {
	float: left;
	padding: 10px 0 0 0;
	}

#navegacao h2 {
	clear: both;
	color: #FF0000;
	font: bold 1em georgia, serif;
	}

#navegacao ul {
	list-style: none;
	}

#navegacao ul li {
	display: inline;
	}

#navegacao a:link, #navegacao a:active, #navegacao a:visited {
	color: #333333;
	display: block;
	float: left;
	font: bold 2.7em arial, sans-serif;
	text-decoration: none;
	}

#navegacao a:hover {
	color: #606060;
	}

#navegacao a.on {
	color: #999999;
	}

#conteudo {
	background: #333333;
	clear: both;
	}

#conteudo_extra {
	background: #333333 url(layout/fundodescricao.jpg) right repeat-y;
	}

#descricao {
	color: #FFFFFF;
	float: right;
	margin: -90px 0 0 0;
	width: 185px;
	}

#descricao h2 {
	font: bold 2.2em arial, sans-serif;
	text-align: right;
	position: absolute;
	width: 180px;
	}

#descricao p {
	font: bold 1.2em georgia, serif;
	margin: 35px 0 0 0;
	position: absolute;
	text-align: right;
	width: 180px;
	}

#ilustracao_info {
	background: url(layout/ilustracao_info.jpg) center bottom no-repeat;
	height: 100px;
	width: 550px;
	}

#ilustracao_contato {
	background: url(layout/ilustracao_contato.jpg) center bottom no-repeat;
	height: 100px;
	width: 550px;
	}

#ilustracao_projetos {
	background: url(layout/ilustracao_projetos.jpg) center bottom no-repeat;
	height: 100px;
	width: 550px;
	}

#escopo {
	width: 548px;
	}

#escopo h3 {
	color: #FFFFFF;
	font: bold 1.2em georgia, serif;
	margin: 10px;
	}

#escopo p {
	color: #FFFFFF;
	padding: 10px;
	text-align: justify;
	text-indent: 30px;
	}

#escopo a:link, #escopo a:active, #escopo a:visited, #escopo a:hover {
	color: #FFFFFF;
	}

#escopo img {
	margin: 2px 0 0 2px;
	}

#escopo form {
	padding: 30px 10px 30px 30px;
	}

#escopo form p {
	text-indent: 0;
	}

#escopo input, #escopo textarea {
	background: #333333;
	border: 1px solid #CFCFCF;
	color: #FFFFFF;
	padding: 3px;
	}

#escopo input.botao {
	background: #333333 url(layout/fundobotao.jpg) repeat-x;
	border: 1px solid #CFCFCF;
	color: #FFFFFF;
	font-weight: bold;
	}

div.separador {
	height: 80px;
	}

#rodape {
	clear: both;
	color: #999999;
	font: 0.8em arial, sans-serif;
	}

#rodape p {
	margin: 3px;
	text-align: center;
	}

#rodape a:link, #rodape a:active, #rodape a:visited {
	color: #999999;
	text-decoration: none;
	}

#rodape a:hover {
	color: #333333;
	text-decoration: underline;
	}