body {
	background: url(img/body.gif) #740000;
	text-align: center;
	margin: 0px;	
}

div#container {
	width: 770px;	
	margin: auto;
	margin-top: 40px;
	background: url(img/container.gif) top repeat-y #5F0602;
	text-align: left;
}

div#top {
	background: url(img/top.jpg);
	height: 113px;
}

	a#toplogo {
		height: 93px;
		width: 90px;		
		display: block;
		line-height: 0px;
		top: 25px;
		left: 340px;
		position: relative;		
		text-indent: -9999px;
	}
	

div#header {
	background: url(img/header.jpg);
	height: 124px;
	width: 717px;
	margin-left: 27px;
	text-indent: -9999px;
}

div#menu {
	height: 24px;
	width: 717px;
	background: url('img/menubg.jpg');
	margin-left: 27px;		
	text-align: center;
}

div#menu a {
	font-family: garamond, times;
	font-size: 16px;
	font-weight: bold;
	color: #EFD19D;
	text-decoration: none;
	line-height: 24px;
	padding-left: 20px;
	padding-right: 20px;
}

div#menu a:hover {
	background: #731805;
}

div#content {
	width: 717px;
	margin-left: 27px;	
	background: url(img/content.gif) top repeat-y;
}


	div#keret {
		width: 717px;
		height: 28px;
		background: url(img/keret.gif);
	}
	div#textwrapper {
		padding: 0px 40px 20px 40px;
		margin-top: -20px;		
	}	
	
div#footer {	
	height: 59px;	
	background: url(img/foot.jpg) top center no-repeat;	
	margin: 0px;
	padding: 0px;
}

	div#footerwrapper {
		width: 717px;
		height: 20px;
		margin: 0px 0px 0px 27px;	
		text-align: center;
		padding: 3px 10px 0px 0px;
	}



/* TIPOGRÁFIA */

#textwrapper {
	color: #620E04;
	font-family: arial, helvetica, sans;
	font-size: 12px;
	text-align: left;
	line-height: 170%;	
}

	#textwrapper h1 {
		font-family: garamond, times, serif;
		color: #600;
		font-weight: bold;
		font-size: 24px;
		text-align: center;
		margin: 0px 0px 10px 0px;
	}

	#textwrapper h2 {
		font-family: garamond, times, serif;
		color: #600;
		font-weight: bold;
		font-size: 20px;
		text-align: left;
		margin: 10px 0px 10px 0px;
	}

	#textwrapper h4 {
		font-family: garamond, times, serif;
		color: #600;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
		font-style: italic;
		margin: 10px 0px 10px 0px;
	}

	#textwrapper p {
		text-align: justify;	
	}

		#textwrapper p.indent {
			margin-left: 20px;
		}
		
		#textwrapper p.indentmore {
			margin-left: 35px;
		}

	#textwrapper a {
		color: #fff;
		text-decoration: none;
	}

	#textwrapper a:hover {
		color: #FEDD9B;
		text-decoration: underline;
	}

#footer {
	color: #FEDD9B;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana, arial, helvetica;
}




	


	
