body {
text-align: center;
margin: 0 auto;
font-size: 14px;
background-image: url("/images/back.png");
}

body div {
text-align: left
}

#main {
width: 800px;
margin-left: auto;
margin-right: auto;
background-image: url("/images/mainback.png");
}

#head {
margin-left: 20px;
margin-right: 20px;
width: 760px;
background-image: url("/images/head.png");
background-repeat: no-repeat;
background-position: center;
height: 120px;
}

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

#menu {
width: 770px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#menu a {
font-weight: bold;
color: #000000;
text-decoration: none;
}

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

#content {
margin-left: auto;
margin-right: auto;
text-align: center;
padding-bottom: 10px;
}

#content h1 {
margin-top: 10px;
margin-bottom: 5px;
font-size: 18px;
}

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

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

#foot {
width: 800px;
height: 24px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
text-align: center;
font-family: sans;
font-size: 10px;
color: #a5a5a5;
background-image: url("/images/bottomback.png");
}

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

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

