@charset "utf-8";
/* CSS Document */


#body {
	background-color:#00C;
}

#content {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 672px;
	height: 2800px;
	z-index: 4;
	background-color: #00C;
	scrolling: "no";
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	color: #FF0;
}
a img { 
	border: none;
}
a:link {
	color: #FF0;
	animation:none;
	text-decoration:none;
}
a:visited {
	color: #FF0;
}
a:hover, a:active, a:focus {
	text-decoration: underline ;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
#content p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0;
}
#coluna_esq {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 336px;
	height: auto;
	z-index: 8;
	background-color: #00C;
	border: thin;
	border-color: #FCFCFC;
	border-style: solid;
}
#coluna_dir {
	position: absolute;
	left: 340px;
	top: 0px;
	width: 336px;
	height: auto;
	z-index: 8;
	background-color: #00C;
	border: thin;
	border-color: #FCFCFC;
	border-style: solid;
}

