/* CSS Document - Layout */

body {
	margin:0px;
	padding:0px; 
	background-image:url(../images/layout/background.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Header e Colonne */
#header {
	width:100%;
	height:130px;
	background:url(../images/layout/header.jpg) no-repeat;
	background-position:top;
}

#borderLeft {
	background:url(../images/layout/border_menu.jpg) repeat-y top left;
	width:100%;
}

#borderRight  {
	background:url(../images/layout/border_menu.jpg) repeat-y top right;
}

#columnLeft {
	float:left;
	width:135px;
	background:transparent;
	height:auto;
}

#columnRight {
	float:right; 
	width:135px;
	background:transparent;
}

#corpo {
	background-image:url(../images/layout/background.jpg);
	/*filter:alpha(opacity=95);
	opacity:.95;*/
	margin-left:135px;
	margin-right:135px;
	/*padding-top:2px;*/
	font-size:14px;
	/*min-height: 1700px !important;*/
	min-height:1700px;
	height:auto !important;
	height:1700px;
}

/* Footer */
#menuFooterLeft {
	background-image:url(../images/layout/footer_menu.jpg);
	background-repeat: no-repeat;
	width:135px;
	height:30px;
	float:left;
	margin-top:23px;
}

#menuFooterMiddle {
	font-size:12px;
	background-color:transparent;
	color:#FFFFFF;
	height:30px;
	margin-left:135px;
	margin-right:135px;
	padding:5px;
}

#menuFooterMiddle a {
	font-size:12px;
	background-color:transparent;
	color:#FFFFFF;
	text-decoration: underline;	
}

#menuFooterRight {
	background-image:url(../images/layout/footer_menu.jpg);
	background-repeat: no-repeat;
	width:135px;
	height:30px;
	float:right;
	margin-top:-15px;
}