@charset "utf-8";
/* CSS Document */
html, body {
height: 100%;
margin: 0px;
}

h1 {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 60px;
	padding: 10px;
}

h2 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #5F9492
}

p {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color: #5F9492
}

#header {
height: 100px;
background-color: #8FBFBA;
color: #5F9492;
line-height: 80px;
text-align: center;
}

#nav {
background-color: #8FBFBA;
height: calc(100% - 120px);
width: 200px;
float: left;
}

#nav a {
text-align: center;
display: block;
background-color: #5F9492;
padding: 10px;
color: #A6D5C4;
text-decoration: none;
font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
font-weight: bold;
}

#nav a:hover {
background-color: #A6D5C4;
color: #fff;
}

#main {
width: 600px;
padding: 20px;
float: left;
}

#footer {
height: 20px;
background-color: #5F9492;
color: white;
text-align: center;
clear: both;
}

.caption {
background-color:#5F9492;
color: white;
text-align: right;
font-family: arial, sans-serif;
font-size: 9px;
padding: 5px;
}

.caption a {
color: #96CEC4;
}