@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

body {
	background-image: url(img/layout/lmDegBkg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
	text-align:center;
}

#geral {
	width:905px;
	position: relative;
	margin:0 auto;
}

#header {
	height:50px;
	text-align:left;
}

#hmenu {
	position:relative;
	width:725px;
	height:45px;
	margin-left:90px;
}
#corpo {
}
#footer {
	margin-top:20px;
	padding-top:10px;
	height: 30px;
	clear:both;
}
