body {
	margin: 20px 20px 20px 80px;
	font-family: Georgia, Palatino, Times, serif;
	font-size: 1.0em;
	width: 800px;
}
container {
    width: auto;
}
#banner {
    background-image: url(aalto-banner.jpg);
    width: 800px;
    height: 160px;
}
#banner_text {
    background-color: transparent;
    color: black;
    width: 700px; 
    line-height: 200%;
    padding-top: 40px;
    padding-left: 10px;
}
#banner_text h3 {
    font-size: 250%;
    color: maroon;
    margin: 0 auto;
    margin-bottom: 20px;
}
#banner_text h4 {
    font-size: 150%;
    margin: 0 auto;
}
#navbar {
    float: left;
    width: 150px;
    height: auto;
    font-size: 1.0em;
    line-height: 0.5em;
}
#content {
    margin-left: 160px;
    width: 620px;
    padding-top: 10px;
}
#content h1 {
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    right: auto;
    font-style: normal;
    color: maroon;
}
#content h2 {
    font-size: 1.1em;
    text-align: left;
    right: auto;
    font-style: italic;
    color: maroon;
    font-weight: normal;
}
h3.footnote {
    font-weight: normal;
    font-size: 0.8em;
    text-align: center;
}
a:link {
    color: #52663A;
}
a:visited {
    color: #505f39;
}
a:hover {
    background-color: silver;
    text-decoration: none;
}
li {
    list-style: circle;
    font-size: 1.0em;
    line-height: 1.3em;
}
div.image {
    align: middle;
    margin: 0.5em;
}
div.image div {
    margin-top: 0.5em;	
    text-align: left;
}
br#mybreak {
    clear: left; 
}
table {
    font-size: 0.9em;
    font-family: Georgia, Palatino, Times, serif;
}
