/* STYLESHEET FOR LIGHTNING WHALE */



* {margin:0;padding:0;}

/* general display styles */
body {
	font:75% Verdana, sans-serif;
	color:#333;
	margin:0;
	padding:0;
	text-align:center;
	background:#eef1f1;
}
p, li {
	font-size:0.9em;
	line-height:1.6em;
}

p, h1, h2, h3, h4, h5, h6 {
	padding:0.7em 0;
}

h1, h2, h3, h4, h5, h6 {
	color:#666;
	font-family: 'Courier New', Courier, monotype;
}

h1 {
	font-size:2.2em;
	margin:0;
	padding:0 0 10px 0;
}

ul {
	list-style-type:none;
}

li {
	margin-bottom:14px;
}

a:link, a:visited {
	color:#374258;
}

a:hover {
	color:#ac8080;
}

a img, img {
	border:none;
	padding:0;
	margin:0;
}



/* structure */

#mainContainer {
	min-width:800px;
	max-width:1800px;
	margin:0 auto;
	padding-top:20px;
	background:url(../images/bg-repeat.gif);
}

#mainWrapper {
	margin:15px auto 0 auto;
	width:780px;
}

#header {
	background:url(../images/lightning-whale-logo.gif);
	height:110px;
}


#navigation {
	height:120px;
	background:url(../images/bg.gif);
	padding:0 20px;
}

#navigation #imgs {
	width:740px;
	position:relative;
}

#home, #bio, #faq, #space, #contact, #links {
	position:absolute;
	top:0;
}

#home {
	left:0;
}
#bio {
	left:102px;
}
#faq {
	left:175px;
}
#space {
	left:263px;
}
#contact {
	left:527px;
}
#links {
	left:640px;
}
#main {
	padding:20px;
	background:url(../images/bg.gif);
	min-height:400px;
}

#content {
	padding-right:223px;
	text-align:left;
}

#mainImage {
	float:right;
	margin:0 0 10px 10px;
}

#footerImg {
	height:40px;
	width:780px;
	margin:-1px auto;
	background:url(../images/footer.gif);
}

#footer {
	text-align:center;
	padding:20px 0;
	font-family:'Courier New', courier, monotype;
	margin-bottom:10px;
}

#footer ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#footer ul li, #footer li {
	margin:0;
	padding:0;
	display:inline;
}


#contactList {
	list-style-type:disc;
	padding-left:15px;
	margin:1em;
}
#contactList li {
	line-height:0.9em;
	
}

span.author {
	font-style:italic;
	font-size:1.2em;
	color:#ac8080;
	padding:0 1em;
}