/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/


<!--background-image:url(../image/diudays_fundo_novo.jpg);-->


html { height: 100%; }
body {
	margin: 5;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif ;
	color: #ffffff;
	height: 100%;
	background-image:url(../image/fundodiu_06082011.gif);
	
	}
	
	a {color:#FFFFFF;
	text-decoration:none;
	}
	
a:hover {color: #FF0033;}
	

a.paginaOn:link {
	color: #ffffff;
	text-decoration: none;
	padding: 2px;
}
a.paginaOn:visited {
	color: #ffffff;
	background-color:#FF0099;
	text-decoration: none;
	padding: 2px;
}
a.paginaOn:hover {
	color: #ffffff;
background-color:#FF0099;
	text-decoration: none;
	padding: 2px;
}
a.paginaOn:active {
	color: #ffffff;
	text-decoration: none;
	padding: 2px;
}

a.paginaOff:link {
	color: #ffffff;
	text-decoration: none;
	padding: 2px;
}
a.paginaOff:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 2px;
}
a.paginaOff:hover {
	color: #FF0099;
	text-decoration: none;
	padding: 2px;
}
a.paginaOff:active {
	color: #ffffff;
	text-decoration: none;
	padding: 2px;
}




/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	height: auto !important;
	height: 100%;

	position: relative;
	text-align: center;
	}	
	


/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	width: 970px;
	margin: 0 auto;
	padding-bottom: 15px;
	
	}
* html #content { padding-bottom: 15px; }	

#content blockquote {
	margin: 10px 0;
	padding: 0px 15px;

	}
#content blockquote p { margin: 0; text-indent: 0; }

.style2 {font-size: 12px}
.style3 {font-size: 14px}
.ponto {color: #D22875}


	
/*------------------------------------------------------------*
**  left
**------------------------------------------------------------*/
#left {
	float: left;
	width: 289px;
	height:424px;
	text-align: left;
	margin-right: 0px;
	}

/*------------------------------------------------------------*
**  right
**------------------------------------------------------------*/
#right {
	float: right;
	width: 660px;
	text-align: left;
	background-image:url(../image/bg-main.png);
	margin-top:0px;
	height:690px;
	}
		
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		
#footer {	
	position: absolute !important;
	width: 100% !important;
	z-index: 500 !important;
	position: relative;	
	padding: 05px 0;	
	margin-top: -20px;
	background-color: #D22875;		
	color: #ffffff;	
	font-size: 11px;
	border-top: 3px solid #ccc;
	}	
#footer p { margin: 0 05px; text-align: center; }	

