﻿body {
	height:100%;
	margin:0px 0px 0px 0px;
	font-family: Georgia; font-size: 10pt; font-weight: normal;
    word-spacing: 0;
	background-color:#000000;
	color: #EEEEEE;
	background-image:url('images/page/starsglow1.gif');
	background-repeat:repeat;
	background-attachment:fixed;
}
html {
	height:100%;
	overflow-y:scroll;
}

.body-outer {
	padding:10px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
.body-inner {
	width:100%;
	height:100%;
	border:2px #FE00FF solid;
	background-color:black;
	position:relative;
}
p {
	margin-top:0px;
	margin-bottom:10px;
}

h1 { /* Main Page large heading */
	font-size:48pt;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	color:yellow;
}
h2 {
	 /* small heading */
	 font-family:"Times New Roman", Times, serif;
	 font-size:20pt;
	 font-weight:bold;
	 margin-bottom:0px;
	 margin-top:10px;
	 padding-top:0px;
	 color:yellow;
}
h6 { /* Admin Menu headings */
	font-size:24pt;
	font-weight:bold;
	text-align:center;
	color:yellow;
	margin:0px 0px 10px 0px;
}
.minskys { /* Minskys Pink highlight */
	color:#FF00FE;
	font-weight:bold;
}

a:link {
	color:aqua;
}
a:visited {
	color:fuchsia;
}

.preloadimage {
	visibility:hidden;
	display:none;
}
/* HEADER ---------------------------------------------------------------------------------------*/
.header {
	text-align:center;
	font-family:Verdana;
	font-weight:bold;
	font-size:14pt;
	color:white;
	margin:0px 0px 5px 0px;
}
/* MENU ---------------------------------------------------------------------------------------*/
.menu {
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:0px 5px;
	clear:both;
	float:left;
	width:200px;
	height:auto;
	min-height:400px;
}
#nav-menu ul
{
	list-style: none;
	margin:0px 9px;
	padding:0px;
} 
#nav-menu li
{
	float: left;
	padding-bottom:5px;
	width:180px;
	background: url('images/page/menu-over.png') #000 no-repeat;
} 
#nav-menu li a
{
	height: 30px;
	line-height: 1.6em;
	float: left;
	width: 180px;
	display: block;
	color: white;
	text-decoration: none;
	text-align: center;
	font-weight:bold;
	font-family:Verdana;
	font-size:14pt;
	color:black;
	letter-spacing:1px;
	font-weight:bold;
}
#nav-menu ul a:hover {
	color:white;
	}

#menu-selected {
	background-color:#AAAAAA;
	background-image:url('images/menu-bar-down.png');
	color:white;
}

.nav-menu0 a{
	background: url('images/page/menu-0-normal.png') center center no-repeat;
}
.nav-menu1 a{
	background: url('images/page/menu-1-normal.png') center center no-repeat;
}
.nav-menu0 a:hover {
	background: url('images/page/menu-0-over.png');
}
.nav-menu1 a:hover {
	background: url('images/page/menu-1-over.png');
}
.nav-menu-selected0 a{
	background: url('images/page/menu-0-down.png') center center no-repeat;
}
.nav-menu-selected1 a{
	background: url('images/page/menu-1-down.png') center center no-repeat;
}
.facebook {
	padding:5px 0px;
	border-width: 0px;
}
/* BODY ---------------------------------------------------------------------------------------*/
.body {
	position:relative;
	float:right;
	margin-top:4px;
	margin-right:0px;
	padding:5px;
	width:670px;
	border: 6px #6734FF solid;
	border-right:0px;
	border-bottom:0px;
	min-height:470px;
	text-align:center;
	padding-top:0px;
	color: #EEEEEE;
}
/* FOOTER ---------------------------------------------------------------------------------------*/
.footer {
	clear:both;
	margin:5px;
}
#foot-menu ul
{
	list-style:none;
	margin:0px 9px;
	padding:0px;
	position:relative;
	display:block;
} 
#foot-menu li
{
	padding-right:30px;
	display:inline;
} 
#foot-menu li a
{
	display:inline;
	color: white;
	text-decoration: none;
	font-family:Verdana;
	font-size:12pt;
	color:yellow;
	letter-spacing:1px;
	font-weight:bold;
}
#foot-menu ul a:hover {
	color:white;
	}

/* COMMON ---------------------------------------------------------------------------------------*/
