@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

body {
	color: #FFF;
	background-image:url(../graphics/background.jpg);
	font-family: calibri, "Comic Sans MS", cursive, sans-serif;
	font-size: 16px;
	text-align: center;
	line-height: 25px;
	min-width: 1120px;
	}
	
h1 	{
	padding: 25px 98% 0 2%;
	margin-bottom: 140px;
	}
	
h2 {color:#FF7B22; font-size:175%;}
h3 {color:#FA2184;}
img {border:0; clear:both;}

a:link {color:#BB84FD;}     
a:visited {color:#FF7B22;}  
a:hover {color:#FFED22;}  
a:active {color:#FFD327;} 

.push {height: 8em;}  /* --- blank DIV spacer to allow footer to be @ bottom --- */
.floatleft {float:left; clear:both;}
.floatright {float:right; clear:both;}


#footer {
	font-size: 11px;
	bottom:0;
	height: 4em;
	}
	
#footer img#left {margin-right: 50px;}
#footer img#right {margin-left: 50px;}
	
	
#content {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	}
	
#content p, h2, h3 {
	margin: 25px auto;
	max-width: 800px;
	min-width: 600px;
	text-align: left;
	position: relative;
	padding-left: 15px;
	}
	
h2 {margin-top: 50px;}
	
#bodybar {
	background-image:url(../graphics/background_bar.png);
	background-repeat: repeat-y;
	background-position: center center;
	bottom: auto;
	height: 100%;
	}

/* ----- START NAVIBAR COMPONENTS ----- */

.navibar ul.navlist {
	font-family: calibri, "Comic Sans MS", cursive, sans-serif;
	font-size: 12px;
}

.navibar {
	min-width: 600px;
	max-width: 844px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #787878;
	z-index: 1;
	text-decoration:none;
}
.navibar ul {
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin-top: -12px;
	position: relative;
	z-index: 2;
	text-decoration:none;
}

.navibar li {
	display: inline;
	text-align: center;
	margin: 0 5px;
	text-decoration:none;
	font-family: calibri, "Comic Sans MS", cursive, sans-serif;
}

.navibar li a {
	padding: 1px 7px;
	color: #BB84FD;
	background-color: #333;
	border: 1px solid #787878;
	text-decoration: none;
}

.navibar li a:visited {
	padding: 1px 7px;
	color: #FFD327;
	background-color: #333;
	border: 1px solid #787878;
	text-decoration: none;
}

.navibar li a:hover {
	color: #cacaca;
	border: 1px solid #BB84FD;
	border-top:2px solid #BB84FD;
	border-bottom:2px solid #BB84FD;
}

.navibar li a#current {
	color:#fff;
	border:1px solid #909;
	border-top:2px solid #909;
	border-bottom:2px solid #909;
	background-color:#000;
}
/* ----- END NAVIBAR COMPONENTS ----- */	