/* -------------------------------------------------------------------------- */
/* DEFINICOES VALIDAS EM TODAS AS PAGINAS ----------------------------------- */
/* -------------------------------------------------------------------------- */

BODY {
	font-family 					: "Courier New", Courier, monospace;
	font-size						: 1em;
	padding							: 0px;
	margin							: 0px;
	text-align						: center;
	background-color				: #FFFEE6;
}

/* Estrutura ---------------------------------------------------------------- */

#centro {
	position						: absolute;
	top								: 0px;
	left							: 50%;
	width							: 1px;
}

#estrutura {
	position						: absolute;
	left							: -324px;
	width							: 648px;
	border							: 2px solid #0E98DE;
	background						: url(imagens/bground.gif);
	background-color				: #FFFFFF;
	text-align						: left;
}

/* Topo --------------------------------------------------------------------- */

#topo {
	width							: 100%;
	height							: 106px;
	background						: url(imagens/bg_topo.gif);
}

#topo #logo {
	position						: absolute;
	top								: 26px;
	left							: 26px;
}

#topo #data {
	position						: absolute;
	top								: 36px;
	left							: 528px;
}

/* Conteudo ----------------------------------------------------------------- */

#conteudo {
	position						: relative;
	top								: 8px;
	left							: 30px;
	width							: 364px;
	border							: 1px solid #666666;
	background-color				: #FFFFFF;
	padding							: 18px;
}

#conteudo #lista {
	
}

/* Menu --------------------------------------------------------------------- */

#menu {
	position						: relative;
	top								: -18px;
	left							: -18px;
	width							: 364px;
	height							: 40px;
}

#menuswf {
	position						: relative;
	top								: 18px;
	left							: 40px;
}

#grampo_dir {
	position						: absolute;
	top								: 8px;
	right							: -24px;
}

#grampo_esq {
	position						: absolute;
	top								: 8px;
	left							: 8px;
}

/* Direita ------------------------------------------------------------------ */

#recorte_menu {
	position						: absolute;
	top								: 80px;
	left							: 438px;
	width							: 201px;
	height							: 219px;
}

#recorte {
	position						: absolute;
	top								: 320px;
	left							: 438px;
	width							: 201px;
	height							: 219px;
	background						: url(imagens/bg_recorte.gif);
	background-repeat				: repeat-x;
	background-position-y			: bottom;
	background-color				: #FFFB9C;
	text-align						: center;
}

#recorte .conteudo {
	margin							: 10px;
}

#recorte .clips {
	position						: absolute;
	left							: 134px;
}

#recorte INPUT, #recorte TEXTAREA {
	font-family 					: "Courier New", Courier, monospace;
	font-size						: 0.66em;
	color							: #666666;
	background-color				: #FFFB9C;
	border							: none;
	padding							: 4px;
	height							: 18px;
	width							: 180px;
}

#recorte TEXTAREA {
	height							: 48px;
	scrollbar-base-color			: #FFFB9C;
}

#recorte INPUT.enviar {
	text-align						: center;
	font-size						: 0.75em;
	font-weight						: bolder;
}

#melomaringa {
	position						: absolute;
	top								: 311px;
	left							: 440px;
}

/* Mailing ------------------------------------------------------------------ */

#mailing {
	position						: absolute;
	top								: 428px;
	left							: 474px;
	width							: 122px;
	height							: 63px;
	background						: url(imagens/mailing.gif);
}

#mailing INPUT.memo {
	position						: relative;
	top								: 6px;
	left							: 6px;
	font-family 					: "Courier New", Courier, monospace;
	font-size						: 0.66em;
	color							: #666666;
	width							: 95px;
	height							: 43px;
	background-color				: #B6DDC7;
	border							: 0px;
	padding							: 4px;
}

#mailing INPUT#cadastrese {
	position						: relative;
	top								: -3px;
	left							: 5px;
	background						: url(imagens/bt_mailing.gif);
	border							: 0px;
	width							: 72px;
	height							: 10px;
}

/* Textos ------------------------------------------------------------------- */

H1 {
	font-size						: 1.5em;
	font-weight						: bold;
	color							: #000000;
}

H2 {
	font-size						: 1.2em;
	margin							: 0px;
}

H3 {
	font-size						: 0.75em;
	margin							: 0px;
	font-weight						: lighter;
	color							: #666666;
}

P {
	font-size						: 0.75em;
	line-height						: 1.5em;
	color							: #333333;
}

#autor P {
	color							: #666666;
}

HR {
	height							: 1px;
	color							: #999999;
}

B {
	font-weight						: lighter;
	color							: #000000;
}

#lista H3 {
	margin-bottom					: 1.5em;
}

/* Links -------------------------------------------------------------------- */

A:link, A:visited, A:active {
	text-decoration					: none;
	color							: #666666;
}

A:hover {
	text-decoration					: none;
	color							: #DB2820;
}
