@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-color: #18181B;
}

#bodyDiv {
	position:relative;
	float:center;
	padding:0;
	width:1280px;

	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

#topNavDiv {
	position:relative;
	float:center;
	margin:0 auto;
	padding:0;
	width:1280px;
	height:40px;
	text-align: center;
}
#mainNavDiv {
	position:relative;
	float:center;
	margin:0 auto;
	padding:0;
	width:1286px;

	text-align: center;
	background-color:#FFFFFF
}

a:hover {
    opacity: .5;
}

yellowBKG {
	color: #AC39F0;
	text-align: center;
}

.mainText {
	font-family: Justus;
	font-size: 18px;
	color: #DABD67;
	font-weight: bold;
	text-align: center;
}

.mainText_U {
	font-family: Justus;
	font-size: 20px;
	color: #CCC;
	font-weight: bold;
	text-align: center;
}

a:hover {
	
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a {
	font-family: Justus;
	color: #DABD67;
	font-weight: bold;
	background-color:#18181B;
}

p {
	font-family: Justus;
	color: #CCC;
	background-color:#18181B;
	text-align: centre;
}

h1 {
	color: #000000;
	background-color:#FFFFFF
	font-weight: bold;
	font-size: 24px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

.blackBKG {
	background-color: #000;
}
