/* Mast head is simulation of top frame */
#mastHead{ position: absolute;
           top: 0px;
           left: 0px;
           width: 100%;
           height: 200px;
           z-index: 1;
           background-color: #ddd;
           border:none;
           color: #FF9A00;
           text-align: center;
	   color: black;
	   padding-left: 5px;
	   font-family: Arial,Helvetica,sans-serif;
           }
#mastHead>hr { color: green;
		 background-color: green;
		 height:3px;
		}
 
/* Link Index is the simulation of left index/browsing frame */
#linkIndex{ position: absolute;
            left: 15px;
            top: 220px;
            width: 155px;
	    height: 200em;
            padding: 0px;
	    border:none;
            background-color: #116608;
	    padding-left: 30px;
	    font-family: Arial,Helvetica,sans-serif;
	    background-image: url("images/l_corner.gif");
	    background-repeat: no-repeat;
            }

	    
	    
#box{ 	    position:relative; 
            z-index: 1;
            padding: 10px;
	    border: none;
	    width:300px;
	    height:110px;
	    color: black;
            background-image: url("images/box2_309.gif");
	    background-repeat: no-repeat;
            font-family: Arial,Helvetica,sans-serif;
            }	    
	    
#contentsBox{ position: absolute;
              top: 220px;
              left: 175px;
              /*border: 2px solid #00DD33;*/
	      height: 200em;
	      width: 80%;
              
	      border: none;
	      background-color: #116608;
	      color: white;
              /*border-left: 2px solid #BBB;*/
	      /* background-image: url("images/wreck.jpg");*/
	      background-repeat: no-repeat;
              font-family: Arial,Helvetica,sans-serif;
	      }
#contentsBox>a{color: white;
	}	   
#contentsBox>table{color:black;	
	}
		      
#foot{ font-family: Arial,Helvetica,sans-serif;
	color: white;
       z-index: 1;
       text-align: center;       
       }
.image{
	border-style:none;
	border-color: none;
	border-width:0px;
      }	 