html,body {
	margin: 0;
	padding:0;
	height: 100%;
}

BODY {
	background-color: #2D99C7;
	background-image: url(../img/bg/bg_pag.gif);
	background-repeat: repeat-x;
	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	text-align: center; 
	color: #FFFFFF; 
}

form {
	margin: 0;
	padding: 0;
}

table {
    width:500px;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

tr, td, th {
	margin: 0;
	padding: 0;
}

/*========= DIV BASE ===========*/
body>div#container{
	height: auto; 
	min-height: 100%;
}

div#container {
	position:relative;
	width:770px;
	
	background-image:url(../img/bg/bg_body.gif);
	background-repeat:repeat-y;
}


div#header {
	width: 760px;
	height: 250px;
	background-image: url(../img/bg/banner.jpg);
	background-repeat: no-repeat;
}

div#navigation {
	float:left;
	margin: -30px 0 0 5px;
	
	width:219px;

	background-color:#006FA2;
	background: url(../img/bg/bg_navigation.gif) repeat-y top right;
	
	text-align:left;
}

div#content {
	min-height: 290px;	
	margin: 0 0 50px 220px;
}

div#footer {
	clear:both;
	
	width: 760px;
	height: 80px;

	background-color: #006FA2;
	color: #FFFFFF; 
	text-align:center;
}

div#fascia_head {
	width: 760px;
	height: 30px;
	background-image: url(../img/bg/fascia_head.gif);
	background-repeat: no-repeat;
}

div#barra {
    width: 760px;
	height: 220px;
	border: none;
}


div#fascia_foot {
	width:760px;
	height:30px;
	line-height: 22px;

	padding: 5px 0 5px 0;

	background-image:url(../img/bg/fascia_foot.gif);
	background-repeat: no-repeat;
}

div#footfoot {
	width: 760px;
	height: 50px;
	max-height:740px;

	padding: 10 0 10 0;

	background-image: url(../img/bg/bg_footer.gif);
	background-repeat: no-repeat;
}
