body
{
margin-top: 10px;
background-color: white;
}

#mainlayout
{
margin: auto;
width: 1000px;
min-height: 600px;
max-height: 100%;
}

#sidenav
{
float: left;
margin-top: 180px;
width: 150px;
min-height: 300px;
max-height: 100%;
}

#links
{
display:block;
text-decoration:none;
padding-top: 6px;
text-align: center;
color: #000099;
width: 150px;
height: 24px;
background-image: url(images/link.png);
background-repeat: no-repeat;
}

#links:hover
{
color: #FF0033;
background-image: url(images/link2.png);
background-repeat: no-repeat;
}

#links:active
{
background-image: url(images/link3.png);
background-repeat: no-repeat;
}

#navbottom
{
width: 150px;
height: 40px;
background-image: url(images/linkbottom.png);
}

#content
{
float: left;
width: 846px;
padding-left: 4px;
min-height: 200px;
}

#britironlogo
{
margin: auto;
width: 600px;
height: 420px;
background-image: url(images/Britiron_logo_HQ_small.png);
}

#footer
{
float: left;
margin: auto;
text-align: center;
width: 1000px;
padding-top: 15px;
height: 35px;
max-height: 100%;
}