body {
   background-color: #3E0000; 
   font-family: "Courier New";  
   margin: 0 0;
   padding: 0px;
   border: none;
}

h1 {color: #ffffff; text-align: left;}
.header {color: #ffffff; text-align: left; font-size: 120%; font-style: normal; text-decoration: underline;}
.style { font-weight: normal; font-style: normal }
a:link {color: #000000; text-decoration: none}     
a:visited {color: #000000; text-decoration: none} 
a.hidden:link {color: #ffffff; text-decoration: none}     
a.hidden:visited {color: #ffffff; text-decoration: none} 
a:hover {color: #ffffff; text-decoration: none}  
a:active {color: #000000; text-decoration: none}  
a img {border: none; }   

div.b3
{
   float: left;
   margin-left: 0;
   background-color: #a0522d; 
   bottom: 0;
   width: 800px;
   padding: 0px;
   margin: 0px 0px;
     
   background-image: url("images/b3_curve.jpg") ;
   background-repeat: no-repeat;
   background-position: top right; 
}

div.b2
{
   float: left;
   margin-left: 0;
   background-color: #d2691e; 
   bottom: 0;
   width: 750px;
   padding: 0px;
   margin: 0px 0px;
   
   background-image: url("images/b2_curve.jpg") ;
   background-repeat: no-repeat;
   background-position: top right; 
}

div.b1
{
   float: left;
   margin-left: 0;
   background-color: #f4a460; 
   height: 100%;
   width: 710px;
   padding: 0px;
   margin: 0px 0px;
   
   background-image: url("images/b1_curve.jpg") ;
   background-repeat: no-repeat;
   background-position: top right; 
}



div.footer
{
 
 clear:both;
 background-color: #d2691e; 
 width: 800px;
 height: 30px 
}

#tabs {
      
      width:600px;
	  height:15px;
      background:#d2691e;
      font-size:93%;
      line-height:normal;

}
#tabs ul {
	  margin:0;
	  padding:10px 10px 0 5px;
	  list-style:none;
}
#tabs li {
      display:inline;
      margin:0;
      padding:0;
}
#tabs a {
      float:left;
      background:url("images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
}
#tabs a span {
      float:left;
      display:block;
      background:url("images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
      color:#FFF;
}
#tabs a:hover {
      background-position:0% -42px;
}
#tabs a:hover span {
      background-position:100% -42px;
}

#tabs i {
      float:left;
      background:url("images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  background-position:0% -42px;
}
#tabs i span {
      float:left;
      display:block;
      background:url("images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
	  background-position:100% -42px;
}
