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

body div {
text-align: left
}

#main {
width: 612px;
margin-top: 40px;
margin-left: auto;
margin-right: auto;
background-color: #e9e9e9;
}

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

#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('../images/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: 600px;
   height: 120px;
   border-bottom: 6px solid #c8c8c8;
}

#head h1 {
text-align: center;
padding-top: 50px;
margin: 0px;
font-size: 36px;
}

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

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

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