@charset "UTF-8";
/* CSS Document */

html, body {
height: 100%;
margin: 0px;
}

h2 {
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
font-size: 30px;
color: #A44848;
}

#header {
height: 100px;
background-color: lightcoral;
color: white;
line-height: 100px;
text-align: center;
font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}

#nav {
background-color: lightcoral;
height: calc(100% - 100px);
width: 85px;
float: left;
}

#nav a {
text-align: center;
display: block;
background-color: lightcoral;
padding: 20px;
color: white;
text-decoration: none;
}

#nav a:hover {
background-color: #FFAB96;
color:#9F341A;
}

#main {
width: 600px;
padding: 20px;
float: left;
}

#footer {
height: 30px;
background-color: #60C6D4;
color: #FFFFFF;
text-align: center;
clear: both;
padding-top: 10px;
font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}

.caption {
background-color: black;
color: white;
text-align: right;
font-family: arial, sans-serif;
font-size: 10px;
padding: 5px;
}

.caption a {
color: white;
}