/* CSS Document */

body {
 background-color: #1E6E19;
 background-image: url(fundo.jpg);
 background-position:top;
 background-repeat:repeat-x;
}
body {behavior:url(csshover.htc)}

hr, .none {display:none}
a {
	text-decoration:none;
	color:#666666
}
a: hover {color:#f00}
a img {border:none}

#header, #container, #footer {width:750px; margin:0 auto; background-color:#fff}
#header {height:203px}
#header h1 {display:inline}
#header h1 img {margin:0 0 0 8px; float:left}
