BODY
{
	background-color: #160C14;
	background-image: url(images/background.jpg);
	font-family: Century Gothic, Impact;
	margin: 0px;
}
a:focus
{
	text-decoration: underline;
	color: #8781BD;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
	color: #8781BD;
	font-weight: bold;
}
a:link
{
	text-decoration: none;
	color: White;
	font-weight: bold;
}
a:active
{
	text-decoration: none;
	color: White;
	font-weight: bold;
}
a:visited
{
	text-decoration: none;
	color: White;
	font-weight: bold;
}
em
{
	font-weight: bold;
	font-style: italic;
}
p
{
	margin: 0px;
}
h1
{
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	line-height: 1px;
}
h2
{
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	line-height: 1px;
}
#Title
{
	width: 760px;
	height: 240px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border-right: #fffa91 3px solid;
	border-top: #fffa91 3px solid;
	border-left: #fffa91 3px solid;
	background-color: #2F2032;
	background-image: url(images/header.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
}
#Title span {
	display: none;
}
#ContentArea
{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-right: #fffa91 3px solid;
	border-left: #fffa91 3px solid;
	border-bottom: #fffa91 3px solid;
	background-color: #2F2032;
	color: #fffa91;
}
#Menu
{
	background-color: #2F2032;
	border-right: #fffa91 3px solid;
	border-left: #fffa91 3px solid;
	width: 760px;
	height: 30px;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#Menu ul
{
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Century Gothic, Impact;
	font-size: 18px;
	white-space: nowrap;
}
#Menu li
{
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
	list-style-type: none;
}
#Menu a:link, #Menu a:visited {
	color: white;
	text-decoration: none;
}
#Menu a:hover {
	color: yellow;
	text-decoration: none;
}
#CurrentMenuItem a:link, #CurrentMenuItem a:visited, #CurrentMenuItem a:hover {
	color: yellow;
	text-decoration: none;
}
.WhiteText
{
	color: White;
	font-weight: bold;
}
.YellowText
{
	color: Yellow;
	font-weight: bold;
}
.Content
{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: Century Gothic, Impact;
}
.ContentCentered
{
	margin: auto;
}
.imgInlineCentered
{
	margin: auto;
	border: Black 1px;
}
.imgInlineLeft
{
	float: left;
	clear: left;
	border: Black 1px;
	margin-right: 10px;
}
.imgInlineRight
{
	float: right;
	clear: right;
	border: Black 1px;
	margin-right: 10px;
}
.centerP
{
	text-align: center;
}
