/* CSS Document */
*
{
margin: 0;
padding: 0;
}
#content ul { margin: 1em 2em; }
p
{
margin: 1em 0 1em 0;
}
body
{
font-family: Arial, Helvetica, sans-serif;
text-align: center;
background: #B5C629;
color: #000;
}
a img 
{
border:none; 
}
#wrapper
{
background: url(../images/bg_wrapper.gif) repeat-y;
text-align: left;
margin: 0 auto;
padding: 0;
width: 897px;
}
#top
{
background: url(../images/banner2.gif) no-repeat;
width: 897px;
height: 128px;
}
#top a
{
width: 897px;
height:100px;
display: block;
text-decoration:none;
}
#top a span {
visibility: hidden;
}
#menu
{

float: left;
width: 225px;
font-size: 14px;
}
#menu ul
{
margin: 0 0 0 0;
padding: 0 0 0 63px;
}
#menu li
{
margin: 15px 0 0 0;
list-style-type: none;
padding: 0 0 5px 0;
background: url(../images/mo.gif) no-repeat bottom ;
width: 160px;
}
#menu a:link, #menu a:visited
{
padding: 0 0 0 32px;/*dont change*/
margin: 0 0 0 0;
font-weight: bold;
font-size: 15px;
color: #fff;
text-decoration: none;
letter-spacing: 0px;
line-height: 25px;

}
#menu a:hover, #menu a:active
{
background: url(../images/menu_mo.gif) no-repeat left 50%  ;
}
#menu .address
{
font-size: 17px;

color: #fff;
padding: 90px 0 0 75px;
}
#content
{
float: right;
font-size: 14px;
line-height: 18px;
padding: 0 80px 0 10px;
width: 580px;
}
#content a:link, #content a:visited
{
color: #425306;

}
#content a:hover, #content a:active
{
background-color: #425306;
color: #F1F3D5;
text-decoration: none;
}
/*
If you don't want linked images witin the content area to have the same mouse-over as textlinks give the
element a class (<a href="website.com" class="nohighlight"><img src"..."></a> and add the following code to stylesheet:
#content a.nohighlight:hover 
{
background: none;
}
*/
#content img
{
padding: 10px;
}
h1
{
color: #425306;
font-size: 24px;
padding: 1em 0 0.5em 0;
border-bottom: 1px solid #425306;
}
h2
{
font-size: 18px;
color: #425306;
}
#footer
{
clear: both;
background: url(../images/footer.gif) no-repeat ;
width: 897px;
height: 85px;
text-align: center;
}
#footer a:link, #footer a:visited
{
color: #fff;
font-size: 12px;
text-decoration: none;
line-height: 45px;

}
#footer a:hover, #footer a:active
{

}

