* {
padding: 0;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}

body {
background: url(../images/body.jpg) repeat-x top left;
}

#header {
background: url(../images/header.jpg) no-repeat top left;
height: 100px;
width: 100%;
}

h1 {
text-indent: -5000px;
}

#navigation {
position: absolute;
background: #438722;
height: 100%;
width: 175px;
font-size: 80%;
}

#navigation ul {

}


#navigation ul li {
padding: 5px 0px 5px 10px;
list-style-type: none;
}

#navigation ul li a {
color: #ffffff;
text-decoration: none;
}

#navigation ul li.current a {
color: #ffffff;
text-decoration: underline;
font-weight: bold;
}

#content {
position: relative;
left: 200px;
top: 2px;
width: 490px;
font-size: 80%;
}

#content a {
color: #438722;
}

#right {
position: absolute;
left: 700px;
top: 136px;
font-size: 70%;
color: #438722;
font-weight: bold;
}

#right img {
border: 1px solid #438722;
}

p {
padding-bottom: 5px;
line-height: 170%;
}

#content ul,#content ol  {
padding-bottom: 5px;
padding-left: 30px;
line-height: 170%;
}

h2 {
padding-bottom: 5px;
}