@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #FFF8EB;
	background-image: url(../images/Site/paper.jpg);
	background-position: 0px 0px;
}

.content{
	width:800px;
	margin:auto
}
  
            #galleria{
	height:500px;
}

#header {
	height: 100px;
	width: 800px;
	background-image: url(../images/Site/header.jpg);
	background-position: center center;
}
#galleryholder {
	background-image: url(../images/Site/gallery_paper1.jpg);
	width: 800px;
	background-position: 0px 0px;
	height: 500px;
	background-repeat: no-repeat;
}
        ul#nav {
	margin: 0px;
	height: 44px;
	width: 800px;
	background-image: url(../images/Site/nav_paper.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	list-style-type: none;
	text-align: center;
	padding-bottom: 20px;
}
ul#nav li{
	margin: 0px;
	display: inline;
	padding-top: 20px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	line-height: 44px;
	font-family: garamond;
	font-size: 11px;
	letter-spacing: 0.1em;
}
ul#lowernav {
	margin: 0px;
	height: 44px;
	width: 800px;
	background-image: url(../images/Site/lower_nav_paper.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	list-style-type: none;
	text-align: center;
	padding-bottom: 0px;
	background-position: center bottom;
}
ul#lowernav li {
	margin: 0px;
	display: inline;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 44px;
	font-family: garamond;
	font-size: 11px;
	letter-spacing: 0.1em;
}
a {
	color: #8E806B;
	text-decoration: none;
}
a:hover {
	color: #BBA98D;
	text-decoration: none;
}
