/* external css file 
   by patrick otto 
   27.07.2004 */


/* global formatting */

   strong {
	color: #00157e;
   }

   body {
	color: black;
 	background-image: url(skybox02.jpg); 
	background-repeat: no-repeat;
   }

   a {
 	color: #00157e;
	font-family:Arial;
        font-size:13px;
        /*border: 1px solid black*/
   }

   h3 { 
        font-size:13px;
        text-decoration: underline;
   }

   em { 
      font-size:13px;
   }



/* title */

   
    #title_text { 
        position: relative; 
	left: 50%;
        position: absolute;
	top: 70px;
    }

    #back {  
          border: 1px solid black;
          background: lightgray;
 	  position: absolute;
	  top:220px;
	  left:30px;
          width: 120px;
    } 

    #source {  
          border: 1px solid black;
          background: lightgray;
 	  position: absolute;
	  top:220px;
	  left:180px;
          width: 120px;
    } 

    #reqs {  
          border: 1px solid black;
          background: lightgray;
 	  position: absolute;
	  top:220px;
	  left:330px;
          width: 120px;
    } 

 
/* text */
    #model {  
          position: absolute;
	  top:220px;
	  left:30px;
          position: relative;	
          width: 90%;
    } 

    #terrain {  
          position: absolute;
	  left:30px;
          position: relative;	
	  top:250px;
          width: 90%;
    } 

    #car {  
          position: absolute;
	  left:30px;
          position: relative;	
	  top:250px;
          width: 90%;
    } 

  
/* pics */
 
    #model01 {
	border: 1px solid black;     
	margin: 2px;
    }

    #floor {  
	border: 1px solid black;     
	margin: 2px;
    }

    #bank { 
	border: 1px solid black;     
	margin: 2px;
    }

    #pillar { 
	border: 1px solid black;     
	margin: 2px;
    }

    #lamp { 
	border: 1px solid black;     
	margin: 2px;
    }

    #roof { 
	border: 1px solid black;     
	margin: 2px;
    }
