ul.menu
{
float:left;
width:100%;
margin:0;
list-style-type:none;
}

a.menu
{
float:left;
width:6em;
text-decoration:none;
color:black;
background-color:white;
padding:0.2em 0.6em;
border-right:1px solid grey;
text-align:center;
aligh:top;
}

a.menubg:hover
{
background-color:darkgrey;
}

a:link {text-decoration:none; color:royalblue}
a:visited {text-decoration:none; color:royalblue}
a:active {text-decoration:none; color:royalblue}

div.container
{
width:1000px;
margin-left:30px;
margin-top:30px;
border:1px solid grey;
line-height:150%;
}

div.header
{
padding:0.5em;
color:white;
background-color:grey;
clear:left;
}

div.footer
{
padding:0.5em;
color:white;
background-color:grey;
clear:left;
text-align:right;
}

h1.header
{
padding:0;
margin:0;
color:white;
}

div.left
{
float:left;
width:280px;
margin:0;
padding-left:1em;
padding-right:1em;
font-size:12px;
}

div.content
{
margin-left:300px;
border-left:1px solid grey;
padding:1em;
}

p.header
{
margin-top:5px;
font-size:26px;
text-align:center;
font-weight:bold;
}

font.indent
{
text-indent:10px;
}

div.img
{
margin:2px;
height:auto;
width:auto;
float:left;
text-align:center;
}

div.img img
{
display: inline;
margin:3px;
border:1px solid black;
}

div.desc
{
text-align: center;
font-weight:normal;
width:200px;
margin:2px;
}
