<style type="text/css">

body
{
background:#006699;
}

#wrapper
{
width: 830px;
background-color: #FFFFFF;
margin: 0 auto;
border: solid 5px #808080
}

#header
{
width: 802px;
margin-left: auto;
margin-right: auto
}

#sidebar
{
width: 200px;
height: auto;
float: left;
background-color: #FFFFFF;
margin-left:12px
}

#main
{
width:580px;
height: auto;
float: right;
display:inline;
background-color: #FFFFFF
}

#footer
{
vertical-align: middle;
width: 802px;
height: 50px;
clear:both;
background-color: #FFFFFF
}

table.solidtable 
{
border-style: solid;
border-width: 5px;
border-color: #808080
}

img.bordered
{
border-style: solid;
border-width: 1px;
padding: 5px;
border-color: #808080
}

img.picture
{
border-style: solid;
border-width: 1px;
border-color: #C0C0C0;
padding: 8px
}

a.left:link {color: #FFFFFF; text-decoration: none;}
a.left:visited {color: #FFFFFF; text-decoration: none;}
a.left:hover {color: #FFFFFF; text-decoration: none;}
a.left:active {color: #FFFFFF; text-decoration: none;}

a.header:link {color: #808080; text-decoration: none;}
a.header:visited {color: #808080; text-decoration: none;}
a.header:hover {color: #808080; text-decoration: none;}
a.header:active {color: #808080; text-decoration: none;}

</style>