html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

body {
	line-height: 1;
	}

ul {
	list-style: none;
	}

:focus {
	outline: 0;
	}

/* /////////////////////////////////
GENERAL LAYOUT
///////////////////////////////// */

body {
	font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #000;
	}

#wrap {
	width: 880px;
	margin: 0 auto;
	text-align: left;
	background: url(media/graphics/interface/splash/cyclogenesis_splash.jpg) top left no-repeat;
	}

#left {
	float: left;
	position: relative;
	width: 611px;
	height: 570px;
	}

#right {
	float: right;
	position: relative;
	width: 269px;
	height: 570px;
/*	background-color: #567a93; commented by Bryan */
	background-color: #4d6677;
	}

#footer {
	clear: both;
	width: 880px;
	min-height: 20px;
	background-color: #111;
	}

/* /////////////////////////////////
TITLE
///////////////////////////////// */

/* this makes the whole left side clickable and hides the title text */

h1 a {
	display: block;
	height: 0px;
	padding-top: 170px;
	overflow: hidden;
	}

h2 {
	color: white;
	position: absolute;
	top: 5px;
	right: 20px;
	font-size: 0.6875em;
	line-height: 1.4em;
	}
	
h2 em {
	font-size: 0.7em;
	}

h2 a {
	color: white;
	text-decoration: none;
	}
	
h2 a:hover {
	text-decoration: underline;
	}
	
h2 sup {
	vertical-align: super;
	font-size: .7em;
	}
	
span#palette {
	position: absolute;
	right: 0px;
	bottom: 0px;
	}
	
span#palette a {
	display: block;
	width: 175px;
	padding: 30px 90px 30px 20px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	}
	
	
span#palette a em {
	padding-right: 5px;
	font-size: 10px;
	color: #aaa;
	}
	
/* /////////////////////////////////
NAVIGATION
///////////////////////////////// */

#nav {
	width: 175px;
	position: absolute;
	top: 135px;
	left: 28px;
	}

#nav ul {
	padding: 15px 0;
	}

ul.other_links {
	border-bottom: 1px dotted #fff;
	}

#nav ul li#begin a {
	width: 130px;
	margin-bottom: 15px;
	font-size: 2em;
/*	background: transparent url(media/graphics/interface/splash/begin_arrow.gif) right center no-repeat; commented out by Bryan */ 
	}
	
#nav ul li {
	width: 100%;
	}

#nav ul li a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 0.75em;
	}

#nav ul li a:hover {
	color: #acb9c1;
	}

#nav ul li#begin a:hover {
/*	background: transparent url(media/graphics/interface/splash/begin_arrow-ov.gif) right center no-repeat; commented out by Bryan */
	}

/* /////////////////////////////////
FOOTER
///////////////////////////////// */

#footer p {
	padding: .5em 2em;
	font-size: 0.6875em;
	color: #666;
	}

#footer p a {
	color: #aaa;
	text-decoration: underline;
	}
	
#footer p a:hover {
	color: #fff;
	}
