body
{ text-align: center;
background-color: #450074;
}

h1
{ font-size: 16px;
color: #450074;
font-weight: bold;
font-family: Arial;
}

ul
{ list-style-type: circle;
}

.floatright
{ float: right;
}

#outsidewrap
{ width: 800px;
background-color: #FFFFFF;
margin: 0 auto;
}

#header
{ width: 800px;
height: 200px;
background: url(header_withpic_800px.jpg) no-repeat;
}

#insidewrap
{ position: relative;
width: 800px;
}

#menu
{ float: left;
width: 200px;
height: 315px;
background-color: #FFFFFF;
}

#content
{ float: right;
margin-right: 25px;
width: 565px;
overflow: auto;
text-align: left;
font-family: Arial;
font-size: 13px;
font-color: #000000;
}

#content a
{ font-weight: bold;
text-decoration: none;
color: #450074;
}

#content a:hover
{ color: #E3DA0F;
}

#footer
{ clear: both;
width: 800px;
height: 207px;
background: url(footer_withtext_800px.jpg) no-repeat;
background-color: #450074;
}