@charset "utf-8";
/* CSS Document */
html,body{margin:0;padding:0}

body {
	background:url(imagens/bg.gif) repeat-x #f2f2f2;
	}
	
#fundo {
	width:800px;
	margin:0 auto;
	padding:0px;
	}
#banner {
	background:url(imagens/banner.gif) no-repeat;
	width:800px;
	height:145px;
	margin:0 auto;
	padding:0px;
	}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#705b35;
	border-bottom:1px solid #705b35;
	margin-top:80px;
	}

#box {
	width:800px;
	height:153px;
	margin:0 auto;
	}