body {
background:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#999;
}

#container {
width:850px;
margin: 0 auto;
}

#header {
height:100px;
}

#content_container {
padding:5px;
}

#navi {
width:240px;
float:left;
}

#content {
width:595px;
float:right;
}

#footer {
height:40px;
clear:both;
}

/*Text styles*/

#header_text {
margin-top:30px;
margin-left:5px;
width:450px;
color:#F9C;
font-size:2.5em;
text-transform:uppercase;
letter-spacing:-3px;
}

#subheader_text {
margin-left:5px;
width:450px;
color:#FCF;
font-size:1.1em;
text-transform:uppercase;
}

#footer_text {
margin:0 auto;
margin-top:15px;
width:450px;
color:#F9C;
font-size:10px;
}

h1 {
font-size:14px;
color:#666;
}

h2 {
font-size:12px;
color:#666;
}

a {
color:#666;
text-decoration:none;
}

a:hover {
color:#999;
text-decoration:underline;
}

ul {
list-style-type:none;
line-height:30px;
}

#selected {
font-weight:bolder;
font-size:14px;
}
