/* CSS Document */
*
{
margin: 0;
padding: 0;
}
#content ul { margin: 1em 2em; }
p
{
margin: 1em 0 1em 0;
}
body
{
font-family: Arial, Helvetica, sans-serif;
text-align: center;
background: #eae1c4;
color: #000;
}
a img 
{
border:none; 
}
#wrapper
{
background: url(../images/bg_y.gif) repeat-y;
text-align: left;
margin: 0 auto;
padding: 0;
width: 894px;
}
#top
{
background: url(../images/banner.jpg) no-repeat;
width: 894px;
height: 253px;
}
#top a
{
width: 894px;
height:253px;
display: block;
text-decoration:none;
}
#top a span {
visibility: hidden;
}
#menu
{
background: url(../images/bg_menu.gif) no-repeat;
float: left;
margin: 0;
padding:  0;
width: 271px;
height: 373px;

}
#menu ul
{
margin: 10px 0 0 60px;
padding: 0;
width: 200px;
}
#menu li
{
text-align: center;
padding: 7px 0;
list-style-type: none;
}
#menu a:link, #menu a:visited
{
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
color: #fab80a;
text-decoration: none;
}
#menu a:hover, #menu a:active
{
color: #fff;
}
#content
{

font-size: 12px;
line-height: 24px;
margin: 0 0 0 271px;
padding: 0 0 0 20px;
width: 570px;
}
#content a:link, #content a:visited
{
color: #dc0008;

}
#content a:hover, #content a:active
{
background-color: #dc0008;
color: #fff;
text-decoration: none;
}
h1, h1 td
{
padding: 0 0 0 0;
font-size: 20px;
color: #716E69;
text-transform: uppercase;
}
h2
{

}
#footer
{
clear: both;
width: 894px;
padding: 10px;
text-align: center;

}
#footer a:link, #footer a:visited
{
font-size: 12px;
color: #dc0008;
text-decoration:none;
}
#footer a:hover, #footer a:active
{
text-decoration: underline;
}
.blacktext
{
color: #000;
}