
body {
font-family : Comic Sans MS;
font-size : 10px;
background-color: #7d0c00
}
a {
color : white;
text-decoration : none;
}
#container {
position : relative;
width : 800px;
height : 100%;
background-color : #7d0c00;
padding : 0;
border : 0 solid white;
}
#maintable {
width : 800px;
height : 400px;
background-color : #7d0c00;
padding : 0;
border : 1px solid white;
}
#divleftnav a:visited {
color : white;
text-decoration : none;
font-weight : bold;
}
#divleftnav a:active {
color : white;
text-decoration : none;
font-weight : bold;
}
#divleftnav a:link {
color : white;
text-decoration : none;
font-weight : bold;
}
#divleftnav a:hover {
color : white;
text-decoration : underline;
font-weight : bold;
}
#divleftnav {
top : 30px;
position : relative;
border : 0 solid black;
}
#leftnav {
width : 200px;
height : 500px;
background-color : #7d0c00;
}
#grimg {
background-image : url('groundround.jpg');
width : 300px;
height : 225px;
position : relative;
left : 30px;
border : 1px solid black;
}
#body a:link {
color : black;
font-weight : bold;
}
#body a:active {
color : black;
font-weight : bold;
}
#body a:visited {
color : black;
font-weight : bold;
}
#body a:hover {
text-decoration : underline;
}
#body {
background-color : #f2da9a;
background-image : url('grbg.gif');
background-repeat : no-repeat;
background-position : center center;
}
#divbody {
position : relative;
width : 550px;
border : 0 solid black;
overflow : auto;
}
#footer {
width : 800px;
height : 100px;
}

