* {
	margin:0;
	padding:0;
}

html, body {
	/* 
		we can't set the min-height on #containerWrapper if
		the parent elements don't have declared heights
	*/
	height:100%;
}

body {
	font:normal 95%/140% "times new roman";
	color:#DDC;
	background:#521;
	text-align:center;
}

img {
	border:0;
}

a {
	color:#EDC;
}

a:active,
a:focus,
a:hover {
	color:#FFF8F0;
}

#containerWrapper {
	width:768px;
	min-height:100%;
	margin:0 auto;
	text-align:left;
	background:#5D2A19;
}

* html #containerWrapper {
	/* 
		IE6 and earlier have no min-height, but incorrectly
		treat height as such.
	*/
	height:100%;
}

#container {
	/*
		we pad the bottom of #container to make room for the footer
		to ride up over. Should be the height of your footer plus
		any extra padding you want to add.
	*/
	padding-bottom:32px; 
}

h1 {
	height:80px; /* trip haslayout */
	padding:10px 20px;
	position:relative;
	font:bold 18px/20px "times new roman",times,serif;
	background:url(images/h1Background.jpg) top right no-repeat;
}

h1 a {
	color:#ADB2B8;
	text-decoration:none;
}

h1 strong {
	display:block;
	letter-spacing:-4px;
	vertical-align:bottom;
	text-decoration:underline;
	font:normal 45px/50px "times new roman",times,serif;
}

h1 b {
	font-weight:normal;
	color:#D3D0C9;
}

h1 a:active,
h1 a:hover,
h1 a:focus,
h1 a:active b,
h1 a:hover b,
h1 a:focus b {
	color:#FFF;
}

h1 em {
	font:normal 26px/50px "times new roman",times,serif;
}

h1 em b {
	position:relative;
	top:5px;
	text-decoration:none;
	font-size:40px;
}

h1 span {
	position:absolute;
	top:10px;
	left:20px;
	width:200px;
	height:80px;
	background:url(images/h1Logo.gif) 0 0 no-repeat;
}

#mainMenu {
	list-style:none;
	overflow:hidden; /* wrap floats */
	height:28px; /* trip haslayout, wrap floats IE */
	padding:0 10px;
	background:#D1D2C4;
}

#mainMenu li {
	display:inline;
}

#mainMenu a {
	float:left;
	padding:5px 10px;
	text-decoration:none;
	text-transform:uppercase;
	font:normal 14px/16px "times new roman";
	color:#631;
}

#mainMenu a:active,
#mainMenu a:focus,
#mainMenu a:hover {
	background:#410;
	color:#D1D2C4;
}

#content p {
	margin:1em 20px;
}

.thumbLists {
	position:relative;
	overflow:hidden;
	zoom:1;
	padding:10px 0 0 440px;
}

.thumbLists h2 {
	text-transform:uppercase;
	font:normal 24px/40px "times new roman",times,serif;
}

.thumbLists h2 a {
	color:#EDC;
	text-decoration:none;
}

.thumbLists h2 a:active,
.thumbLists h2 a:focus,
.thumbLists h2 a:hover {
	text-decoration:underline;
}

.thumbLists ul {
	overflow:hidden;
	width:100%;
	list-style:none;
}

.thumbLists li {
	display:inline;
}

.thumbLists li a {
	float:left;
	width:90px;
	height:90px;
	margin-right:18px;
	margin-bottom:18px;
}

.thumbLists li a img {
	position:absolute;
	top:20px;
	left:-999em;
	width:400px;
	height:400px;
}

.thumbLists li a span {
	display:block;
	width:90px;
	height:90px;
	background:#000;
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
}

.thumbLists li a:active span,
.thumbLists li a:focus span,
.thumbLists li a:hover span {
 	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}

.thumbLists li a:active img,
.thumbLists li a:focus img,
.thumbLists li a:hover img {
	left:20px;
}

#content .thumbLists p {
	text-align:center;
	margin:10px 20px 10px 0;
	font:normal 16px/20px "times new roman",times,serif;
}

#footer {
	position:relative; /* changes depth sorting */
	width:768px;
	height:32px;
	margin:-32px auto 0;
	font:normal 14px/32px "times new roman",times,serif;
	border-top:2px solid #A98;
}

#contactContent {
	height:400px;
	padding:20px 20px 0 440px;
	background:url(images/contactBigImage.jpg) 20px 20px no-repeat;
}

#contactContent div {
	height:400px;
	padding:0 1em;
	color:#631;
	background:#D1D1B4;
}

#contactContent div p {
	padding:1em 0;
}

#aboutContent,  
#aboutContent div { 
    min-height:400px; 
} 

* html #aboutContent, 
* html #aboutContent div { 
    height:400px; 
} 

#aboutContent { 
    padding:20px 20px 0 440px; 
    background:url(images/contactBigImage.jpg) 20px 20px no-repeat;
} 

#aboutContent div { 
    padding:0 1em; 
    color:#631; 
    background:#D1D1B4; 
}

h1.contact {
	height:50px; /* trip haslayout */
	padding:40px 20px 10px;
	font:normal 48px/50px "times new roman",times,serif;
}

