﻿/* Main CSS Document, currently sets Style for all pages */
/* These are all comments, I recommend you delete them before uploading the site. */
/* You use a "#" to set style for an id, or a "." to set style for a class */

/* sets all the default margins to 0, saves all sorts of errors from happening*/
* {
	padding: 0px;
	margin: 0px;
	border:none;
}
img a{
	border:0px;
}
/*sets background colours, and defaults for text in header and paragraph tags. */
body {
	background-color: black;
}
p{
	color: white;
	font-size: 0.9em;
}
h3, h2, h4, h5, a {
	color: #fba534;
}
h1{
	color: #ffffff;
	padding-bottom:10px;
}
h3 {
	font-weight: normal;
	font-size: 0.95em;
}

#page {
	margin-top:10px;
	position: absolute;
	background-color: black;
	left: 50%;
	width: 954px; /* Try and keep numbers even, because you often have to divide them by 2. */
	margin-left: -477px; /* 954 / 2 */
	font-family: Arial, Helvetica, sans-serif;
	border:medium #fba534 solid;
	
}

lltitle{
	
}
.main {
	background-image:url('../img/bckg.jpg');
	background-position:center center; 
	background-repeat:no-repeat; 	
}
#whitelist{
	color:white;
	padding-left:40px;
	padding-right:40px;
	font-size: 0.9em;
}
.intro{
	background-image:url('../img/intro.jpg');
	background-position:center center; 
	background-repeat:no-repeat; 
	height:600px;	
}
#title{
	position:absolute;
	top:280px;
	width:100%;
	text-align:center;
}
#central{
	text-align: center;
}
#left{
	text-align: left;
}
.main p, h5 {
	padding: 1px 20px 1px 20px;
}

#header {
	height: 90px;
}
#menubox {
	padding-left: 7px;
}
#menu {
	color: #fba534;
	font-size: 1.21em;
	font-weight: bold;
	list-style: none;
}
/* sets style for each menu item*/
.menuItem {
	list-style: none;
	display: block;
	float: left;
	text-align: center;
	padding: 40px 15px 30px 15px;
}
/* removes the default underline*/
.menuItem a {
	text-decoration: none;
}
/*when mouse over, underline*/
.menuItem:hover {
	text-decoration: underline;
}
#divider {
	width: 100%;
	height: 26px;
	background-image: url('../img/titlediv.png');
	background-repeat: repeat-x;
}
#footer{
	height:50px;
	padding-top:10px;
	text-align:center;
	background-image: url('../img/footdiv.png');
	background-position:center top;
	background-repeat: repeat-x;

}
.spacer{
	height:90px;
}
#valid{
	background-color:white;
	text-align:right;
	
}
.blacklink{
	color:black;
	font-size:x-small;
}
.bigblacklink{
	
	color:black;
	text-decoration:none;
}
#fp{
	padding-top:5px;
}
#fp2{
	color:#fba534;
}

