body { background-image: url(fundo.gif); 
margin: 0;
}

p
{
	font-family: georgia, times, times new roam, serif;
	font-size: 14px;
	font-style: normal;
	color: #444;
	font-weight: normal;
	margin: 4px 12px 4px 12px;
}

h1
{
	font-family: georgia, times, times new roam, serif;
	font-size: 16px;
	color: #222;
		font-weight: normal;
	margin: 4px 12px 4px 0;
}

h2
{
	font-family: georgia, times, times new roam, serif;
	font-size: 11px;
	font-style: normal;
	color: #444;
	font-weight: normal;
	margin: 4px 12px 4px 0;
}

h3
{
	font-family: georgia, times, times new roam, serif;
	font-size: 10px;
	font-style: normal;
	color: #555;
	font-weight: normal;
	margin: 4px 12px 4px 0;
}

a { color: #5669BD }

#header
{
	width: 240px;
	float: left;
	padding: 10px;
	margin: 20px 0 20px 20px;
	border-right: #444;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 210px;
	border-left: transparent;
	border-width: 0 1px 0 0;
	border-style: none solid none none;
}
html>body #content {
        width: 210px; 
        /* ie5win fudge ends */
        }
        
#contents
{
	float: left;
	padding: 10px;
	margin: 20px 20px 20px 0;
	width: 300px;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 270px;
	vertical-align: middle;
}
html>body #content2 {
        width: 270px; 
        /* ie5win fudge ends */
}
