html,body{
  margin:0;
  padding:0
}
body{
    font: 85% arial,sans-serif;
    background: url('shadow.gif') #ececec repeat-y top center;
    line-height: 2;
    }

div#header {
    background: url('headerbg.gif') repeat-x top right;
    height: 112px;
}
div#header h1{
    margin:0;
    padding-left:10px;
    color: white;
    font-family: trebuchet ms, arial, tahoma, verdana, sans-serif;
    font-size: 30px;
    line-height: 60px;
}

div#header a {
    color: white;
    text-decoration: none;
}

div#header h2{
    margin:0;
    padding-left:10px;
    color: white;
    font-family: trebuchet ms, arial, tahoma, verdana, sans-serif;
    font-size: 20px;
}

div#content p{line-height:2}

div#footer p{margin:0;padding:5px 10px}

div#wrapper{
}
div#content{
  padding-left: 5px;
  padding-right: 5px;
}
div#navigation {
}
div#extra {
}
div#footer{
    background-color: black;
    text-align: center;
    color: white;
}

div#footer a {
    color: white;
}


img {
    border: 0;
}

.comment {
    background: #eaeaea;
    padding: 10px;
}

div#content h1 {
    font-family: trebuchet ms, arial, tahoma, verdana, sans-serif;
    border-bottom: 1px solid green;
    font-size: 30px;
}

div#content h2 {
    font-family: trebuchet ms, arial, tahoma, verdana, sans-serif;
    border-bottom: 1px solid green;
    font-size: 20px;
}

li {
    list-style-type: square;
}

div#navigation h3 {
    font-family: trebuchet ms, arial, tahoma, verdana, sans-serif;
    border-bottom: 1px solid green;
    font-size: 15px;
}

div#navigation ul {
    list-style-type: none;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

div#navigation li {
    list-style-type: none;
}



div#extra ul {
    list-style-type: none;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

div#extra li {
    list-style-type: none;
    clear: both;
}

div#extra li img {
    padding: 2px;
}

div#extra h3 {
    font-family: trebuchet ms, arial, tahoma, verdana, sans-serif;
    border-bottom: 1px solid green;
    font-size: 15px;
}



div#content img {
    padding-right: 4px;
}

div#content li {
    line-height: 2;
}

div#extra li em {
    color: red;
    font-weight: bold;
}

span.red {
    color: red;
    font-weight: bold;
    font-style: italic;
    font-family: trebuchet ms, arial, tahoma, verdana, sans-serif;
    font-size: 10px;
}

.container_24 {
  background: url('pagebg.gif') repeat-y top right;
}

