/* CSS Document */
*
{
margin: 0;
padding: 0;
}
#content ul { margin: 1em 2em; }
p
{
margin: 1em 0 1em 0;
}
strong
{
color: #7d3d7e;
}
body
{
font-family: "Times New Roman", Times, serif;
text-align: center;
color: #000;
background: #7d3d7e;
}
a img 
{
border:none; 
}
#container
{
background: url(../images/bg.gif);
text-align: left;
margin: 25px auto 0 auto;
padding: 0;
width: 1200px;
}
#wrapper
{
background: url(../images/content_y.gif) repeat-y #fff;
margin: 0 auto;
padding: 0;
width: 800px;
}
#top
{
background: url(../images/banner.gif) no-repeat;
width: 800px;
height: 222px;
position: relative;
top: -25px;
}
#top a
{
width: 800px;
height:222px;
display: block;
text-decoration:none;
}
#top a span {
visibility: hidden;
}
#menu
{
float: left;
width: 200px;
font-size: 18px;
height:220px;
}
#menu ul
{
margin: 0;
padding: 0 0 0 25px;
}
#menu li
{
margin: 0 0 0 0;
list-style-type: none;
line-height: 30px;
}
#menu a:link, #menu a:visited
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #7d3d7e;
background-color: #fff;
text-decoration: none;
}
#menu a:hover, #menu a:active
{
color: #113c8b;
background-color: #fff;
}
#content
{
float: left;
font-size: 14px;
line-height: 20px;
margin: 0;
padding: 0 10px;
width: 580px;
}
#content a:link, #content a:visited
{
color: #7d3d7e;

}
#content a:hover, #content a:active
{
background-color: #7d3d7e;
color: #fff;
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;
}
*/
#content img
{
padding: 10px;
}
h1
{
font-size: 20px;

color: #7d3d7e;
}
h2
{

}
#footer
{
clear: both;
width: 800px;
height: 150px;
background: url(../images/bg_footer_nocup.gif) no-repeat #fff;

}
#footer a:link, #footer a:visited
{


}
#footer a:hover, #footer a:active
{

}
.cup img
{
position: relative;
top: -55px;
left: 0;
}
