body {
text-align: center;
margin: 0 auto;
background-color: #f9f9f9;
font-size: 14px;
}

body div {
text-align: left
}

#main {
width: 812px;
margin-top: 40px;
margin-left: auto;
margin-right: auto;
}

#menu {
height: 35px;
padding-right: 2px;
margin: 0;
list-style: none;   
}

#menu li {
float: right;
display: block;
width: 90px;
height: 35px;  
}

#menu a {
display: block;
width: 90px;
height: 35px;  
text-decoration: none;
line-height: 35px;
text-align: center;
background-image: url('menu.png');
padding-top: 5px;
}

#menu a:link, #menu a:visited {
color: #000000; 
}

#menu a:hover, #menu a:active {
color: #ffffff; 
}

#main2 {
border: 6px solid #c8c8c8;
}

#head {
width: 800px;
height: 213px;
background-image: url(sky.jpg);
border-bottom: 6px solid #c8c8c8;
}

#head h1 { text-align: right; font-size: 14px; color: #000068; font-variant: normal; position: inherit; margin: 0; padding-top: 5%; }

#content {
padding: 5px;
font-family: serif;
}

#content a {
text-decoration: none;
color: #000000;
font-style: italic;
}

#content a:hover {
text-decoration: underline;
}

#foot {
margin-top: 5px;
text-align: center;
font-family: sans;
font-size: 10px;
color: #a5a5a5;
}

#foot a {
color: #a5a5a5;
text-decoration: none;
}

#foot a:hover {
text-decoration: underline;
}
