*   {
	margin: 0 auto;
	padding: 0px;
	}

body
	{
	background: #F0DFCB;	
	}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}

#principal
	{
	position: relative;
	width: 760px;
	height: 900px;
	background: #FFF3E5;
	}

#top
	{
	position: absolute;
	top: 0px;
	width: 760px;	
	}

#central
	{
	position: absolute;
	top: 215px;
	left: 20px;
	width: 500px;
        text-align: left;
        overflow : auto;
        padding: 0px;
	}

#linha1
	{
	position: absolute;
	left: 235px;
	top: 250px;	
	}

#linha2
	{
	position: absolute;
	right: 240px;
	top: 250px;	
	}
	
#rodape
	{
        background:url('rodape.jpg') no-repeat ;
	position: relative;
	width: 760px;	
	}

#rodape2
	{
	position: absolute;
	left: 700px;
	top: 500px;
	}
	
#coluna1
	{
	position: absolute;
	width: 200px;
	top: 260px;
	left: 20px;
	}

#coluna2
	{
	position: absolute;
	width: 200px;
	top: 260px;
	left: 275px;
	}

#coluna3
	{
	position: absolute;
	width: 200px;
	top: 260px;
	left: 525px;
	}

.Verdana
	{
	font-family: Verdana;
	font-size: 12px;
	color: #8B8B8B;
	}

.Verdana2
	{
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	}

.VerdanaNegrito
	{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
        font-weight : bold;
	}

.VerdanaItalico
	{
	font-family: Verdana;
	font-size: 11px;
	color: #8B8B8B;
        font-weight : italic;
	}

.VerdanaRed
	{
	font-family: Verdana;
	font-size: 12px;
	color: red;
        font-weight : bold;
	}
