/* CSS Document */
*
{
margin: 0;
padding: 0;
}
#content ul 
{ 
margin: 1em 2em; 
}
p, h1, h2, h3
{
margin: 1em 0 1em 0;
}
body
{
font-family: "Trebuchet MS", Arial, sans-serif;
text-align: center;
background: #010101;
color: #000;

}
a img 
{
border:none; 
}
#container
{
background:  url("../images/bg_y.gif") repeat-y;

margin: 0 auto;
padding: 0;
width: 1200px;
}
#wrapper
{

background:  url("../images/bg.jpg") no-repeat;
text-align: left;
margin: 0 auto;
padding: 0;
width: 1200px;
}
#top
{

background:  url("../images/content_banner2.gif") no-repeat;
width: 584px;
height: 124px;
}

#menu
{
text-align:center;
float: left;
background:  url("../images/bg_menu.jpg") no-repeat #968F61;
margin: 0 0 0 200px;
padding:  0;
width: 216px;
height: 401px;
}
#menu ul
{
margin: -2px 0 0 20px;
padding: 0;
}
#menu li
{
background:  url("../images/menu_underline.gif") no-repeat bottom center;
list-style-type: none;
}
#menu a:link, #menu a:visited
{
font-size: 13px;
font-weight: bold;
color: #000;
text-decoration: none;
line-height: 25px;
}
#menu a:hover, #menu a:active
{
color: #2b4e1c;
}
#content
{
font-weight: bold;
float: left;
font-size: 14px;
line-height: 18px;
width: 560px;
}
#content p, #content ul, #content h1, #content h2, #content img 
{
padding: 0 0 0 10px;
}
#content a:link, #content a:visited
{
color: #fff;
}
#content a:hover, #content a:active
{

color: #2b4e1c;
text-decoration: none;
}
h1
{
padding: 2em 0;
font-size: 20px;
color: #000;
}
h2
{
font-size: 18px;
color: #003300;
}

#footer
{
clear: both;
background:  url("../images/footer.gif") no-repeat;
margin: 0 0 0 200px;
text-align: center;
width: 802px;
height: 62px;

}
#footer a:link, #footer a:visited
{
vertical-align: middle;
color: #DAC670;
text-decoration: none;
font-size: 10px;
line-height: 60px;
}
#footer a:hover, #footer a:active
{
text-decoration: underline;
}
.homepagetext 
{
font-size: 12px;
color: #fff;

}