@charset "UTF-8";

html {
	height:100%; 
	max-height:100%; 
	padding:0;
	margin:0; 
	border:0; 
	z-index: 1;
}

body {
	background-color: #000000;
	margin-left: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	font-family: Century Gothic, Futura, Arial, sans serif;
	font-size: 21px;
	color: #2b91d6;
	height: 100%;
	max-height: 100%;
	text-align: center;
}

a {
	font-family: Rockwell Extra Bold, Poplar Std Black, Impact, slab serif;
	font-size: 25px;
	color: #BAB054;
	text-decoration: none;
}
.content {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	text-align: right;
	font-size: 22px;
	font-family: Century Gothic, Future, Arial, sans serif;
	color: #BAB054;
}

.prop {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	text-align: right;
	font-size: 16px;
	font-family: Century Gothic, Future, Arial, sans serif;
	color: #BAB054;
}

.here {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	text-align: right;
	font-size: 26px;
	font-family: Rockwell Extra Bold, Poplar Std Black, Impact, slab serif;
	color: #EFDE89;
}

a:visited {
	color: #8E822E;
	text-decoration: none;
}

a:hover {
	color: #D8C660;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

img {
	border-style: none;
}

p {
	text-align: justify;
	width: inherit;
}


ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	text-align: right;
}

li.about {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	z-index: 1;
	color: #BAB054;
}

li.news {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	z-index: 1;
	color: #2b91d6;
}


ol {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	text-align: left;
	font-size: 21px;
	font-family: Century Gothic, Future, Arial, sans serif;
	color: #BAB054;
}

#title {
	position: fixed;
	background-color: #1A2730;
	top: 0em;
	left: 0px;
	height: 100%;
	max-height: 100%;
	padding: 50px;
	border: none;
	z-index: 3;
}

#blurb {
	position: fixed;
	background-color: #1A2730;
	top: 0px;
	right: 0em;
	padding-top: 100px;
	padding-right: 30px;
	padding-left: 20px;
	height: 100%;
	max-height: 100%;
	max-width: 150px;
	width: 150px;
	text-align: right;
	font-size: 14pt;
	font-weight: bold;
	z-index: 1;
}

#navigation {
	position: fixed;
	background-color: #1A2730;
	text-align: right;
	top: 325px;
	right: 0px;
	padding-top: 25px;
	padding-right: 30px;
	padding-left: 20px;
	height: 100%;
	max-height: 100%;
	max-width: 150px;
	width: 150px;
	border: none;
	overflow: auto;
	z-index: 1;
}
