body {
font: 77% Verdana,Tahoma,Arial,sans-serif;
}

#head {
margin-left: 10px;
margin-right: 10px;
height: 175px;
border: 2px dashed #E0E0E0;
background-image: url("back.gif");
background-repeat: no-repeat;
background-position: right;
}

#head h1 {
color: #6BADFF;
padding-left: 50px;
}

#head h2 {
color: #6BFF7C;
padding-left: 100px;
}

#head h3 {
color: #E5FF6B;
padding-left: 150px;
}

#menu {
clear: left;
float: left;
margin-left: 10px;
width: 120px;
height: 800px;
border-left: 2px dashed #E0E0E0;
border-right: 2px dashed #E0E0E0;
border-bottom: 2px dashed #E0E0E0;
}

#menu a {
padding-top: 5px;
display: block;
height: 20px;
text-align: center;
color: #505050;
font-weight: bold;
text-decoration: none;
}

#menu a.top:hover {
background: #6BADFF;
}

#menu a.middle:hover {
background: #6BFF7C;
}

#menu a.bottom:hover {
background: #E5FF6B;
}

#menu a:visited {
color: #505050;
}

#extra {
clear: right;
float: right;
margin-right: 10px;
width: 120px;
height: 800px;
border-left: 2px dashed #E0E0E0;
border-right: 2px dashed #E0E0E0;
border-bottom: 2px dashed #E0E0E0;
}

#extra a.top {
display: block;
background: #6BADFF;
height: 20px;
text-align: center;
font-weight: bold;
color: #505050;
text-decoration: none;
}

#extra a.middle {
display: block;
background: #6BFF7C;
height: 20px;
text-align: center;
font-weight: bold;
color: #505050;
text-decoration: none;
}

#extra a.bottom {
display: block;
background: #E5FF6B;
height: 20px;
text-align: center;
font-weight: bold;
color: #505050;
text-decoration: none;
}

#extra p {
padding-left: 5px;
padding-right: 5px;
}

#content {
margin-left: 130px;
margin-right: 130px;
height: 800px;
border-bottom: 2px dashed #E0E0E0;
}

#content p {
padding-left: 10px;
padding-right: 10px;
}

p.foot {
text-align: center;
}