/*--------------CONTENT DIVS------------------------*/
      
	  #submenu {
      float:left;
      position:relative;
      left:190px;
      top:-4px;
      width:1px;
      height:26px;
      z-index:+1;
      }
	  
	  #content {
      background-image:url('/images/pagebg.jpg');
      backround-repeat:repeat-y;      
      float:left;
      position:relative;
      left:0px;
      top:-38px;
      width:858px;
      height:559px;
      z-index: 0;
      }
 
      #contenttop{
      float:left;
      position:relative;
      top:5px;
      left:29px;
      width:820px;
      height:352px;
      z-index:0;
      }
      
      #topleft {
	  float: left;
      position:relative;
      top:5px;
      left:0px;
      margin: 0;
      width: 605px;
      height: 332px;
      z-index:0;
      }
	  
      #topright {
      background-image:url('/images/toprightbg.png');
      background-repeat:no-repeat;
      float:left;
      position:relative;
      top:-5px;
      left:-8px;
      width: 215px;
      height: 338px;
	  z-index:0;
      }
	  
      #contentbottom {
      background-image:url('/images/tex11.jpg');
      background-repeat:no-repeat;
      position: relative;
      top:5px;
      left:29px;
      width: 800px;
      height: 220px;
      float: left;
      clear: right;
	  z-index:0;
      }
      
      /*--------------rollover menu------------------------*/

      a.welcomeroll{
      display: block;
      width: 73px;
      height: 26px;
      background: url('/images/welcome.png') -73px 0 no-repeat;
      text-decoration: none;
      }
	  
      a.serveroll{
      display: block;
      width: 47px;
      height: 26px;
      background: url('/images/serve.png') 0 0 no-repeat;
      text-decoration: none;
      }
      a.serveroll:hover{
      background-position: -47px 0;
      }
      a.loveroll{
      display: block;
      width: 41px;
      height: 26px;
      background: url('/images/love.png') 0 0 no-repeat;
      text-decoration: none;
      }
      a.loveroll:hover{
      background-position: -41px 0;
      }
      a.experienceroll{
      display: block;
      width: 84px;
      height: 26px;
      background: url('/images/experience.png') 0 0 no-repeat;
      text-decoration: none;
      }
      a.experienceroll:hover{
      background-position: -84px 0;
      }
      a.journeyroll{
      display: block;
      width: 67px;
      height: 26px;
      background: url('/images/journey.png') 0 0 no-repeat;
      text-decoration: none;
      }
      a.journeyroll:hover{
      background-position: -67px 0;
      }
