body {
text-align: center;
padding: 0 15% 0 15%;
background: #CCCCCC;
font: 10pt verdana;
line-height: 25px;
color: #1F1F1F;
}

#container {
width: 100%;
padding-top: 10px;
}

#content {
float: left;
text-align: left;
width: 650px;
padding-right: 5%;
}

#sidebar {
float: right;
width: 25%;
text-align: left;
}

#navigation {
list-style: none;
margin: 0; padding: 0 10% 0 10%;
}

#navigation li {
float: left;
padding: 0 10px 20px 0;
}

#navigation li a {
display: block;
background: #EEEEEE;
width: 150px;
text-align: center;
text-decoration: none;
color: #000000;
padding: 3px 10px;
line-height: 25px;
}

#navigation li a:hover {
background: #969696;
color: #000000;
}

main {
width: 100%;
padding: 0px;
}

.box {
background: #eeeeee;
width: 180px;
padding-left: 10px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
font: 8pt verdana;
line-height: 20px;
float: left;
border: 5px solid #cccccc;
}
.boxbox {
background: #eeeeee;
width: 300px;
padding-left: 10px;
float: left;
border: 5px solid #cccccc;
}

a, a:link, a:active {
text-decoration: none;
color: #042B55;
}

a:hover {
color: #494949;
}

a:visited {
color: #021326;
}

blockquote {
background: #eeeeee;
padding: 20px;
}

h1 {
font: 14pt georgia;
}

h2 {
font: 8pt verdana;
color: #000000;
}

h3 {
font: 10pt georgia;
}

