/* standard elements */
* {

}
a {
	color: #5C4033;
}
a:hover {
	color: #D2B48C;
}
body {
	background: #EDD7AC url(img/body_bg.gif) repeat-x;
	color: #696969;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
input {
	color: #696969;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	color: #5C4033;
}

h1 {
	color: #5C4033;
	font-size: 1.8em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	line-height: 1.8em;
}
h2 {
	color: #5C4033;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 2.2em;
}
h3 {
	color: #5C4033;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.6em;
}
h4 {
	color: #5C4033;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 1.4em;
	line-height: 1.6em;
}
code {
	background: #F5F5F5;
	border: 1px solid #FFFFFF;
	border-left: 6px solid #FFFFFF;
	color: #696969;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
/* misc */
.clearer {
	clear: both;
}
/* structure */
.container {
	margin: 0 auto;
	width: 956px;
	border: 1px solid #FFFFFF;
}

/* header */
.header {
	height: 100px;
	margin: 0 auto;
	width: 956px;
	background-image: url(img/bg_header.gif);
	background-repeat: repeat-x;
}

.logo-centre {
	margin-left: 279px;
	margin-right: 279px;
}

h1#homePage {
	position:relative;
	width:595px;
	top:-13em;
	left:7px;
	z-index: auto;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 7px 7px 2px 7px;
}

/* title */

.title {
	padding: 32px;
}
.title h1 {
	color: #5C4033;
	font: normal 3.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}

/* accessibility navigation */

#breadcrumbsStrip {
	width: 956px;
	font-size:1.0em;
	color:#5C4033;
	margin: 0 auto;
	padding:.9em 10px 0;
}
	
#breadcrumbsStrip a:link, #breadcrumbsStrip a:visited {
	color:#5C4033;
	font-weight:bold;
	text-decoration:none;
}

#breadcrumbsStrip a:hover, #breadcrumbsStrip a:focus, #breadcrumbsStrip a:active {
	color:#fff;
}

#breadcrumbsStrip ul {
	float:right;
	top: -7px;
}

#breadcrumbsStrip ul li {
	display:inline;
	padding:0 1px;
}

#hidden {
	visibility: hidden;
}


/* navigation */

.navigationbg {
	background: #EEDFCC url(img/bg_navigation.gif) repeat-x;
	height: 22px;
	width: 956px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin:0;
 	padding:0;
	text-align:center;
	border-bottom: 1px solid #FFF8DC;
}

ul.navigation {
	font-size: 1.2em;
	color: #5C4033;
	font-weight: bold;
 	margin:0;
 	padding:0;
 	position:relative;
 	top:0px;
}

.navigation li {
	display: inline;
	list-style-type:none;
	padding:0;
	margin:0;
}

.navigation a {
	color: #5C4033;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 2.0em;
	text-decoration: none;
}

.navigation a:hover, .navigation a:focus, .navigation a:active {
	color: #F5F5F5;
}

.navigation a:visited {
	color: #F3F3F3;
}

/* main */
.main {
	background-color: #FFF;
}

/* content */

.content {
	float: left;
	width: 616px;
	background-color: #FFF8DC;
	height: 493px;
}
.content .descr {
	color: #696969;
	font-size: 1.1em;
	padding-top: 20px;
	padding-right: 22px;
	padding-bottom: 16px;
	padding-left: 22px;
	height: 422px;
}

.content-auto {
	float: left;
	width: 616px;
	background-color: #FFF8DC;
	height: auto;
}
.content-auto .descr-auto {
	color: #696969;
	font-size: 1.1em;
	padding-top: 20px;
	padding-right: 22px;
	padding-bottom: 16px;
	padding-left: 22px;
	height: auto;
}

.sidebar {
	background-color: #FFF8DC;
	width: 338px;
	float: right;
	border-left: 1px solid #FFF8DC;
}

.image-spacer {
	width: 338px;
	height: 1px;
	background-color: #FFF8DC;
}

.links {
	background-color: #FFF8DC;
	padding-right: 22px;
	padding-left: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 1.6em;
	text-align: right;
	float: left;
	color: #5C4033;
	width: 572px;
	height: 22px;
}
.bottombar {
	background: #5C4033 url(img/footer_bg.gif) repeat-x;
	height: 27px;
	margin: 0 auto;
	width: 956px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #F9F99F;
	font-weight: bold;
	text-align: center;
	line-height: 2.5em;
	letter-spacing: 2px;
	border-top: 1px solid #FFF8DC;
}
/* footer */
.footer {
	color: #5C4033;
	font-size: 1.1em;
	line-height: 3.0em;
	text-align: center;
	width: 800px;
	margin: 0 auto;
}
.footer a {
	color: #5C4033;
}
.footer a:hover {
	color: #F5F5F5;
	text-decoration: underline;
}

