body
{
background:url('images/background.jpg') no-repeat fixed center;
}





div.container
{
background-color:#ffffff;
width:900px;
top:10px;
margin-left:auto;
margin-right:auto;
border:2px solid black;
}

div.header
{
padding:0.2cm;
color:white;
background-color:#989a9a;
clear:left;
top:0px;
border-bottom:1px solid black;
}

div.footer
{
padding:0.5cm;
color:white;
background-color:#989a9a;
clear:left;
border-top:1px solid black;
}

h1.header
{
padding:0.2cm;
margin:5px;
color:#000000;
text-decoration:none;
}

div.content
{
margin-left:5px;
padding:0.5cm;
float:left;
}

div.sidebar
{
float: right;
width:300px;
margin:5px;
border-left:1px solid black;
padding:1cm;
margin-bottom:10px;
}


h1, h2, h3
{
font-family: sans-serif;
color:#000000;
}

p
{
font-family:times;
width:350px;
font-size:14px;
}

p.small
{
font-family:sans-serif;
font-size:10px;
color:#000000;
}

li
{
font-size:14px;
font-family:times;
width:350px;
padding-top:0;
}

a:link
{
color:#000000;
text-decoration:underline;
}

a:visited
{
color:#000000;
text-decoration:underline;
}