		@import url("css.css");

		html, body{
			margin: 0;
			padding: 0;
			background: #42240A;
			background-image: url(../images/background02.jpg);
			background-repeat: no-repeat;
			background-position: top;
			font-family: MS Serif, Tahoma, Verdana, sans-serif;
			font-size:13px;
			color:#000000;
		}

		#containerMain {
			width: 778px;
			\width: 798px;
			w\idth: 778px;
			margin-top: 0px;
			margin-left: auto;
			margin-right: auto;
		}

		#top {
			height: 188px;
		}
		
		#topbar {
			color: #FFFFFF;
			height: 41px;
			background: url(../images/menu_topo.jpg);
			background-repeat:repeat-x;
		}
		
		#containerContent {
			width: 778px;
			\width: 798px;
			w\idth: 778px;
			background-image: url(../images/back_content.gif);
			background-repeat: no-repeat;
			background-position: top;
		}
		
		#content {
			float: left;
			width: 520px;
		}

		#sidebar {
			float: left;
			width: 185px;
			padding-left:40px;
			background-image: url(../images/separa_menu.jpg);
			background-repeat: no-repeat;
			background-position: right;
		}

		#footer {
			color: #FFFFFF;
			width: 778px;
			\width: 798px;
			w\idth: 778px;
			height: 111px;
			background-image: url(../images/rodape.jpg);
			clear: both;
		}