*	{
	margin: 0;
	padding: 0;
	}

html {
	background: #2e3139 url("../splash-images/bg.jpg") top left repeat;
	height: 100%;
	width: 100%;
	}

body {
	font: normal 14px/1.4em Verdana, Geneva, sans-serif;
	color: #959fb0;
	height: 99%;
	text-shadow: 0.04em 0.04em 0.01em #202020;
	width: 99%;
	}

ul {
	list-style: disc inside;
	}

ol {
	list-style: decimal inside;
	}

a {
	outline: none;
	text-decoration: none;
	}

a img {
	border: none;
	}

img {
	vertical-align: middle;
	}

/*--------------------     END RESET     --------------------*/

/*--------------------     STRUCTURE     --------------------*/

#page-wrap {
	background: transparent url("../splash-images/glow.jpg") top center no-repeat;
	height: auto !important;
	height: 100%;
	margin: 0 0 -30px 0;
	min-height: 100%;
	position: relative;
	width: 100%;
	}

#header {
	height: 130px;
	margin: 0 auto;
	padding: 130px 0 0 0;
	position: relative;
	width: 960px;
	}

h1#logo {
	height: 46px;
	margin: 0 auto;
	width: 643px;
	}

#content {
	margin: 0 auto;
	padding: 10px;
	width: 450px;
	}

#push {
	height: 30px;
	}

#footer {
	background: transparent;
	color: #47546b;
	font-size: 0.714em;
	height: 30px;
	margin: -30px 0 0 0;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 100;
	}

/*--------------------     UTILITY CLASSES     --------------------*/

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. 
More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }

.alignleft {
	float: left;
	margin: 15px 25px 5px 0;
	}

.alignright {
	float: right;
	margin: 15px 0 5px 25px;
	}

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to 
absolutely position elements inside them */


.floatleft {
	float: left;
	margin: 5px 25px 5px 0;
	}

.floatright {
	float: right;
	margin: 5px 0 5px 25px;
	}

.clear {
	clear: both;
	}

.italic {
	font: italic 140% Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
	color: #265778;
	}

p {
	padding: 10px 0;
	}

em {
	font-weight: bold;
	}

a:link {
	color: #668fad;
	outline: none;
	text-decoration: none;
	}

a:visited {
	color: #668fad;
	outline: none;
	text-decoration: none;
	}

a:hover {
	color: #d4dcdd;
	outline: none;
	text-decoration: none;
	}

a:active {
	color: #c99d42;
	outline: none;
	text-decoration: none;
	}

span.amp {
	font-family: Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
	font-size: 110%;
	font-style: italic;
	}