body {
	background-color: #291D0E;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body.main {
	background-image: url(../images/brown_bg.gif);
	background-repeat: repeat-x;
}
body.splash {
	text-align: center;
}


div#page {
	margin: auto;
	width: 610px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
div#nav {
	margin: auto;
	width: 609px;
	height: 52px;
	background-image: url(../images/button_bg.gif);
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	color: #291D0E;
	font-size: 11px;
	padding-left: 1px;
}
div#nav a {
	display: inline-block;
	width: 80px;
	height: 20px;
	padding-top: 32px;
	border-left: solid #CCCCCC 1px;
	border-right: solid #CCCCCC 1px;
	margin-left: -1px;
	color: #291D0E;
	text-decoration: none;
}
div#nav a:hover {
	color: #291D0E;
	text-decoration: none;
	background-image: url(../images/button_bg_over.gif);
}
div#nav a#contact {
	margin-left:122px;
}
div#main {
	margin: auto;
	width: 610px;
	background-image: url(../images/content_bg.jpg);
	background-color: #F1EBDB;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	padding-bottom: 15px;
}
h1#header {
	display: block;
	text-align: left;
	height: 70px;
	background-image: url(../images/126sparks.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #D47012;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	margin: 0px;
}
div#image {
	width: 580px;
	margin: auto;
}
div#content {
	padding: 25px 35px;
	font-size: 12px;
	color: #4F4033;
	text-transform: none;
}
div#extracontent {
	margin: 0px 15px;
}
span.highlight {
	font-weight: bold;
	color: #291D0E;
	font-size: 14px;
	/* text-transform: capitalize; */
}
h2 {
	background-image: url(../images/button_bg_over.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: -5px;
	padding: 2px 5px;
	margin: 5px 0px;
	color: #291D0E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	clear: both;
}
div#footer {
	margin: auto;
	width: 600px;
	text-align: center;
	font-size: 10px;
	color: #4F4033;
	padding: 30px 0px;
}
div#footer a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
div#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

div#credit {
	margin-top: 2px;
	text-align: right;
	font-size: 10px;
	color: #999999;
}
div#credit a {
	color: #999999;
}


div#splash {
	margin: auto;
	height: 400px;
	width: 600px;
	margin-top: 30px;
}
div#languageselect {
	margin: auto;
	width: 600px;
	text-align: right;
	color: #FFFFFF;
	padding-top: 5px;
}
a.languageoption {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.languageoption:hover {
	color: #CCCCCC;
}
