/* CSS Document */
*
{
margin: 0;
padding: 0;
}
#content ul { margin: 1em 2em; }
p
{
margin: 1em 0 1em 0;
}
body
{
background: url(../images/bg_x.gif) repeat-x #f9e804;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
color: #000;
}
a img 
{
border:none; 
}
#container
{
background: url(../images/bg_container_y.gif) repeat-y;
width: 1200px;
}
#wrapper
{
background: url(../images/bg_wrapper.gif) no-repeat;
text-align: left;
margin: 0 auto;
padding: 0;
width: 1200px;
}
#top
{
background: url(../images/banner.jpg) no-repeat;
width: 1200px;
height: 150px;
}
#top a
{
width: 1200px;
height:150px;
display: block;
text-decoration:none;
}
#top a span {
visibility: hidden;
}
#menu
{
float: left;
margin: 90px 0 0 110px;
padding:  0;
width: 160px;
font-size: 16px;

}
#menu ul
{
text-align: center;
padding: 0;
width: 160px;
}
#menu li
{
margin: 15px 0 0 0;
list-style-type: none;
padding: 0 0 5px 0;
background: url(../images/bg_menu.gif) bottom no-repeat;
}
#menu a:link, #menu a:visited
{
color: #fff;
text-decoration: none;
}
#menu a:hover, #menu a:active
{
color: #f9e804;

}
#content
{
float: left;
font-size: 14px;
line-height: 18px;
margin: 0 0 0 0px;
padding: 0 0 0 30px;
width: 580px;
}
#content a:link, #content a:visited
{
color: #000;
background-color: #fff;

}
#content a:hover, #content a:active
{
color: #fff;
background-color: #000;
text-decoration: none;
}
/*
If you don't want linked images witin the content area to have the same mouse-over as textlinks give the
element a class (<a href="website.com" class="nohighlight"><img src"..."></a> and add the following code to stylesheet:
#content a.nohighlight:hover 
{
background: none;
}
*/
h1
{
font-family: "Times New Roman", Times, serif;
font-size: 36px;
font-weight:100;
padding: 30px 0 15px 0;
color: #7a7c7f;
}
h2
{

}
#footer
{
clear: both;
background: url(../images/footer.gif) no-repeat;
width: 1200px;
height: 82px;
}
#footer a:link, #footer a:visited
{


}
#footer a:hover, #footer a:active
{

}
