body, html
{
	margin: 0; 
	padding: 0;
	width: 100%;
	
}

body{
	background: url(images/fundo_repete.jpg);
	background-position: top left;
	background-attachment: fixed;
	background-repeat: repeat-x;
}


#principal {
	position: absolute;
	width: 980px;
}





#capa 
{
	position: relative;
	width: 100%;
	height: 450px;
}

#logo 
{
	width: 250px;
	height: 104px;
	margin: 0 auto;
	top: 10px;
	display: block;
	position: relative;
}

#inicio 
{
	position: relative;
	width: 650px;
	margin: 0 auto;
	top: 40px;
	
}

#inicio 
{
	font-family: Georgia, 'Times New Roman' !important;
	font-style: italic;
	color: #FFFFFF;
	font-size: 20px;
}

#inicio span 
{
	display: block;
	font-size: 16px;
}



#assinatura 
{
	position: relative;
	top: 90px;
	margin: 0 auto;
	width: 383px;
	height: 62px;
	display: block;
}


#interna
{
	background: url(images/lateral.jpg);
	background-position: top right;
	background-attachment: fixed;
	background-repeat: no-repeat;

	width: 100%;
	height: 100%;
	overflow: auto;
	position: fixed;
}


#interna2
{
	background: url(images/lateral2.jpg);
	background-position: top right;
	background-attachment: fixed;
	background-repeat: no-repeat;

	width: 100%;
	height: 100%;
	overflow: auto;
	position: fixed;
}


#conteudo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 65%;
	padding-left: 20px;
	padding-top: 10px;
	/*float:left;*/
}


#menu
{
	position: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	width: 210px;
	right: 25px;
	top: 180px;
	padding: 10px;
}

#menu li{
	height: 22px;
	margin-left: -22px;
}

#menu a{
	display:block;
	text-decoration:none;
	color:#FFFFFF;
}


#menu p{
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}


.texto{
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
}


