body {
	font-family: "Lucida Sans Unicode", Arial, Tahoma, Verdana, Georgia;
	/*background-color: #140c0b;*/
	background-color: #b0a577;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	color: #3b2823;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #705b57;
	text-decoration: none;
}

a.selected {
	color: #705b57;
	text-decoration: none;
}

a {
  outline: none;
}

:focus {
  -moz-outline-style: none;
}


#container {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	margin-top: -45px;
	margin-left: -50%;
}

#canvas {
	background-color: #FFFFDC;
	height: 90px;
	width: 100%;
	text-align: center;
}

#layout {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color: #FFFFDC;
}


/* HEADER */

#header {
	position: relative;
	width: 960px;
	height: 90px;
}

#header div.leftcontent {
	float: left;
	margin-right: 10px;
	font-size: 17px;
	font-style: italic;
	font-family: Garamond;
	padding-top: 32px;
	font-weight: bold;
}

#header div.rightcontent {
	float: right;
	margin-left: 10px;
	padding-top: 17px;
}

/* TOP NAVIGATION */

#topnavi {
	font-style: italic;
	font-family: Garamond;
	font-size: 17px;
	padding-top: 32px;
	float: left;
}

#topnavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#topnavi ul li {
	float: left;
	padding-right: 10px;
}

#topnavi ul li a:link, #topnavi ul li a:visited, #topnavi ul li a:active {
	display: block;
	background-position: 0% 0px;
}

#topnavi ul li a:hover {
	background-position: 0% -26px;
}

#topnavi ul li a.selected {
	background-position: 0% 26px;
}
