body {
	background-color: #CEA699;
	color: #300;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	padding: 0;
}

#accessibility {
	position: absolute;
	left: -2000px;
	top: -2000px;
	display: none;
}

#page {
	width: 940px;
	margin: 0 auto 1em;
	position: relative;
	padding-top: 85px;
}

#head {
	text-align: center;
	position: absolute;
	left: 0;
	top: 15px;
	z-index: 3;
}
#head h1, #head p {
	margin: 0;
	color: #B8A9A5;
	font-weight: normal;
	font-size: 1.4em;
	letter-spacing: .3em;
}
#head a {
	color: #B8A9A5;
	text-decoration: none;
}


#navigation {
	position: absolute;
	top: 13px;
	right: 0;
	z-index: 4;
	padding-bottom: 13px;
	padding-left: 2em;
	background-image: url(../img/menuline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
}
#navigation li {
	margin: 0;
	padding: 0;
	float: left;
	border-right: 1px dotted #FFF;
}
#navigation li.last {
	border-right: 0;
}
#navigation li a {
	display: block;
	padding: .1em 1em .2em;
	color: #FC3;
	font-size: .9em;
	text-decoration: none;
}
#navigation li.last a {
	padding-right: 0;
}
#navigation li.active a {
	background-color: #A27A3A;
	color: #FFF;
}
#navigation li.last.active a {
	padding-right: 1em;
}
#navigation li a:hover {
	text-decoration: underline;
}


#webslogan {
	position: absolute;
	top: 64px;
	right: 0;
	z-index: 3;
	margin: 0;
	color: #A99692;
	font-weight: bold;
	font-size: 1.1em;
}

#content-border {
	border: 1px solid #300;
	padding: 4px;
}

#content {
	background-color: #300;
	color: #FFF;
	padding: 1em 15px 15px;
}

/* Start clearfix */

#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#content {display: inline-table;}

/* Hides from IE-mac \*/
* html #content {height: 1%;}
#content {display: block;}
/* End hide from IE-mac */

/* End clearfix */


#content h1 {
	margin-top: 0;
}

#content h2 {
	margin-top: .5em;
}

#content p {
	line-height: 1.2em;
}
#content .intro {
	line-height: 1.4em;
}
#content p.intro {
	margin-bottom: 1.4em;
}

#content .maincontent {
	width: 490px;
	float: left;
}

#content .relatedcontent {
	width: 390px;
	float: right;
}

.list .item {
	border-bottom: 1px dotted #FFF;
	padding-bottom: .5em;
	margin-bottom: .5em;
}
.list .item.last {
	border-bottom: 0;
}
.list .item h3 {
	margin-top: 0;
}
.list .item h3 a {
	text-decoration: underline;
}
.list .item p {
	margin-bottom: 0;
}
.item img.thumb {
	float: left;
	margin-right: .5em;
}

/* Start clearfix */

.list .item:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.list .item {display: inline-table;}

/* Hides from IE-mac \*/
* html .list .item {height: 1%;}
.list .item {display: block;}
/* End hide from IE-mac */

/* End clearfix */


#footer {
	clear: both;
	text-align: center;
	font-size: .8em;
	margin: 1em 0 2em;
}
#footer p {
	margin-bottom: .4em;
}
#footer a {
	color: #300;
}