
 body{   
        margin: 0 auto;  
        overflow: auto;
        max-height: 100%;
        background-image: url(images/019.jpg);
        background-attachment: fixed;                       
        } 

section {
	   margin: 0 auto;
	   padding: 0;
	   background: transparent;
	   width: 980px;
	   text-align: left;
           background-image: url(images/ricepaper.png);
           background-attachment: fixed; 
	   }

a:hover {
         font-family: "arial", "Helvetica", "sans-serif";
         color:red;		
         text-decoration: underline;
        }


#Logo {
        position: absolute;
        width: 138px;
	height: 180px;
        top: 0px;
       
       } 

header {	
	width: 978px;
	height: 180px;
	border-top: 1px solid ;
	border-right: 1px solid ;
	border-bottom: 1px solid ;
	border-left: 1px solid ;
        background-image: url(images/banner2.png);
	} 


#clock{
       position: relative;
       left: 825px;       
       top: 55px;
       width: 120px;
       height: 65px;
       }


nav {
      position: relative;
      top: 80px;
      left: 90px;
      }

content{     
      position: relative;
      max-height: 100%;
      background-image: url(images/ricepaper.png);
      background-attachment: fixed; 
      border-left: 1px solid ;
      border-right: 1px solid ;
      top: 0px;
      width: 803px;
      Float: right;
      font-size: 100%;
      font-family: Helvetica, Arial, sana-serif;  
      }
 

sidebar {               
        max-height: 100%;
        position: relative;       
        background-image: url(images/ricepaper1.png);
        background-attachment: fixed;
        border-left: 1px solid ; 
        top: 0px;
	float: left;
	width: 174px;
        font-size: 100%;
        font-family: Helvetica, Arial, sana-serif;
	}


sidebartext{
          position: relative;
          width: 165px;
          left: 7px; 
          top: 5px;        
         }

links{
        position: relative;
        top: 10px;
	right: 8px;
       } 


newmodels{
      position: relative;
      padding: 0px 0px 0px 5px;
      width: 160px;
      left: 10px;
      }


			    /*Home Page*/ 

#hometext{ 
            padding: 0px 15px 0px 10px;        
         }


                            /*Sounding Rockets*/

#srocketstext{
            padding: 0px 5px 0px 15px;
         }


                          /*Spacecrafts - Satellites page 1*/

#spacetext1{
            padding: 0px 15px 0px 15px;
         }



                         /*Spacecrafts - Satellites page 2*/

#spacetext2{
           padding: 0px 15px 0px 15px;
         }


#smallsattext{
            padding: 0px 15px 0px 15px;
         }



                         /*Other Models*/

#spacetext3{
           padding: 0px 15px 0px 15px
         }

@media only screen and (min-width:320px) and (max-width: 640px)  {

}

@viewport { 
  min-width: 320px;
  max-width: 640px;  
} 


