body {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2d1d08;
	background: #FFFFFF url(images/bg_image.jpg) no-repeat center top;
	width: 100%;
}
html, body {
height: 100%;
margin: 0px;
padding: 0px;
}
 
* {
margin:0px;
padding:0px;
}
 
div#shim {
visibility: hidden;
width: 100%;
height: 50%;
margin-top: -250px;
float: left;
}
 
div#wrapper {
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
width: 850px;
padding: 10px;
clear: both;
text-align: left;
background-color: #FFF;
border: solid 1px #cb530a;
position: relative;
top: -275px;
/* IE4ever Hack: Hide from IE4 **/
position: static;
/** end hack */
}
/* Hide from IE5mac \*//*/
div#shim {
display: none;
}
html, body {
height: auto;
}
/* end hack */
/* ]]> */

#MidContainer {
	width: 850px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.header {
	height: 70px;
	background: url(header.png) no-repeat;
}

.footer {
	position: relative;
	width: 840px;
	margin: 0 auto;
	padding: 5px 0px 0px 0px;
	background-color: #FFF;
	height: 35px;
	clear: both;
}
.footer a {
	text-decoration: underline;
	border: 0;
}
.footer p {
	position: absolute;
	left: 0;
	bottom: 7px;
	width: 840px;
	padding: 0px;
	text-align: center;
	font-size: 0.7em;
	font-weight: bold;
}
#leftCol {
	width: 375px;
	height: 375px;
	background-color: #000;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	text-align: left;
	border: 1px;
	border-color: #000;
}
#mySlideshow {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	width: 375px;
	height: 375px;
}
#rightCol {
	width: 465px;
	color: #2d1d08; /* text colour */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
}
p {
	font-size: 0.85em;
	line-height: 1.3em;
	padding: 7px;
}
h1 {
	font-size: 2.5em;
	font-weight: bold;
	font-style: normal;
	margin: 15px 5px;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 0.9em;
	font-weight: bold;
	border-color: #999;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	padding: 0px 0px 5px 8px;
	margin-top: 5px;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 1em;
	font-weight: lighter;
	font-style: italic;
	letter-spacing: 0.10em;
	border-color: #999;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	padding: 0px 0px 5px 8px;
	margin-top: 5px;
}
h4 {
	font-size: 0.9em;
	font-weight: bold;
	font-style:italic;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	line-height:1.2em;
}
.quote {
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height:1.5em;
}
.date {
	font-size: 0.6em;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.strong {
	font-weight: bold;
}

a:link {
	font-weight: bold;
	color: #2d1d08; /* Text Colour */
	text-decoration: none;
	border: 0px;
}
a:hover {
	font-weight: bold;
	color: #cb530a; /* orange */
	text-decoration: underline;
	border: 0px;
}
a:visited {
	font-weight: bold;
	color: #51494b; /* Mid Brown */
	text-decoration: none;
	border: 0px;
}
a:active {
	font-weight: bold;
	color: #2c2022; /* Dark brown */
	text-decoration: none;
	border: 0px;
}
#Acc1.Accordion {
	width: 463px;
}

span.AccordionPanelContent {
	display: block;
}

.CollapsiblePanelTab {	
	font-size: 0.9em;
}
#thumb-row {
	height: 100px;
	padding: 5px 0px 6px 0px;
	border: none;
	float: left;
}
#thumb {
	height: 100px;
	width: 100px;
	padding: 0px 6px 0px 5px;
	border: none;
	float: left;
}
