/* CSS Document */

body
{
margin: 0;
padding: 0;
background-image: url(../images/bg.jpg);
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
}
#wrapper
{
margin: 0;
padding: 0;
width: 800px;
}
#top
{
background-image: url(../images/menu_01.jpg);
background-repeat: no-repeat;
background-position: top left;
width: 800px;
height: 168px;
}
#top a
{
width: 800px;
height:168px;
display: block;
text-decoration:none;
}
#top a span {
visibility: hidden;
}
#menu
{
font-size: 12px;
float: left;
background-image: url(../images/menu_02.jpg);
background-repeat: no-repeat;
padding: 0;
margin:0 0 0 0 ;
width: 159px;
height: 432px;
}
#menu ul
{
margin: 40px 40px 0 0;
padding: 0;
list-style-type: none;
text-align: right;
}
#menu li
{
padding: 0;
margin: 0;
list-style-type: none;
line-height: 25px;
}
#menu a
{
color: #000;
font-weight: bold;
text-decoration: none;
letter-spacing: 1px;
}
.ten, #menu a:hover
{
color: #fff;
}
#menu a:hover .ten
{
color: #000;
}

#content
{
float: left;
padding: 0;
margin: 0 0 0 0px;
width: 630px;

}
#content a:link, #content a:visited, #footer a:link, #footer a:visited
{
color: #006a40;
}
#content a:hover, #content a:active, #footer a:hover, #footer a:active
{
text-decoration: none;
color: #fff;
background-color: #006a40;}
#footer a
{
margin: 0 0 0 200px;
text-align: center;
width: 400px;
}
.line
{
border-right: 1px solid #fff;
}

h1
{
color: #006a40;
font-size: 24px;
}
#blurb
{
font-size: 16px;
font-style: italic;
font-weight: bold;
color: #006a40;
}
