@font-face {
        font-family: 'StefaniaAntiqueRegular';
        src: url('/fonts/Stefania_Antique_Regular-webfont.eot');
        src: local('?'), url('/fonts/Stefania_Antique_Regular-webfont.woff') format('woff'), url('/fonts/Stefania_Antique_Regular-webfont.ttf') format('truetype'), url('/fonts/Stefania_Antique_Regular-webfont.svg#webfont') format('svg');
        font-weight: normal;
        font-style: normal;
}



.header{
	width:100%;
	margin:0px;
	height:300px;
	
}
.middlebox{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	
}
.body{
	width:60%;
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:250px;
	padding-bottom:40px;
}

.main, .content, #content{
	width:70%;
	margin-left:auto;
	margin-right:auto;
	background-color:rgba(9,23,53,0.7);
	padding: 1em;
}


.sidebar{
	width:250px;
	float:right;
	background-color:rgba(5,17,41,0.5);
}
.footer{
	width:100%;
	height:267px;
	background-image:url('footer.png');
	background-repeat: no-repeat;
	clear:both;
}
.footertext{
	width:100%
	height:100%;
	padding-top:200px;
}
.push{
	height:267px;
	clear:both;
}
body{
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(footer.png) no-repeat bottom, 
		url('backgroundimage4.jpg') no-repeat top,
		#010718;
	width: 100%;
	min-width:970px;/*--Fixes Background Bug--*/
	color:#a1c5ee;
	font-family:verdana;
	font-size:0.8em;
	width:97%;
	margin-top: 200px;
}


.menu{
	color:#c1c25f;
	font-family:georgia;
	text-align: right;
	margin-top:0px;
	word-spacing:18px;
	margin-right: 15%;
}

.menu p {
	display: inline;
	font-family: StefaniaAntiqueRegular;
	font-size: 2em;
}
.menu p:before {
	content: '\2022';
}

h1 {
	display: block;
	font-family: 'StefaniaAntiqueRegular', verdana;
	font-size:4em;
	padding: 0;
	font-weight: normal;
	color: #c1c25f;
	margin: 0 0 10px 0; padding: 0;
	border: none;
	border-width: 0px 0px 6px 0px;
        border-bottom-width: 4px;
        -moz-border-image:url(gamepageheaderline.png) 6 6 stretch ;
        -webkit-border-image:url(gamepageheaderline.png) 6 6 stretch;
        border-image:url(gamepageheaderline.png) 6 6 stretch;
}

h2{
	color:#c1c25f;
	font-style:italic;
	font-family:georgia;
	font-weight: normal;
}
h5{
	color:#c1c25f;
}

.sidebartable{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	text-align:center;
}
.sidebartable td{
	padding:5px;
}
.sidebartable th{
	text-align:left;
}
a:link{
	color:#c1c25f;
	text-decoration:none;
	}
a:visited{
	color:#c1c25f;
	text-decoration:none;
}
a:hover{
	color:#c1c25f;
	text-decoration:underline;
}
p{
	text-align:justify;
}
p.footerp{
	text-align:center;
}


/**
 * used in elemental and xaar campaign pages.
 */

div.quote {
	margin-left: 3em;
	font-family: 'StefaniaAntiqueRegular', verdana;
	margin: auto;
	color: #fff;
	max-width: 50%;
	font-size:1.4em;
	background-color:rgba(9,23,53,0.7);
	padding: 0.3em;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    	border-radius: 3px;
}
.sig {
	font-style: normal;
	text-align: right;
}




