body {
background-color: #000033;
text-align: center;
font-family: 'Gill Sans', Georgia, Palatino, Helvetica, serif;
}

#wrapper {
margin: 0 auto;
width: 800px;
}

#header{
background-image: url('../images/loading-header.png');
}

#content-top {
margin-bottom: 0px;
padding-bottom: 0px;
}

#content {
background-color: #efefef;
color: #000000;
overflow-x: hidden;
}

#content h1 {
margin-top: 0px;
padding-top: 0px;
}

#intro {
text-align: left;
padding: 0px 10px 0px 10px;
}

#news {
margin: 25px;
}

#navigation {
width:800px;
padding-left: 0px;
margin-bottom: 0px;
margin-left: 16px;
text-align: left;
}

#navigation ul {
padding: 0;
margin: 0;
width:800px;
}

#navigation li {
list-style: none;
float: left;
text-align: center;
font-family: Arial;
font-size: 24px;
margin-right: 16px;
width: 180px;
height: 40px;
background-image: url(../images/button.png);
background-repeat: no-repeat;
padding-top: 4px;
}

#navigation li.selected {
background-image: url(../images/button-selected.png);
}

#navigation li:hover {
background-image: url(../images/button-selected.png);
}

#navigation li a {
text-decoration: none;
color: #000000;
}

#navigation li.secret {
background-image: url(../images/button-secret.png);
}

#navigation li.secret:hover {
background-image: url(../images/button-secret-selected.png);
}

.featured-float {
float: left;
margin: 0px 15px 15px 15px;
padding: 10px;
background-color: #cccccc;
}

.float {
float: left;
margin: 7px;
padding: 5px;
background-color: #cccccc;
}

.clear {
clear: left;
}

#static {
background-color: #999999;
margin: 15px;
}

#hidden {
position:absolute;
left:-9999px;
top:-9999px;
}

h1 {
padding: 0px;
margin: 0px 15px 0px 15px;
font-family: "Gill Sans", Geneva, Arial;
font-weight: bold;
}

p {
margin: 15px;
}