body {  background: url(bg.jpg);
        background-color: #1A3A01;
        border: 0px;
        margin: 0px;
        padding: 0px;
        font-family: tahoma, arial, sans-serif,
monospace;
        font-size: 11px;
        line-height: 150%;
        letter-spacing: 1px;
        color: #252E1E;
}

img {
        border: 0px;
}

div#container {
        width: 600px;
        height: auto;
        margin: 0px auto;
        padding: 0px;
}

#header {
        position: relative;
        left: 0px;
        top: 0px;
        width: 513px;
        height: 428px;




}

#menu {
        background-color: #25291E;
        position: relative;
        margin-left: 0px;
        margin-top: -10px;
        padding-left: 50px;
        padding-bottom: 15px;
        width: 463px;
        height: 10px;
        background: url(contentbg.jpg);

}

div#content {
        background-color: #738E46;
        width: 503px;
        margin-left: 0px;
               padding: 5px;
        color: #252E1E;
        background: url(contentbg.jpg);



}
div#content p{margin:6px 43px;}

div#footer { margin-top:18px;


}

div#footer p {
        text-align: center;
color:#252E1E;

}



div#content h2{
        margin: 2px 36px;
        padding: 0px;
        text-align: center;
        border-bottom: 3px solid #4A5B30;
        font-family: verdana, tahoma, arial, sans-serif,
monospace;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 2px;
}

div#content ul {
        list-style-type: square;
}

}

div#content form, div#content table {
        background-color: #738E46;
        color: #252E1E;
        font-family: verdana, tahoma, arial, sans-serif,
monospace;
        font-size: 11px;  width:95%;
        margin-left:8px;
}

div#content input, div#content textarea, div#content
select, div#content option {
        background-color: #738E46;
        border: 1px solid #252E1E;
        padding: 3px;
        margin: 2px 3px;
        font-family: verdana, tahoma, arial, sans-serif,
monospace;
        font-size: 11px;
        color: #252E1E;
}

div#content option {
        border: 0px;
}

div#content a, div#footer a, div#menu a {
        font-weight: bold;
        text-decoration: none;
        border-bottom:1px dotted #A3BF73;
}

div#content a:link, div#content a:visited, div#menu a:visited, div#menu a:link  {
        color: #A3BF73;
}

div#content a:hover, div#content a:active, div#content a:active, div#menu a:active, div#menu a:hover {
        color: #1A3A01;
        text-decoration: none;
font-weight: bold;

}
