<!--
body {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 62.75%;
	background-color: #000;
	text-align: center;
	padding: 0px;
	margin: 10px;
}
#SuperContainer{
	background: #ab0809 url(/includes/images/red.png) repeat;
	/*position: relative;*/
	margin-right:auto;
	margin-left:auto;
	padding: 0px 15px 15px 15px;
	width: 680px;
	border: solid 1px #fff;
	text-align: left;
}
#HeaderContainer{
	margin: 0px;
	padding: 0px;
	background: url(/includes/images/logo.png) no-repeat left top;
}
#TitleContainer{
	height: 90px;
	background: url(/includes/images/title.png) no-repeat right bottom;
}
#TitleContainer h1{
	display: none;
}

#SiteMenuContainer{
	background: #391507;
	color: #f6c85A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;	
	padding: 5px;
	margin-bottom: 10px;
	border: solid 1px #fff;	
}
#SiteMenu{
	display: block;
	padding: 0;
	margin: 0;
}
#SiteMenu li{
	display: inline;
	padding: 1px 1px 1px 15px;
	margin: 1px;
}
#SiteMenu a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#SiteMenu a:hover {
	color: #D6A81A;
}
#FooterContainer {
	clear: both;
	font-size: 1.1em;
	color: #fff;
	padding-top: 15px;
}
#CreatorNoticeContainer{
	padding: 0 20px 0 440px;
	text-align: center;
}
.CreatorNotice{
	color: #fff;
	font-size: 1.05em;
	font-family: verdana, arial, helveitca, sans-serif;
	width: 245px;
	margin: 20px auto 30px auto;
	padding: 10px;
	display: block;
}
#CreatorNoticeContainer img{
	float: right;
	margin: -20px -15px 0px 0px;
}
#CreatorNoticeContainer a{
	color: #c00;
}
#CreatorNoticeContainer a:hover{
	color: #c60;
}
-->