


body
{
background: #000000}

a:link {color: #000000; font-weight: 800}     /* unvisited link */
a:visited {color: #666666}  /* visited link */
a:hover {color: #cccccc}   /* mouse over link */

 
body { font-size: 12px; font-family: 
arial, helvetica, sans-serif; color: #000000}


div.container
{
position: relative;
background: tan;
width:750px;
margin-top: 10px;
border:3px solid gray;
}

img.title
{
position: relative;
border-style: ridge;
margin-top: 10px;
}


div.side
{
position: relative;
float:left;
top: 20px;
left: 20px;
height: 630px;
width: 250px;
border-style: ridge;
}

div.buttons
{
position: relative;
top: 20px;
height: 63px;
width: 710px;

background-image: 
url('../bgbuttons.jpg');
background-repeat: repeat-x;
}

div.maintext
{
text-align:justify;
position: relative;
top: 50px;

}

div.highlight
{
position: relative;

border:3px solid gray;
float:left;
width: 250px;
bottom: 5px;
height: 16px;
left: 20px;
}