BODY {
	margin						: 0px;
	background-color			: #000000;
	font						: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height					: 14px;
	color						: #FFFFFF;
	overflow					: hidden;
	scrollbar-base-color		: #FFCC00;
	scrollbar-arrow-color		: #000000;
	scrollbar-face-color		: #FFCC00;
	scrollbar-highlight-color	: #FFCC00;
	scrollbar-3dlight-color		: #FFCC00;
	scrollbar-darkshadow-color	: #FFCC00;
	scrollbar-shadow-color		: #FFCC00;

}

#centro {
	width						: 100%;
	position					: absolute;
	top							: 50%;
}

#corpo {
	height						: 240px;
	width						: 100%;
	position					: absolute;
	top							: -120px;
	background					: URL(imagens/bground.jpg);
	background-repeat			: no-repeat;
	background-color			: #FFCC00;
	text-align					: center;
}

#cabecalho {
	width						: 100%;
	padding						: 4px;
	position					: absolute;
	top							: -152px;
}

#rodape {
	width						: 100%;
	padding						: 4px;
	position					: absolute;
	top							: 120px;
}

#logogw {
	vertical-align				: middle;
}

.direita {
	float						: right;
}

#cabecalho .direita {
	margin-top					: 10px;
	vertical-align				: bottom;
}

#texto {
	width						: 500px;
	height						: 240px;
	overflow					: auto;
	position					: relative;
	left						: 140px;
	text-align					: justify;
	padding						: 10px;
	color						: #333333;
}

#texto P {
	text-align					: justify;
	text-indent					: 24px;
}

#texto_poesia {
	width						: 500px;
	height						: 240px;
	overflow					: auto;
	position					: relative;
	left						: 140px;
	text-align					: justify;
	padding						: 10px;
	color						: #333333;
}

#texto_poesia #autor {
	float						: right;
	text-align					: right;
}

#texto #autor {
	float						: right;
	text-align					: right;
}

#texto UL LI {
	margin-bottom				: 8px;
}

#texto A:ACTIVE,#texto A:LINK,#texto A:VISITED {
	color						: #666666;
	text-decoration				: none;
}

#texto A:HOVER {
	color						: #000000;
	text-decoration				: none;
}

#front {
	width						: 580px;
	height						: 240px;
	overflow					: auto;
	position					: relative;
	left						: 100px;
	text-align					: left;
	padding						: 10px;
}

#front H1 {
	font-size					: 10px;
	color						: #666666;
	display						: inline;
}

H1 {
	font-size					: 12px;
	font-weight					: bold;
	display						: inline;
}

#front H3 {
	color						: #666666;
}

H3 {
	font-size					: 10px;
	font-weight					: normal;
	font-style					: italic;
	display						: inline;
}

#front .divisao {
	width						: 33%;
	display						: block;
	float						: left;
	padding						: 3px;
}

#front A:ACTIVE,#front A:LINK,#front A:VISITED {
	color						: #666666;
	text-decoration				: none;
}

#front A:HOVER {
	color						: #000000;
	text-decoration				: none;
}

A:ACTIVE,A:LINK,A:VISITED {
	color						: #FFFFFF;
	text-decoration				: none;
}

A:HOVER {
	color						: #FFCC00;
	text-decoration				: none;
}