/* mystyle.css */

#head {
border-bottom: 3px double black;
width: 100%;
text-align: center;
color: white;
min-height: 10em;
background-color: #000000
}

#left {
float: left;
width: 14%;
border: 1px black solid;
padding-left: 1%;
padding-right: 1%;
min-height: 59em;
background-color: turquoise;
}

#menu li {
list-style-type: none;
width: 10em;
text-align: center;
margin-left: -2.5em;
}

#menu a {
text-decoration: none;
color: white;
display: block;
border: 3px maroon outset;
background-color: #000000;
}

#menu a:hover {
border: 3px white inset;
}


#center {
float: left;
width: 58%;
border: 1px black solid;
padding-left: 1%;
padding-right: 1%;
min-height: 57em;
}

#right {
float: left;
width: 21.5%;
border: 1px black solid;
padding-left: 1%;
padding-right: 1%;
min-height: 59em;
background-color: turquoise;
}

#footer {
border: 3px black solid;
float: left;
width: 100%;
clear: both;
text-align: center;
background-color: turquoise;
}


#footer2 {
border: 3px black solid;
float: left;
width: 100%;
clear: both;
text-align: center;
background-color: turquoise;
}