﻿body
{
    background-image:url(images/bg.jpg);
    background-repeat:repeat-x;
    color:#454646;
    font-family: Arial;
    font-size: .9em;
    line-height:1.1em;
}

h1
{
    color: #3a892e;
    font-size: 1.3em;
    margin-top:0px;
    margin-bottom:12px;
}

h2
{
    color: #3a892e;
    font-size: 1.2em;

}

h3
{
    color: #3a892e;
    font-size: 0.9em;
	font-weight:bold;	
}

p
{
    color: #000000;
    font-size: 0.8em;	
}

ul
{
    color: #000000;
    font-size: 0.8em;	
}

#right h2
{
    color: #3a892e;
}

a:link
{
    font-weight: normal;
    text-decoration: underline;
    color: #454646;
}
a:visited
{
    font-weight: normal;
    text-decoration: underline;
    color: #454646;
}
a:hover, a:active
{
    font-weight:normal;
    text-decoration: underline;
    color: #3a892e;
}

a img
{
    border:none;
}

#footer a:link
{
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
}
#footer a:visited
{
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
}
#footer a:hover, a:active
{
    font-weight:normal;
    text-decoration: none;
    color: #454646;
}

#container
{
    width: 748px;
    padding:15px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color:#ffffff;
    border:solid 1px #739f3e;
    overflow: hidden;
    border-bottom:none;
}

#banner
{
    padding-bottom: 15px;
}

#main_menu
{
    
    background-image:url(images/banner2.jpg);
    height:39px;
}

.menu
{
    width: 158px;
    font-size:1.25em;
    margin-right:5px;
    padding-left:14px;
    float:left;
    padding-top:11px;
}

.menu_about
{
    width: 300px;
    font-size:1.25em;
    margin-right:5px;
    padding-left:14px;
    float:left;
    padding-top:11px;
}

.menu_home
{
    width: 38px;
    margin-right:5px;
    padding-left:11px;
    float:left;
    padding-top:6px;
}

.menu a:link
{
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
}
.menu a:visited
{
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
}
.menu a:hover, a:active
{
    font-weight:normal;
    text-decoration: none;
    color: #454646;
}

.menu_about a:link
{
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
}
.menu_about a:visited
{
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
}
.menu_about a:hover, a:active
{
    font-weight:normal;
    text-decoration: none;
    color: #454646;
}

.right_text
{
    color: #000000;
    font-size: 1.1em;
}

#content
{
    width:495px;
    float:left;
    padding-left: 10px;
    padding-right: 10px;
}

#right
{
    width:213px;
    float:left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
}

#footer
{
    height:26px;
    width: 753px;
    padding:0px;
    padding-left:25px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    text-align:left;
    background-image:url(images/footerbg.jpg);
    background-repeat:repeat-x;
    border:solid 1px #739f3e;
    border-top:none;
    color:#ffffff;
    font-size: 1.1em;
    padding-top:8px;
}
