* {margin:0; padding:0;}
body {
	margin-top: 20px;
	text-align:center; /*center hack*/
	background-color: #634d43;
}
#wrap {
	width:800px; 
	margin:0 auto; /*center hack*/
	text-align:left; /*center hack*/
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid black; 
	background-color: white;
}
#header {
	height:120px;
	background:url("images/_header.png");
	margin:10px 10px 0px 10px;
}
#menu {
	height:24px;
	background-color:white;
}
#pagecontent{
	background-color:#f0e2bf;
	margin:0px 10px 10px 10px;
	padding:1px;
}
#pagecontent div{}
/* Two columns */
#pageleft{
	float:left;
	width:230px;
} 
#pageright{
	float:left;
	width:548px; 
}
#pagefooter{
	clear:both;
}
/* Two columns */
#pageleft div{
	margin:10px 5px 10px 10px;
} 
#pageright div{
	margin:10px 10px 10px 5px;
} 
/* One column */
#pagesingle{
	margin:10px 10px 10px 10px;
} 
#pageleft div,
#pageright div,
#pagesingle{
	background-color:white;
	border:1px solid #ccc;
} 
/* Typography Styles */
h1,h2,h3,h4 {
		font-family: Georgia, Times, serif;
		font-weight: bold;
		font-variant: small-caps;
		color: #765d3e;
}
#pageright h1,
#pagesingle h1 {
		font-size: 18px;
		border-bottom: solid 1px #765d3e;
		margin: 20px;
}
#pageright h2 ,
#pagesingle h2 {
		font-size:14px;
		margin:5px 20px 5px 20px;
		background:url("images/_arrow.png") no-repeat left;
		padding-left:25px;
		display: inline;
}
#pageright ul ,
#pagesingle ul {
	margin: 0px 30px;
	padding: 5px 20px;
	text-align: justify;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height:1.5em;
}
#pageright p ,
#pagesingle p{
	padding: 5px 20px;
	text-align: justify;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height:1.5em;
}
#pageleft h1 {
		font-size: 14px;
		line-height: 1,2em;
		margin: 10px;
		border-bottom: solid 1px #765d3e;
}	
#pageleft h2 {
		font-size:13px;
		margin:5px 15px;
		background:url("images/_arrow.png") no-repeat left;
		padding-left:25px;
		display: inline;
}
#pageleft h3 {
		font-size:13px;
		margin:5px 15px;
}
#pageleft ul {
	margin: 0px 10px;
	padding: 5px;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height:1.8em;
}
#pageleft li {
	list-style-type: none;
}
#pageleft p {
	padding: 5px 15px;
	text-align: justify;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height:1.5em;
}
img{
	margin: 5px 15px 5px 15px;
}
.right {
	float:right;
}
.left {
	float:left;
}
.clear{
	clear:both;
}	
.quote {
	font-weight: bold;
	font-style: italic;
	margin: 0 10px 0 0;
	padding: 20px 0 10px 20px;
}




/* Menu styles */
#tabs {
		margin: 0;
		padding: 0 0 20px 10px;
	}	
#tabs li {
		margin: 0; 
		padding: 0;
		list-style-type: none;
		display: inline;
 	}	
#tabs a {
		font-weight: bold;
		line-height: 14px;
		text-decoration: none;
		color: #708491;
		padding: 4px 35px 6px 12px; /* Arrange to fit menu width */
 		float: left;
		}
#tabs 	a:hover {
		color: #765d3e;
 	}			  	
#selected a {
		color: #765d3e;
	}					
body#home #home_tab a,
body#helga #helga_tab a,
body#attivita #attivita_tab a,
body#pony #pony_tab a,
body#struttura #struttura_tab a,
body#cavalli #cavalli_tab a,
body#dove #dove_tab a,
body#eventi #eventi_tab a,
body#foto #foto_tab a,
body#links #links_tab a { 
	background-color: white;
	color: #765d3e;
	background: url("images/_pyra.png") no-repeat bottom center;
}
	