* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
	font-family: sans-serif;
	font-size: 12px;
}

A:link {text-decoration: none; color: #1983ad;}
A:visited {text-decoration: none; color: #1ea7dd;}
A:active {text-decoration: none; color: #1ea7dd;}
A:hover {font-weight:bold; color: #1ea7dd;}

#header {
	color: black;
	font-size: 86px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(banner.jpg);
	height: 151px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 350px;
	width: 100%;
	float: none;
	z-index:+1;
}

#links {
	position: relative;
	top: -8px;
	left: 145px;
}

#name {
	position: relative;
	top: -4px;
}


#wrapper {
	position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    background-color: #FFF;
}


#content {
	margin-bottom: 10px;
	background: #f1f1f1;
	font-size: 16px;
	padding: 20px;
	width: 800px;
}


#footer {
	background: #FFF;
	width: 100%;
	clear: left;
	border-top: 1px solid #eeeeee;
	color: black;
	text-align: center;
}

.inner {
	padding: 20px;
}



.storytitle {
	line-height: 100%;
}

#specs {
	font-size: 12px;
}

.alignright {
	float: right;
	margin: 15px;
}

.para {
	margin-bottom: 7px;
	margin-top: 7px;
}
