body {
    text-align: center;
	background-color: #f6f7f6;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
#area {
	width: 600px;
	border: 0px solid #CCCCCC;
	position: absolute;
	margin-left: -300px;
	left: 50%;
	top: 0px;
} 
#logo {
	position: absolute;
	left: 15px;
	top: 10px;
	_top: 30px;
	width: 150px;
}
#menu {
	position: absolute;
	top: 28px;
	_top: 38px;
	right: 30px;

}
#conteudo {
	position: absolute;
	text-align: left;
	width: 380px;
	right: 5px;
	top: 80px;
	float: right;
}
#ilustracao {
	width: 150px;
	left: 25px;
	top: 115px;
	position: absolute;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FFCC00;
	line-height: 20px;
	_line-height: 28px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #F4BA0B;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}
a.menu:link {
	color: #000000;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
a.menu:visited {
	color: #000000;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
a.menu:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #FFCC00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
a:hover {

	color: #000000;
	text-decoration: underline;
	background-color: #FFCC00;
}
strong {
	color: #000000;
}
li {
	list-style-type: disc;
}

