
.container
{
  border: #d4d320;
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  width:800px; 
  margin:0px;
  background-color:#FFFFFF;
-moz-border-radius: 5px;
}




.header
{
  border: #d4d320;
  border-style: solid; 
  border-bottom-width: 1px;
  border-top-width: 0px; 
  border-right-width: 0px;
  border-left-width: 0px;
  margin:0px;
  padding:0px;
-moz-border-radius: 5px;
}


.contentMid
{
  position: relative;
  height: 550px;
}

.contentLeft
{
  position: absolute;
  top: 10px;
  left: 40px;
  width: 450px;
  height: 400px;
  padding-left:0px;
}

.contentRight
{
  position: absolute;
  top: 20px;
  right: 10px;
  width: 250px;
  height: 40px;
}

#footer
{
  font: 12px Arial,Verdana,Helvetica,Sans-Serif;
  color: #000000;
  background-image: url(../img/footer-bgr.gif);
  height:20px;
  line-height: 20px;
  padding-top: 6px;
  padding-right:10px;
}









