/* body background image found here */


body {

      background-color: #000000;
      
      
      }





/* remove image link border */

a img { border:none; }

/* remove bullets */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}





/*- Menu 4--------------------------- */
	
#menu4 {
	width: 130px;
	margin: 10px;
	border-style: solid solid none solid;
	border-color: #000;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu4 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu4 li a:link, #menu4 li a:visited {
	color: #CCC;
	display: block;
	background:  url(menu4.gif);
	padding: 8px 0 0 10px;
	}
	
#menu4 li a:hover {
	color: #FFF;
	background:  url(menu4.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}	

/* Animated Object spacing */

#objectx {
         margin: 30px;

         }

/* Box Background Image */
#soildust {
           background-image: url("boxback.jpg");
           background-repeat: no-repeat; 
 		   background-color: white;
           } 

/* Line up the logo with the other elements */
#mojologo {
           margin: 10px;
          }

/* lower text colors */

#hiberchill {

             color: #993366;
             
            }