			html, body {
				margin:0; padding:0;
				height:100%; width:100%;
				background:#FFFFFF;
			}
			
			body {
				margin-top:10px;
			}
			
			.clear {
				width:100%; height:0;
				overflow: hidden;
				clear:both; background:#FF0000;
			}
			#geral {
				width:780px; margin:0 auto;
				background:#FFFFFF;
			}
			
			#cabecalho {
				width:780px;
			}
			#cabecalho #logo {
				width:140px; text-align:center;
				float:left; height:130px;
				background:url(image/fundo_logo.gif) right bottom no-repeat;
			}
			
			#cabecalho #logo img {
				margin-top:15px;
			}
			
			#cabecalho #menu {
				width:640px; float:right;
				height:130px; background:url(image/fundo_menu.jpg) bottom center no-repeat;
			}
			#content {
				width:780px; background:#871F20 url(image/fundo_content.jpg) center bottom no-repeat;
				font-family:"Trebuchet MS", Verdana, "Courier New";
			}
			
			#content #left{
				width:100px; float:left; padding-top:18px;
				background:url(image/fundo_contentLeft.gif) left top no-repeat;
			}
			
			#content #rodape{
				clear:both; background:#FFFFFF url(image/fundo_rodape.jpg) no-repeat top;
				height:81px;			
			}
			
			#content #center {
				width:495px; float:left;
				padding:30px 10px 0 10px; color:#FFFFFF; font-size:11px;
			}
			
			#content #center h1 {
				font-size:16px;
			}
			
			#content #center h2 {
				font-size:14px;
				margin:40px 0 5px 0; padding:0;
			}			
			
			#content #center p {
				margin:0; padding:5px 0;
			}
			
			#content #right {
				width:150px; float:right; color:#E9690D;
				padding-right:10px; font-size:10px; text-align:center;
			}
			
			#content #right #border {
				border-right:1px solid #E9690D;
				border-top:1px solid #E9690D;
				text-align:left; width:140px;
				padding:10px 10px 0 0;
			}
			
			#content #right #border img.l, #content #right #border img.r  {
				border:2px solid #FFFFFF; float:left;
				display:block; width:64px; margin:1px;
			}
			#content #right #border img.r {
				float:right;
			}
			
			#content #right #border #clear {
				clear:both; width:100%;
			}

