body
{
    font-family: trebuchet ms, verdana, arial, tahoma;
    font-size: 85%;
    margin: 10px;
    background-image: url('images/bodybg.png');
    background-color: #ffffff;
    background-repeat: repeat-x;
}

*
{
    margin: 0px;
    padding: 0px;
}

a:active, a:visited, a:link
{
    color: #AE4F0C;
    text-decoration: none;
}

a:hover
{
    border-width: 1px;
    color: #D03900;
    text-decoration: none;
}

.img, a img, a:hover img
{
    border-width: 0px;
}

p
{
    color: #3A4925;
    margin-top: 15px;
    font-size: 1.15em;
    margin-left: 10px;
}

ul
{
    margin-left: 20px;
    margin-top: 10px;
}

li
{
    list-style-image: url('images/li.gif');
    }

blockquote
{
    margin: 1em 0;
    padding-left: 25px;
    color: #666666;
    background: url(images/quote.gif) no-repeat;
}

info
{
    background: #f4f6e0;
    border-bottom: 1px solid #576B38;
    border-top: 1px solid #576B38;
    color: #666666;
    display: block;
    font-size: 1.0em;
    margin-bottom: 10px;
    padding: 0px 10px 5px 10px;
    margin-top: 10px;
}

blockquote p
{
    padding: 3px 0;
}

.reset
{
    clear: both;
    float: left;
}

#container
{
    background-position: 0px 300px;
    width: 750px;
    height: 100%;
    margin: 0 auto 20px auto;
    border: 1px solid #576B38;
    background-color: #ffffff;
    background-image: url('images/watermark.jpg');
    background-repeat: no-repeat;
	overflow:auto;
}

#maintitle
{
    width: 750px;
    height: 60px;
}

#maintitle h1
{
    text-align: right;
    margin-right: 10px;
    color: #96B766;
    text-transform: lowercase;
    font-size: 2.5em;
}

#menu
{
    text-align: right;
    height: 20px;
    position: relative;
    top: -10px;
    margin-bottom: 5px;
}

#menu a
{
    margin-right: 15px;
    text-transform: lowercase;
    font-size: 1.0em;
    text-decoration: none;
}

#header
{
    border-top: 1px solid #576B38;
    border-bottom: 1px solid #576B38;
    width: 100%;
    height: 150px;
    background-image: url( 'images/header.jpg' );
    position: relative;
    top: -15px;
}

#contentleft
{
    color: #3A4925;
    margin-top: 25px;
    padding: 5px;
    padding-bottom: 10px;
    padding-right: 15px;
    line-height: 175%;
    width: 400px;
    float: left;
}

#contentleft h2
{
    font-size: 165%;
    padding-bottom: 5px;
    margin-left: 5px;
    color: #96B766;
    width: 250px;
    text-transform: lowercase;
}

#contentright
{
    margin-right: 10px;
    width: 250px;
    float: right;
    line-height: 175%;
    margin-left: 0px;
    text-align: left;
    margin-top: 30px;
}

#contentright h2
{
    font-size: 165%;
    margin-left: 0px;
    color: #96B766;
    width: 250px;
    text-transform: lowercase;
}

#contentright p
{
    width: 250px;
    color: #3A4925;
    margin-top: 15px;
    margin-left: 0px;
    text-align: left;
}

#footer
{
    width: 100%;
}

#footerleft
{
    text-align: left;
    width: 50%;
    float: left;
    margin-left: 15px;
}

#footerright
{
    text-align: right;
    width: 46%;
    float: left;
}


#links {
	float:left;
	width:400px;
	margin-left:20px;
}

#links li {
	margin:0;
	border-bottom:1px solid #deded0;
	background:url(images/links-bg.gif) repeat-x;
	font-size:1.0em;
	line-height:2.0;
}

#links li:hover
{
    background-image: url(images/links-bg-h.gif);
}

#links a {
	display:block;
	padding:0 0 0 16px;
	border:none;
	background:url(images/icon-links.gif) no-repeat 4px 50%;
}

#links a:focus
{
    background-color: #ffc;
}