body {
    background:#eef;
	font-family: verdana, Helvetica,sans-serif, arial;
	font-size:80%;
	color:#222;
	margin-top:10px;
	border: none;
}

#container {
    text-align:center;
    border: none;
    margin-top: 10px;
}

#main {
	width:72em;
	margin:0 auto;
    border: none;
}

#content {
    background: #ffc;
	/* Getting obscured by other layers! */
	width:100%;
	border: none;
	font-family: "CG Times", verdana, Helvetica, sans-serif, arial;
	font-size: 1em;
	text-align: center;
}

#titulo {
    background:#fff url("../images/Gradient_bg2.gif") top left repeat-x;
    border: none;
}

#titulo h1 {
    font-family:arial, tahoma,verdana, Helvetica, sans-serif;
	letter-spacing:.005em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 2.7em;
	text-align: center;
	color:#006;
	padding: 1.5em 1em .5em 1em;
	margin:-1px 0 0 0;
	letter-spacing:-.015em;
}

#center-col {
    background:#fff;
	text-align: justify;
	padding:0 3%;
	border: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 1.3em;
}


#center-col a {
	color:#00e;
	text-decoration:none;
}

#center-col a:link {
	color:#00e;
	text-decoration:none;
}

#center-col a:visited {
	color:#909;
}

#center-col a:active {
	color:#909;
}

#center-col a:hover {
	text-decoration:underline;
}
