body
{
font-family:'georgia';
font-size:12px;
background:#e3e3e3;
line-height:18px;
}

#wrapper
{
position:relative;
margin-left:auto;
margin-right:auto;
height:580px;
width:895px;
top:20px;
}

h1
{
font-size:20px;
}

a:link {color: #0076b2;}
a:visited {color: #0076b2;}
a:active {color: #0076b2;}
a {text-decoration: underline;}
a:hover {text-decoration: underline;}

#rightshadow
{
  position:absolute;
  left:315px;
  top:5px;
  width:576px;
  height:585px;
  background:#808080;
}

#leftshadow
{
  left:5px;
  top:5px;
  height:585px;
  width:280px;
  background:#808080;
  position:absolute;
}


#leftcontent, #rightcontent
{
  position:absolute;
  background:#aacc99;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  height:585px;
}

#leftcontent
{
  left:0px;
  top:0px;
  width:280px;
}

#rightcontent
{
  left:310px;
  top:0px;
  width:555px;
  height:565px;
  padding:10px;
}