/******************************************/
/* attributes for the border of the pages */
/******************************************/			  
.edge{background-color:#4A86BD;
      text-align:center;
	  color:#FFFFFF;
     }
	 
/***********************************************************/
/* attributes for the background of the middle part of the */
/* pages                                                   */
/***********************************************************/
.center_cell{background-image:url(../images/sunset.jpg);
             height:493px;
			 width:770px;
			 vertical-align:top;
            }
			
/********************************************************/
/* attribute for the width of the right and left border */
/********************************************************/
.border_edge{width:5px;
            }
			
/************************************************/
/* attributes of the base line of the structure */
/************************************************/
.baseline{font-size:10px;
            width:780px;
			height:10px;
			position:absolute;
			top:562px;
		   }
		   
/*************************************************/
/* attributes of the menu entries                */		   
/*************************************************/
.menu{height:17px;
      position:absolute;
	  top:0px;
     }