@charset "utf-8";
/* CSS Document */
html, body 
{
height: 100%;
margin: 0px;
}

#header 
{
height: 200px;
background-color: lightcoral;
color: white;
line-height: 80px;
text-align: center;
}

#nav 
{
line-height: 30px;
background-color: #FFB1B3;
height: calc(100% - 100px);
width: 150px;
float: left;
height: 435px;
}


#main 
{
width: 600px;
padding: 20px;
float: left;
font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace"
}

.hello 
{ font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	font:italic;
}
