/* CSS Document */
*
{
margin: 0;
padding: 0;
}
#content ul { margin: 1em 2em; }
p
{
margin: 1em 0 1em 0;
}
body
{
background:  url("../images/bg4.jpg");
font-family: Arial, Helvetica, sans-serif;
text-align: center;
color: #000;
}
a img 
{
border:none; 
}
#wrapper
{
text-align: left;
margin: 0 auto;
padding: 0;
width: 800px;
background-color: #fff;
}
#top
{
background:  url("../images/banner.gif") no-repeat;
width: 800px;
height: 173px;
}
#top a
{
width: 800px;
height:253px;
display: block;
text-decoration:none;
}
#top a span {
visibility: hidden;
}
#menu
{
background:  url("../images/blue.png") no-repeat;
float: left;
margin: 0 0 0 -53px;
padding:  0;
width: 222px;
height: 255px;
font-size: 12px;

}
#menu ul
{
margin: 0 0 0 15px;
padding: 0;
width: 200px;
}
#menu li
{
margin: 15px 0 0 0;
list-style-type: none;
padding: 0;

}
#menu a:link, #menu a:visited
{
color: #fff;
text-decoration: none;
}
#menu a:hover, #menu a:active
{
color: #FCB913;

}
#content
{
float: left;
font-size: 14px;
line-height: 18px;
margin: 0 0 0 0;
padding: 0 10px;
width: 600px;
}
#content a:link, #content a:visited
{
color: #ee2e23;

}
#content a:hover, #content a:active
{
background-color: #ee2e23;
color: #FCB913;
text-decoration: none;
}
h1
{
color: #ee2e23;
font-size: 24px;
padding: 0.5em 0 0.5em 0;
border-bottom: 3px solid #FCB913;
}
h2
{

}
#footer
{
clear: both;
width: 800px;
height: 150px;
background: #ee2e23;
color: #FCB913;
font:italic 24px "Times New Roman", Times, serif;
letter-spacing: 1px;
text-align: center;
padding-top: 50px;
}
#footer a:link, #footer a:visited
{


}
#footer a:hover, #footer a:active
{

}
