﻿/*LAYOUT*/
/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
*{ 
	padding: 			0px;
	margin:				0px;
}

html, body { width: 100%; height: 100%; }

body{
   	margin:				0;
	padding:			0;
	background-image:	url('../img/bg_body.png');
	color:				#000000;
	text-align: 		left;
	font-family:		Verdana;
	font-size:			8pt;
}


/*-----------------------------------------------------------------------*/
#principal{
	position:			relative;
	margin: 			0 auto;
	width:				925px;
	min-width:			925px;
	display:			block;
	background-color:	#FFFFFF;
}

/*-----------------------------------------------------------------------*/
#topo{
	height:				180px;
	margin:				0;
	background-image: 	url('../img/bg_topo.png');
	background-repeat:	no-repeat;
}

#menu{
	background-image: 	url('../img/bg_menu.png');
	background-repeat:	no-repeat;
	height:				45px;
}

/*-----------------------------------------------------------------------*/
#page{
	text-align:			justify;
}

/*-----------------------------------------------------------------------*/
#div_left{
	position:			absolute;
	top:				225px;
	width:				218px;
	left:				0px;
}

/*-----------------------------------------------------------------------*/
#div_right{
	position:			absolute;
	top:				225px;
	width:				218px;
	right:				0px;
}


/*-----------------------------------------------------------------------*/
#div_center{
	padding-top:		5px;
	padding-left:		226px;
	width:				472px;
}

/*-----------------------------------------------------------------------*/
#rodape{
	height:				72px;
	background-image:	url('../img/bg_rodape.png');
	background-repeat:	no-repeat;
	background-position:bottom;
	clear:				both;
}
