html, body{
	/*margin:0;*/
}
#wrapper{
	width:53em;
	margin:0;
	text-align:left;
}

/* HEAD */
#head{
	height:13.5em;
	background:#c8b26c url(../img/head.png) no-repeat fixed 0.5em 0%; */top left; no-repeat scroll 0px 0%;*/
}

/* LOGO */
#logo{
	text-align:right;
}

/* NAVIGATION */
#navlist {
	margin:0.8em 2.5em 2em 3em;		/* top right bott left*/
	width:8em;
	float:left;
}
#navlist ul {
	margin:0;
    padding:0;
/*list-style:none;*/
}
#navlist ul li {
	list-style:none;
	text-decoration:none;
	text-align:right;
}
#navlist ul li a {
	text-decoration:none;
	border:none;
	/*white-space:nowrap;*/
}
#navlist ul li a:hover {

}
#navlist ul li a.active {
	/*border:0.1em solid green;*/
}
/* BODY */
#content{
	float:left;
	width:40em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.69em;
	line-height:1.6em;
	color:#333;
	margin:0 0 2em 1.5em;		/* top right bott left*/
}

/* FOOTER */
#footer{
	background:#c8b26c;
	text-align:center;
	height:3em;
}
#footer img{
	margin-top:0.5em;
}
/* GENERAL */
a {
	color:#333;
}
a img{
	border: none;
}

.clear{
	clear:both;
}

.producedBy{
	text-align:right;
	font-size:x-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#c8b26c;
}

.producedBy a{
	/*color:#c4ae1a;*/
}
