html {
background-image: url(right_side.gif);
background-repeat: repeat-y;
background-position: top right;
background-color: #000000;
}

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
background-image: url(left_side.gif);
background-repeat: repeat-y;
}

#container {
width: 802px;
display: inline;
}

#main-title {
margin-left: 100px;
margin-right: 100px;
text-align: center;
font-weight: bold;
padding-bottom: 8px;
padding-top: 8px;
background-color: #999900;
border-top: 1px #000000 solid;
border-bottom: 1px #000000 solid;
}

#navbar {
margin-bottom: 0px;
margin-left: 100px;
margin-right: 100px;
font-size: .80em;
text-align: center;
margin-top: 0px;
padding-bottom: 5px;
padding-top: 5px;
background-color: #4E4F00;
color: #ffffcc;
}

#navbar a:link, #navbar a:visited {
color: #ffffcc;
}

#navbar a.current {
color: #ff6633;
}

#navbar a:hover {
color: #ff6633;
text-decoration: none;
}

h1 {
padding-bottom: 3px;
padding-right: 0px;
color: #4E4F00;
border-bottom: 2px #4E4F00 solid;
letter-spacing: 5px;
margin-left: 40px;
margin-right: 40px;
font-size: 1.3em;
font-weight: 800;
margin-top: 0px;
padding-top: 10px;
}

#main-text {
margin-top: 0;
margin-bottom: 0;
margin-left: 100px;
margin-right: 100px;
font-size: .7em;
line-height: 1.5em;
background-color: #ffffcc;
}

#main-text p {
margin-left: 40px;
margin-right: 40px;
}

p, ul, ol, table {
margin-top: 10px;
margin-bottom: 5px;
}

ol, ul {
margin-left: 75px;
margin-right: 75px;
}

a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #ff6633;
}

a:hover {
text-decoration: underline;
}

#footer {
text-align: center;
font-size: 10px;
background-color: #999900;
font-weight: bold;
border-top: 1px #000000 solid;
border-bottom: 1px #000000 solid;
}

#footer a:link, #footer a:visited {
color: #ffffff;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
color: #ffffff;
}
.right {
float: right;
text-align: right;
width: 50%;
}
.left {
float: left;
text-align: left;
padding-left: 40px;
}

.center {
text-align: center;
}

.smalltext {
font-size: 80%;
}