/* by Roberto Becchetti for Web Publishing Final Project */

* {
margin: 0;
padding: 0;
}
 
#wrapper {
width: 800px;
margin: auto;
} 

#header {
height: 200px;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
}

#nav {
width: 100px;
position: fixed;
float: left;
padding-top: 10px;
}

#nav li {
line-height: 1.8em;
}

#nav a:link {text-decoration: none}
#nav a:visited {text-decoration: none}
#nav a:active {text-decoration: none}
#nav a:hover {text-decoration: none; font-style: normal; color: red;}

#content {
width: 680px;
float: right;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 15px;
padding-left: 5px;
}

#footer {
float: right;
width: 680px;
padding-top: 60px;
padding-bottom: 10px;
padding-right: 5px;
padding-left: 5px;
text-align: center;
font-size: 0.8em;
}

p {
padding-bottom: 12px;
}

body {
font-family: Georgia, Times New Roman, serif;
background-color: #E2E3DB;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 1px;
line-height: 1.4em;
font-size: 1em;
}

ul {
list-style: none;
}

h1 {
font-family: Times New Roman, Georgia, serif;
color: #4B4B4B;
font-size: 2.5em;
margin-bottom: 28px;
}

h2 { 
font-family: Times New Roman, Georgia, serif;
color: #4B4B4B;
font-size: 1.8em;
margin-bottom: 20px;
}

.dropcap {
float: left;
color: #4B4B4B;
font-size: 320%;
line-height: 0.85em;
margin-right: 0.03em;
margin-bottom: -0.25em;
}

.center {
text-align: center;
}

.portrait {
float: right
}

.mm {
margin-bottom: 10px;
}


