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

body div {
text-align: left
}

#main {
width: 412px;
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: 400px;
height: 300px;
background-image: url("head.jpg");
border-bottom: 6px solid #c8c8c8;
}

#head h1 {
text-align: center;
padding-top: 30px;
margin: 0px;
font-size: 28px;
color: #777777;
text-decoration: underline;
}

#content {
padding: 5px;
font-family: serif;
font-size: 12px;
text-align: center;
}

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

#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;
}
