/* CSS Document */
*{padding: 0px;
margin: 0px}
body {background: url(images/fabric3.jpg) repeat;
}
#wholething {
background: #79896d;
width: 775px;
min-height: 800px;
margin: 0px auto;
font-family: Georgia, Palatino, Times, Times New Roman, serif;
}
#container {
width: 628px;
min-height: 800px;
padding: 0px;
margin: 10px auto;
border-left: 10px solid #936875;
border-right: 10px solid #936875;
border-top: 10px solid #936875

}
#header {
background: #83796c url("images/headline copy3.jpg");
height: 275px;
}
#quote {
margin: 1em 0.5em;
}
h1 {
text-align: center; font-weight: bold; font-size:36pt;  
}
h2 {
font-style:italic; font-weight:100; 
}
h4 a {
background: #5c7b8e;
color: #E1D9C6;
font-weight: bold;
text-decoration: none;
padding: 5px 8px;
}
h4 a:hover {
background: #E1D9C6;
color: #936875;
font-weight: bold;
}
#menu {
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; text-align:center;
}
#menu ul {list-style-type: none;
}
#menu li {display: inline; padding: 5px;
}
#menu a {
background: #5c7b8e;
color: #E1D9C6;
font-weight: bold;
text-decoration: none;
padding: 5px 8px;
} 
#menu a:hover {
background: #E1D9C6;
color: #936875;
font-weight: bold;
}
#content {
border-top: 10px solid #936875;
}
.text {
padding: 0.5em 1em;
font-family:Georgia, serif; 
}
#timeline {
height: 250px; border: 1px solid #aaa;
}