body {
	font-family: Arial, Georgia, Verdana;
	font-size: 12px;
	color: #333;
	margin: 0px;
	text-align: center;
	background-attachment: scroll;
	background-image: url(imagens/fundo-webdesigner.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #461B00;
	text-transform: lowercase;
}
.geral {
	width: 950px;
	margin: auto;
}
.topo {
	margin: auto;
	width: 950px;
	height: 468px;
	background-attachment: scroll;
	background-image: url(imagens/webdesigner-s.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.logo {
	height: 50px;
	width: 200px;
	float: left;
	margin-top: 185px;
	margin-left: 130px;
	text-align: left;
}
.logo h1 {
	font-size: 24px;
	display: block;
	margin: 0px;
	color: #09C;
	letter-spacing: -1px;
}
.logo h3 {
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 16px;
}
.logo h3 a {
	color: #333;
	text-decoration: none;
}
.logo h3 a:hover {
	color: #666;
	text-decoration: none;
}
.logo h2 {
	font-size: 32px;
	display: block;
	font-weight: bold;
	color: #333;
	letter-spacing: -2px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.texto-banner {
	width: 420px;
	float: right;
	margin-top: 185px;
	margin-right: 120px;
}
.texto-banner h1 {
	color: #333;
	font-size: 36px;
	letter-spacing: -2px;
	display: block;
	margin: 0px;
}
.conteudo {
	margin: auto;
	height: 50px;
	width: 950px;
}
.rodape {
	clear: both;
	height: 50px;
	width: 950px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.rodape h1 {
	font-size: 11px;
	font-weight: normal;
	color: #A83F00;
	display: block;
	margin: 0px;
	text-transform: none;
}
.rodape h1 a {
	color: #A83F00;
	text-decoration: none;
}
.rodape h1 a:hover {
	color: #FF6000;
	text-decoration: none;
}
.destaque {
	color: #09C;
}
.separador {
	color: #953800;
}

