/* CSS Document */

body
{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
margin: 0;
padding: 0;
text-align: center;
background-color: #d2d2e4;
background-image: url(../images/bg.gif);
background-repeat: repeat-x;

}
#wrapper
{
margin-left: auto;
margin-right: auto;
width: 751px;
text-align: left;
background-color: #fff;
border: 1px solid red;
}
#top
{
background: url(../images/banner2.gif) no-repeat;
height: 164px;
width: 751px;
}
#top a
{
width: 751px;
height:164px;
display: block;
text-decoration:none;
}
#top a span {
visibility: hidden;
}
#menu
{
float: left;
}
#menu ul
{
margin: 0 0 0 0;
padding: 0 0 0 0;
}
#menu li
{
width: 181px;
margin: 0 0 0 0;
list-style-type: none;
padding: 16px 0 0 0;
border-bottom: 1px solid #5C5D9D;

}
#menu a:link, #menu a:visited
{

padding: 3px 0 0 26px;
margin: 0 0 0 0;
color: #000;
font-size: 14px;
text-decoration: none;
}
#menu a:hover, #menu a:active
{
background: url(../images/mo.gif) no-repeat left bottom;

}

#content
{
font-family: Verdana, Arial, Helvetica, sans-serif;
float: right;
margin: 0 0 0 15px;
padding: 0 10px;
font-size: 12px;
font-weight: 200;
width: 525px;
}
#content a:link, #content a:visited
{
color: #E81A2F;
}
#content a:hover, #content a:active
{
background-color: #E81A2F;
color: #fff;
text-decoration: none;
}
#content ul, #content ol
{
padding-left: 1em;
padding-bottom: 0.5em;

}
#content li
{
padding-bottom: 1em;
}
h1
{
margin-top: 0.5em;
font-size: 22px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
letter-spacing: 2px;
color: #E81A2F;
border-bottom: 5px solid #5C5D9D;
}
h2
{
font-size: 18px;
font-weight: normal;

}
h3
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 21px;
color: #5974A6;
font-weight: bold;
letter-spacing: -1px;
}

/**/#footer
{
clear: both;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;

}
#footer a:link, #footer a:visited
{
color: #E81A2F;
text-decoration: none;
}
#footer a:hover, #footer a:active
{
background-color: #E81A2F;
color: #fff;
}
