html, body {
height: 100%;
margin: 0px;
}

#header {
height: 80px;
background-color: #AEFFFE;
color: white;
line-height: 80px;
text-align: center;
}

#nav {
background-color: #coral;
height: calc(100% - 100px);
width: 100px;
float: left;
}

#nav a {
text-align: center;
display: block;
background-color: #ccc;
padding: 10px;
color: ##AEFFFE;
text-decoration: none;
}

#nav a:hover {
background-color: ##AEFFFE;
color: #coral;
}

#main {
width: 600px;
padding: 20px;
float: left;
}

#footer {
height: 20px;
background-color: #AEFFFE;
color: white;
text-align: center;
clear: both;
}

.caption {
background-color: coral;
color: white;
text-align: right;
font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
font-size: 9px;
padding: 5px;
}

.caption a {
color: white;
}/* CSS Document */

