﻿*  
{
    margin: 0; 
    padding: 0;
    border: none;
    font-family: Arial, Sans-Serif;
    font-size: 100%;
    color: #3d3d3d;
}

img { padding: 0; margin: 0; }
.clear { clear: both; }

body 
{ 
    background-color: #f5f4f1;
    background-image: url('/img/bg.png');
    background-position: top left;
    background-repeat: repeat-x;
}

#page 
{
	margin: 0 auto 10px auto;
	padding-bottom: 20px;
	text-align: left;
	width: 934px;
	background-color: #ffffff;
	background-image: url('/img/page-bg.png');
    background-position: bottom left;
    background-repeat: no-repeat;
}

#header
{
    background-image: url('/img/strap.png');
    background-repeat: no-repeat;
    background-position: top right;
}

#header img
{
    padding: 24px 0 19px 30px;
}

#header ul
{
    padding: 0 30px 8px 0;
    text-align: right;
    list-style-type: none;
}

#header ul li
{
    display: inline;
    padding-left: 20px;    
}

#header ul li a
{
    color: #BFB6AD;
    font-size: 90%;
    text-decoration: none;
}

#header ul li a:hover, #header ul li a:focus, #header ul li a.active
{
    color: #5d9732;
}

#banner
{
    background-repeat: no-repeat;
}

#content
{
    
}

h1
{
    text-indent: -9999em;
    background-position: top left;
    background-repeat: no-repeat;
}

#content p
{
    font-size: 70%;
    line-height: 140%;
    margin-bottom: 15px;
}

h1
{
    color: #5d9732;
    font-weight: normal;
    font-size: 145%;
    margin-bottom: 20px;
}

h2
{
    color: #5d9732;
    font-weight: normal;
    font-size: 90%;
    margin-bottom: 5px;   
}

h2 a
{
    color: #5d9732;
    text-decoration: none;    
}

h2 a:hover, h2 a:focus
{
    text-decoration: underline;
}

#footer
{
	margin: 0 auto 20px auto;
	text-align: left;
	width: 934px;
}

#footer p
{
   font-size: 65%; 
}

p.privacy
{
    float: left;
    width: 250px;
}

p.sjs
{
    float: left;
    text-align: center;
    width: 430px;
}

p.pb
{
    width: 250px;
    float: right;
    text-align: right;
}

#footer a {  text-decoration: none; }
#footer a:hover, #footer a:focus { text-decoration: underline; }
