body {

background-color: #A9BC7D;
font-family: helvetica, arial, sans-serif;

}

#top {

position: relative;
height: 120px;
padding: 7px;
margin-bottom: 10px;
font-family: helvetica, sans-serif;
text-align: center;
border-style: solid;
border-width: 6px;
border-color: #082712;

}

#navigation {

width: 180px;
height: 320px;
background-color: #082712;
color: #B1B15F;
position: absolute;
margin-left: 8px;
margin-right: 8px;
font-family: helvetica, sans-serif;

}

#navigation h2 {

display: block;
padding: 8px;
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #182C1F;
font-weight: bold;

}

#navigation ul {

margin: 0px;
padding: 0px;
list-style: none;

}

#navigation ul li {

border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #182C1F;

}

#navigation ul li a {

padding: 8px;
display: block;
background-color: #082712;
color: #B1B15F;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #182C1F;

}

#navigation ul li a:hover {

background-color: #114E26;

}

#mainContent {

margin-top: 20px;
margin-left: 220px;

}
#mainContent h4 {

font-size: 125%

}

#kurtzb {

float: right;
margin-top: 80px;

}

#trivia {

font-family: "courier new", "times new roman", serif;
margin-top: 20px;
margin-left: 220px;
width: 800px;
background-image: url(images/trivia_background.jpg);
background-repeat: no-repeat;
padding: 130px 50px 50px;

}

