body {
background-color: #c8c8c8;
text-align: center;
margin: 0 auto;
}

body div {
text-align: left
}

#frame {
width: 650px;
height: 1000px;
margin-left: auto;
margin-right: auto;
background-image: url("back.gif");
}

#main {
margin-left: auto;
margin-right: auto;
border-left: 1px solid #A8A8A8;
border-right: 1px solid #A8A8A8;
height: 1000px;
width: 600px;
background-color: #FFFFFF;
}

#head {
height: 120px;
width: 600px;
border-bottom: 1px solid #A8A8A8;
background-image: url("head.gif");
background-repeat: no-repeat;
background-position: right;
font-size: 250%;
}

#content {
float: left;
clear: left;
height: 875px;
width: 460px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
text-align: justify;
}

#menu {
float: right;
border-left: 1px solid #A8A8A8;
height: 875px;
width: 120px;
}

#menu a {
display: block;
text-align: center;
text-decoration: none;
color: #a8a8a8;
}

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