/* CSS Document */


body
{
font-family: "Lucida Sans", Arial, Helvetica, sans-serif ;
font-size: 18px;
background: #fff;
text-align: center;
margin: 0;
padding: 0;
}
a img 
{
border:none; 
}

#wrapper
{
margin: 0 auto;
width: 877px;

}
#top
{
background: url(../images/banner.gif) no-repeat;
height: 185px;

}
#menu
{
position: relative;
top: 119px;
left: 35px;
margin: 0 0 0 0;
padding: 0;

}
#menu ul
{

margin:0 0 0 0 ;
margin: 0;
width: 800px;

}
#menu li
{

list-style-type: none;
float: left;
padding: 0 50px 0 0;
margin: 5px 0 5px 0;
}
#menu a:link, #menu a:visited
{
line-height: 50px;
color: #fff;
text-decoration: none;
}
#menu a:hover, #menu a:active
{
background-image: url(../images/mo.gif);
background-repeat: no-repeat;
background-position: center;
padding: 5px 0 5px 0;
}
#content
{
text-align: left;
font-size: 14px;
padding-left: 30px;
color: #535353;
}
#content a:link, #content a:visited
{

}
#content a:hover, #content a:active
{

}
h1
{
border-bottom: 1px solid #000;
margin-left: -30px;
}
h1 .indenttext
{
color: #000;
font-weight: normal;
font-size: 20px;
padding-left: 30px;

}
h2
{

}
#footer
{
width: 877px;
background-color: #CC0000;
height: 30px;
}
#footer a:link, #footer a:visited
{

}
#footer a:hover, #footer a:active
{

}
