body
{
background: #003366;
font-family: arial;
font-size: 13px;
color: #cccccc;
text-align: center;
margin: 0px;
}

.container
{
width: 600px;
margin: auto;
}

.header
{
background: #003366 url('images/header.png') no-repeat;
width: 600px;
height: 256px;
padding-bottom: 20px;
}

#menu
{
background: #000000;
width: 90px;
float: left;
text-align: center;
line-height: 2em;
padding: 0px 0px 15px 0px;
}

#menu a
{
color: #cccccc;
font-weight: bold;
}

#menu a:hover
{
color: #ffffff;
}

#content
{
background: #002142;
width: 500px;
float: right;
color: #ffffff;
text-align: left;
line-height: 1.5em;
padding: 5px;
}

p
{
margin: 0px;
padding: 10px 0px 0px 0px;
}

#content a
{
color: #cccccc;
padding: 0px 5px 0px 5px;
}

#content a:hover
{
color: #ffffff;
padding: 0px 5px 0px 5px;
}

#foot
{
padding: 20px 0px 10px 0px;
width: 600px;
clear: both;
}

.entry
{
margin-bottom: 1px;
padding: 0px;
border-bottom: thin solid #003366;
}

.editbox
{
background-color: #002142;
border: solid thin #ffffff;
padding: 1px;
font-family: arial;
font-size: 13px;
color: #ffffff;
}

.button
{
background-color: #003366;
border: solid thin #ffffff;
color: #ffffff;
font-family: arial;
font-size: 13px;
}

.comment
{
margin-bottom: 1px;
padding: 0px;
border-bottom: thin solid #003366;
}

.awesome
{
color: #003366;
font-weight: bold;
}

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