body
	{
	margin: 0;
	padding: 0;
	font: 80% arial, helvetica, sans-serif;
	background: #669900 url(images/fondodinamico.gif);
	text-align: center;
}
	
	#container
	{
	width: 680px;
	margin: 10px auto;
	background: #FFF5EE none;
	padding: 10px;
	text-align: left;
}
	
	#header
	{
	height: 130px;
	background: url(images/header.gif) no-repeat;
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	color: White;
}
	
	h1 em
	{
		position: absolute;
		left: -2000px;
		width: 1800px;
	}
	
	#nav
	{
	float: left;
	width: 120px;
	padding-bottom: 74px;
	background: #CC3300;
}
	
	#nav ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#nav li
	{
		display: inline;
	}
	
	#nav a
	{
		display: block;
		width: 100px;
		padding: 3px 10px 4px 10px;
		border-top: 1px solid #fff;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		font-size: 110%;
	}
	
	
	#nav a:hover
	{
	background: #669900;
	color: #263E59;
}
	
	#content
	{
	float: left;
	width: 500px;
	margin: 0 19px;
	background: none no-repeat;
	color: #036;
}
	
	#content a:hover
	{
		background: #C7D17A;
		color: #263E59;
	}
	
	#content h2
	{
		margin-top: 0;
	}
	
	#content p
	{
		text-align: justify;
	}
		
	}
	
	blockquote
	{
		float: left;
		width: 105px;
		margin: 0;
		padding: 0;
		padding-bottom: 74px;
		background: #3F5D7E url(site/nav-base.jpg) repeat-x 0 100%;
		text-align: center;
	}
	
	blockquote p
	{
		margin: 0;
		padding: 10px;
		font: italic 130%/140% times, serif;
		color: #fff;
	}
	
	#footer
	{
	width: 680px;
	height: 25px;
	clear: both;
	background: #CC3300;
	
	text-align: center;
	color: White;
}
	
	#footer a
	{
		color:#c7d17a;
		text-decoration: none;
	}
	
	#footer a:hover
	{
		color:#fff;
		text-decoration: none;
	}
