body {
    background-color: white/* #e6e1cc #fff9dd #f0f0f0 #ffe8c1 */;
    color: black;
    padding: 0;
    margin: 0;
}

#content {
    margin: 50px 250px 0 50px;
}

#navigation {
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    position: fixed;
    top: 40px;
    right: 0;
    width: 200px;
    overflow: auto;
    float: right;
    padding-bottom: 10px;
    background-color: #339900;
    color: white;
}

h1, h2, h3, p, th, td, #navigation {
    font-family: "Trebuchet MS", Georgia, serif;
}

p, #navigation, td, th {
    font-size: 0.9em;
}

th {
	vertical-align: top;
	text-align: left;
}

p, #quote, td, th {
    color: black;
}

h1 {
    font-size: 1.1em;
}

h2 {
    font-size: 1em;
	border-top: 1px dotted #006600;
    padding-top: 10px;
}

#header {
    background-color: #006600;
    position: fixed;
    top: 0;
    left: 50px;
    height: 30px;
    width: 100%;
    color: white;
    border-bottom: 10px solid #339900;
}

#header h1 {
    text-align: right;
    letter-spacing: 0.7em;
    margin: 0;
    padding: 5px;
    padding-right: 50px;
}

#navigation a {
    color: white;
}

#navigation a:hover {
	color: white;
}

a img {
    border-width: 0;
}

a {
	color: #006600;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	background-color: #006600;
}

#copyright a:hover {
	background-color: white;
}


#navigation a {
    display: block;
    padding: 5px 10px 5px 10px;
}

#navigation a:hover {
    background-color: #006600;
	color: white;
}

#quote {
    border: 1px dotted black;
    background-color: white;
    margin: 10px;
    padding: 3px;
    font-size: 0.8em;
}

#copyright {
    border-top: 1px dotted #006600;
    padding-top: 10px;
    text-align: center;
}