/* CSS Document */
#page
{ 
 width:933px;
 height: auto;
 border:1px solid #ccc;
 }
 #head
 {
 width:933px; background-image:url(images/Header.jpg);
  background-repeat:no-repeat;
 height:244px;
 }
#menu 
{
border:1px solid #666666;
 width:933px;
 height:auto;
 background-image:url(images/nav.png);
 }
 #content
 {
 width:933px;
 height:auto;
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;
 }
 #left
 {
 background-image:url(images/banners.jpg);
   float:left;
 width:120px;
 height:764px;
padding:5px 5px 5px;
 }
 #mid
 {
float:right;  
 width:610px;
 height:auto;
 }
 
  #right
 {
 background-image:url(images/banners1.jpg);
   float:right;  
 width:190px;
 height:764px;
 }
#footer
{
 width:933px;
 background-color:#84D1FB;
 height:20px;
 }
