


.color  {
	margin:8px auto;  
	background-color:#ffcc66;
	width:900px;
	border-width:10px;
	border-color:#ff9900;
	border-style:solid;
  	}

.head { 
	width:900px;
	height:133px;
	background-image:url("layout/head900.jpg"); 
	position:relative; z-index:6;
	float:right;
      }


.main {  
	 text-color:#000000;
	 width:900px;
	}

.mainright{
	   float:right;
	   width:90px;
	   height:432px;
	   background-image:url("layout/right900a.jpg");
	   position:relative;
	   right:0px;
	   z-index:12;

          }

.mainleft{
        float:left;
        background-color:#ffcc66;
	  width:90px;
	  height:430px;
	  }

.maintext{
	  overflow:auto;
        background-color:#fffccc;
	  width:700px;
	  height:420px;
	  float:right;
	  padding:0px 2px;
	  text-color:black;
	  position:relative;
	  z-index:3;
	  margin: 4px 4px 4px 0px;
	 
	 }


.outbox{ background-color:white }





