body {
	background-color: #cc9966;
	margin: 0px;
	font-family: "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 16px;
}


#entirescreen {
	width: 720px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: thin solid #000000;
	overflow: hidden;
}

#box {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: left;
	height: 500px;
	width: 720px;
}

#leftside {
	margin: 0px;
	background-color: #000000;
	float: left;
	height: 475px;
	padding-top: 25px;
	width: 140px;
}

#leftside img {
	margin: 0px;
	float: left;
}

#rightside {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 580px;
	float: right;
}

#rightsidetitle {
	height: auto;
	width: 580px;
	margin: 0px;
	padding: 0px;
}

#rightsidetitle h1 {
	font-size: 18px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #cc9966;
	font-weight: bold;
	text-align: center;
	background-color: #000000;
}

h2 {
/*	font-family: Castellar, "Times New Roman"; */
	font-size: 14px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #cc9966;
	font-weight: bold;
}

.highlight {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #cc9966;
	font-weight: bold;
}



#rightsidecontent {
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	float: left;
	height: 445px;
	width: 565px;
	background-color: #FFFFFF;
	clear: left;
	overflow: auto;
}

#rightsidecontent a:link, #rightsidecontent a:visited, #rightsidecontent a:active{
	color: #cc9966;
	text-decoration: underline;
}
#rightsidecontent a:hover {
	color: #660000;
	text-decoration: none;
}

#rightsidecontent p {
	text-align: left;
}

#rightsidecontent ul {
	font-size: 12px;
	list-style-type: circle;
	line-height: 14px;
}

#rightsidecontent img {
	border: thin solid #000000;
}

#footer {
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	clear: both;
	height: auto;
	width: 720px;
	background-color: #000000;
	text-align: center;
	font-size: 12px;
	color: #cc9966;
}

#footer h2 {
	text-align: center;
	color: #cc9966;
	font-size: 12px;
	font-weight: normal;
}

#footer a:link, #footer a:visited, #footer a:active{
	text-decoration: underline;
	color: #cc9966;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

.imageright {
	float: right;
	margin: 5px;
	border: thin solid #000000;	
}

.slideshow {
	background-color: #cc9966;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 268px;
	width: 360px;
	border: thin solid #000000;
}

#credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}

#splashentirescreen {
	background-color: #cc9966;
	margin: 0px;
	padding: 0px;
}

#splash {
	height: auto;
	width: 500px;
	background-color: #000000;
	padding: 5px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	color: #cc9966;
}

#splash a:link, #splash a:visited, #splash a:active{
	text-decoration: underline;
	color: #cc9966;
}

#splash a:hover {
	color: #ffffff;
	text-decoration: none;
}