body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: khaki;
	line-height: 130%;
	font-family: lucida, arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}

#wrapper-header {
	background: saddlebrown;
}
	
#logo {
	padding: 10px;
	position: absolute;
	left: 12em;
	top: 1em;
}


#header {
	background: saddlebrown url('images/banner.jpg') right no-repeat; /* url('images/banner.jpg') right no-repeat */
	width: 75%;
	height: 250px; /* ori 125px */
	line-height: 125px; /* ori 125px */
	margin: 0 auto;
	border-left: 1px solid orange;
	border-right: 1px solid orange;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 250%; /* ori: 220% */
	padding-left: 10px;
	letter-spacing: -1px;
}

#wrapper-menu {
	background: orange /* url('images/menu-background.png') top left repeat-x */;
	float: left;
	width: 100%;
}

#menu {
	width: 75%;
	margin: 0 auto;
	font-size: 180%; /* ori 95px */
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid orange;
	border-right: 1px solid orange;
	width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: orange /* transparent*/;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #lightorange;
}

#menu a:hover {
	background: #ffffff /* #b6e41c url('images/menu-hover.png') repeat-x*/;
	color: orange; /* #485b06 */
}

#content {
	width: 73%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 3.5em 1% 20px 1%;
	border-left: 1px solid orange;
	border-right: 1px solid orange;
	background: white;
	font-size: 90%;
	text-align: left;
}

html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 73%;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	background: orange /* url('images/menu-background.png') top left repeat-x*/;
	border: 1px solid orange;
	font-size: 80%;
}

h2 {
	color: orange;
	padding-bottom: 3px;
	border-bottom: 1px solid orange;
	font-size: 150%;
	letter-spacing: -1px;
}

a:link, a:visited {
	color: #260;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

/* ######### */
/* slideshow */
/* ######### */

*{
	margin:0;
	padding:0;
}

#container{
	width:604px;
	height:453px;
	position:relative;
}

#container .prevButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('ref/buttons.png') no-repeat;
	top:50%;
	margin-top:-36px;
	cursor:pointer;
	z-index:2000;
	background-position:left top;
	left:0
}

#container .prevButton:hover{ background-position:left bottom;left:0;}

#container .nextButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('ref/buttons.png') no-repeat;
	top:50%;
	margin-top:-36px;
	cursor:pointer;
	z-index:2000;
	background-position:right top;
	right:0
}

#container .nextButton:hover{background-position:right bottom;right:0;}

#container ul{
	width:604px;
	height:453px;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
}

#container li:first-child{
	display:list-item;
	position:absolute;
}

#container li{
	position:absolute;
	display:none;
}