        
    html, body {
    margin: 0;
    padding: 0; 
    background-color: #000;    
    }
   
            
    #wrapper {  
    background: #000 url(../images/bg_main.jpg) no-repeat;   
    width: 950px;
    height: 708px;
    margin: auto;    
    font-size: 13px;    
    color: #fff;   
    position: relative;
    }
    
		#header {    
    width: 950px;    
    margin: auto;     
    
    }  
    
    #middle {
    width: 400px;
    height: 150px;
    text-align: left;
    padding-left: 8px;
    }
    
		#navig {
			display: block;		
			margin-top: 120px;
			margin-left: -20px;
			width: 350px;
			height: 5px;
			text-align:left;			
			margin-bottom: 1em;
		}
		#navig li, #navig ul, #navig img {
			display: inline;			
			user-select:none; 
			cursor: pointer;
			vertical-align: middle; }    
    			
		#panes {
			text-align: left;
			border-style: none;			
			margin: 0 1em 0 1em;
		}
		
		#panes p {
		  width: 500px;
		  
		  line-height: 1.2em;
		}
		
		#panes div div { overflow: hidden; }
		
		#previous { float: none; cursor: pointer; }
		#next { float: none; cursor: pointer; }
		
		table { width: 500px; }
		td {vertical-align: top; } 
		td.left {width: 20px;}
		td.right {padding-top: 42px;}
	
			
		#footer {
    position: absolute; top: 715px; left: 40px; 
    width: 950px;   
    text-align: left;
    padding: 10px;    
    }
    span.space1 {margin-left: 220px;}
    span.space2 {margin-left: 30px;}
    
    
    
    /* ******************* Typography ************************** */
    
    #wrapper {font-family: "Trebuchet MS",Tahoma,Arial,sans-serif;}
    h1 {font-size: 150%; margin-top: 0px;}
		a 	{color: #2683CA; }
		#footer a {text-decoration: none; font-weight: bold;}
		.projTitle {font-weight: bold; color:#B10F57; margin-top: 54px; }
		#footer {color: #8E8E8E;}
		
		
		
		