﻿/* 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: #009390;
}
h1{
	color: #ffffff;
	padding-bottom:10px;
}
h3 {
	font-weight: normal;
	font-size: 0.95em;
}

#page {
	margin-top:10px;
	position: absolute;
		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 #009390 solid;
	background-image:url('../img/bckg2.png');
	background-position:top center; 
	background-repeat:no-repeat; 

	
	
}
.main {
		
}
#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:65px;
}
#menubox {
	padding-left: 7px;
	text-align:center;
	padding-top:15px;
}
#divider {
	width: 100%;
	height: 26px;
	background-image: url('../img/22.png');
	background-repeat: repeat-x;
}
#footer{
	height:50px;
	padding-top:10px;
	text-align:center;
	background-image: url('../img/footdiv2.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;
}
