/* CSS Document */
*
{
margin: 0;
padding: 0;
}
#content ul { margin: 1em 2em; }
#content ol { margin: 1em 3em; }
p
{
margin: 1em 0 1em 0;
}
body
{
background: url(../images/banner_bg.gif) repeat-x #eee5c6;
text-align: center;

}
a img 
{
border:none; 
}

#wrapper
{
margin: 0 auto;
width: 864px;
text-align: left;
background:  url(../images/wrapper_bg4menu.gif) repeat-y #fff;
}
#top
{
background: url(../images/banner.gif) no-repeat;
width: 864px;
height: 261px;
}
#top h1
{
color:#333333;
border-bottom: 1px solid red;
font-size: 24px;
font-weight: normal;
font-family: "Times New Roman", Times, serif;
padding: 230px 40px 0 0;
margin: 0 0 0 220px;
width: 560px ;
}
#menu
{
float: left;
width: 212px;
height: 408px;
background: url(../images/menu_bg.gif) no-repeat;

}
#menu ul
{
margin: 0 0 0 62px;

}
#menu li
{
list-style-type: none;
}
#menu a:link, #menu a:visited
{
color: #fff;
font-size: 16px;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 38px;
text-decoration: none;
background: url(../images/menuli_bg.gif) no-repeat left bottom ;
padding: 0 0 5px 10px;
}
#menu a:hover, #menu a:active
{
background: url(../images/mo.gif) no-repeat left 50% ;
}
#content
{
font-family: "lucida sans", Arial, Helvetica, sans-serif;
font-size: 14px;
color: #535353;
margin-left: 220px;
width: 600px;
line-height: 24px;
}
#content a:link, #content a:visited
{

}
#content a:hover, #content a:active
{

}

h1
{
font-size: 16px;
color: #000000;
font-weight: bold;
}
h2
{

}
#footer
{
height: 18px;
width: 784px;
background: url(../images/footer_bg.gif) repeat-x;
margin: 5px 40px;
padding: 40px 0 10px 0;
text-align: center;
}
#footer a
{
text-decoration: none;
font-family: "lucida sans", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #535353;
}
