
@import "/css/reset.css";

body {
	background: #2b0b56 url('/images/bgRepeat.jpg') repeat-x top right
	}
	
td {
	padding:10px;
	}

div#bgWrapper {
	width: 100%;
	height: 100%;
	background-image: url('/images/bgHome.jpg');
	background-repeat:no-repeat;
	background-position: top center;
	}

div#headSpacer {
	height: 184px;
	}

div#insideHeadSpacer {
	height: 220px;
	}
	
div#footer {
	padding-top: 60px;
	height: 10px;
}

div#spf_form{
	line-height:1.5em;
}

h2 {
	text-shadow: #190339 2px 2px, 2px;
	}


#footer p {
	display: table-cell;
	vertical-align: bottom;
	margin-right: 2px;
	padding-right: 2px;
	color: #fff;
	font-family: Arial, Helvetica, Tahoma;
	font-weight: normal;
	font-size: .7em;
	float: right;
	}
	
#footer a {
	color: #fff;
	text-decoration: none;
	}

#nav {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	white-space: nowrap;
	list-style-type: none;
	}


#nav li {
	display: inline;
	float: left;
	}



#content {
	font-family: Arial, Helvetica, Tahoma;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	color: #f4ecff;
	}
	
#content a {
	color: #be82ff;
	text-decoration: none;
	}
	
#content h1 {
	font-size: 2.5em;
	}
	
#homeFlash {
	display: block;
	width: 960px;
	margin-left:auto;
	margin-right: auto;
	}
	
img#double-border {
	border: 5px solid #190339;
	padding: 5px; /*Inner border size*/
	background: #fff; /*Inner border color*/
}
	