body
{ 
background: #666633;
background-image:url('images/BG.gif');
color: black;
}

a:link 
{
color: #66CCFF; 
text-decoration: none;
}

a:hover 
{
text-decoration: underline;
}

a:visited 
{
color: #0099FF; 
text-decoration: underline;
}

a.menu:link 
{
color: #ffff80;
font-size: 130%; 
text-decoration: none;
}

a.menu:hover 
{
color: #ffff80;
font-size: 130%;
text-decoration: none;
}

a.menu:visited 
{
color: #ffff80;
font-size: 130%;
text-decoration: none;
}

#header
{
height: 164px;
width: 800px;
}

#header_center
{
float: left;
margin: 0;
padding 0;
height: 164px;
width: 798px;
background: url(images/header/midrepeater.gif) repeat-x;
filter:alpha(opacity=50);
opacity: 0.5;
-moz-opacity:0.5;
}

#header_content
{
float: left;
margin: 0;
padding 0;
height: 164px;
width: 798px;
display:inline;
font-weight: bold;
color: #000;
filter:alpha(opacity=100);
opacity: 1;
-moz-opacity: 1;
position: relative;
}

#header_left
{
display:inline;
float: left;
}

#header_right
{
display:inline;
float: left;
}