/* CSS Document */

html, body{
	margin:0;
	padding:0;
}

body {
	background-color:#fff;
	color:#7f4903;
	font-family:'Futura', 'Futura Medium', 'Futura LT Medium', 'Josefin Sans', 'Century Gothic',Arial, Helvetica, sans-serif
}
#wrapper {
	width:960px;
	margin:0px auto;
}
#sidetitle {
	width:200px;
	
}
#topnav {
	width:760px;
	float:right;
	text-align:right;
	font-size:20px;
}
#topnav a {
	text-decoration:none;
	color:#7f4903;
}
#topnav a:hover {
	text-decoration:underline;
}
#maincontent {
	width:760px;
	float:right;
	clear:right;
	margin:20px 0px;
	padding:20px 0px;
	border-top:solid 5px #7f4903;
	border-bottom:solid 5px #7f4903;
	
}
.rightspace {
	margin-right:12px;
}
#footer {
	width:760px;
	float:right;
	clear:right;
	text-align:center;
}
#galleria{height:460px;}