html, body {
	background: Gray url(images/body_bg.png) repeat scroll top;
	color: White;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	text-align: center;
}

a:link, a:visited, a:active {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid Gray;
}

a:hover {
	color: #530000;
	border-bottom-color: White;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 1.125em;
	text-align: center;
}

div#topText {
	color: #CCC;
	height: 14px;
	font: .625em/.875em Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
}

div.flashIntro {
	min-width: 800px;
	height: 750px;
}

div#mainContainer {
	background: url(images/content_bg.jpg) no-repeat center;
	height: 677px;
}

div.flashMenu {
	height: 210px;
	width: 100%;
}

p#noFlash {
	color: #530000;
	background-color: #e9ce99;
	margin: 40px auto;
	padding: 40px;
	width: 800px;
}

div#mainContent, div#slideshow {
	color: #530000;
	height: 445px;
	width: 632px;
	margin: -33px auto 20px auto;
	padding: 0 38px 0 30px;
	overflow: auto;
	text-align: justify;
}

div#slideshow {
	/* Inherits color, height, overflow and text-align */
	width: 701px;
	padding: 0;
}

div#slideshow h1 {
	/* Inherits normal h1 */
	margin-bottom: 17px;
}

div#mainContent p {
	font-size: .875em;
}

div#mainContent li {
	font-size: .875em;
	margin: 2px;
}

div#footer a:link, div#footer a:visited, div#footer a:active {
	color: #BCA157;
}

div#footer a:hover {
	color: #C7B072;
}

div#footer p {
	font-size: .75em;
	margin-bottom: 40px;
}

ul.footerLinks {
	width: 800px;
	margin: 10px auto 10px auto;
	padding: 0 8px 2px 0;
	display: block;
}

ul.footerLinks li {
	background: url(images/bullet.gif) no-repeat left;
	padding: 0 4px 0 14px;
	list-style: none;
	display: inline;
	font-size: .75em;
}

ul.footerLinks li.first {
	background: none;
	padding: 0 4px 0 4px;
}

div#creditBWD {
	margin: 70px auto 0 auto;
	padding-bottom: 30px;
	font-size: .75em;
}

div#creditBWD a {
	font-size: .875em; /* Inherits .75 from #creditBWD so it equals 10px */
}

p.center {
	text-align: center;
}

img#homeImage {
	width: 381px;
	height: 250px; 
	margin-left: 115px;
	border: 2px solid #000;
	border-left-width: 10px;
	border-right-width: 10px;
}