body 
{
background-image: url('graphics/background_pattern.gif'); 
font-family: verdana, arial; 
}
#left_column 
{
width: 100%; 
height: 150px; 
position:relative; 
top: 0px;
background-image: url('graphics/background_2.gif'); 
background-repeat: repeat-x;
}
#right_column 
{
width: 100%; 
height: 150px; 
position:relative; 
top: 0px; 
background-image: url('graphics/background_1.gif');
background-repeat: repeat-x;
}
#header 
{
width: 100%; 
background-image: url('graphics/background_1.gif'); 
background-repeat: 
repeat-x; 
text-align: left; 
}
#container 
{
width: 790px; 
position:relative; 
top: 0px; 
text-align: center; 
} 
#navigation 
{
width: 107px; 
position:relative; 
top:-28px; 
float:left; 
z-index:2
} 
#content 
{
width: 650px;
text-align: left; 
} 
#header_title 
{
position:absolute; 
top:-2px; 
left: 465px; 
z-index:3; 
letter-spacing: 2px;
font-size: 18px;
}
img.header_pic 
{
position:relative; 
left:0px; 
top:0px; 
z-index:1 
}
