*{
  margin:             0;
  padding:            0;
  }

body{
  background-color:   #FFF;
  font-family:        Myriad Pro, Gill Sans, Verdana, Lucida Grande, Lucida Sans Unicode;
  }

a img{
  border:             0;
  }
a{
  color:              #004A9F;
  }

#contents{
  position:           relative;
  width:              1040px;
  height:             700px;
  margin:             50px auto 0;
  }

#logo{
  text-align:         center;
  }

#center{
  position:           relative;
  left:               0;
  top:                80px;
  width:              100%;
  }

#center #about{
  position:           absolute;
  top:                0;
  left:               0;
  color:              #004A9F;
  width:              520px;
  font-size:          12px;
  line-height:        18px;
  }
#center #about p{
  margin:             18px 0;
  }
#center #about p span{
  white-space:        nowrap;
  }
#center #about #sponsors{
  white-space:         nowrap;
  }
#center #about #sponsors a{
  margin:             0 18px 0 0;
  }

#center #properties{
  position:           absolute;
  top:                0;
  right:              0;
  }

#center #properties a{
  display:            block;
  margin:             15px 0;
  }
#properties a#molecules_to_the_max{margin-left: 0;}
#properties a#riding_snowflakes{margin-left: 86px;}
#properties a#nanospace img{margin-left: 172px;}

#footer{
  position:           relative;
  white-space:         nowrap;
  left:               0;
  top:                360px;
  padding:            20px 0 25px 0;
  text-align:         left;
  border-top:         4px solid #0088c2;
  }

#footer a{
  margin:             0 75px 0 0;
  }
#footer span{margin: 0 15px 0 0;}
#footer a.img{
  margin:             0 10px 0 0;
}

#footer #copyright{
  margin-top:         10px;
  }


/* --------------------------------------------------
  MAILING LIST SIGNUP FORM
-------------------------------------------------- */
#mailing_list_signup{
  z-index:            9;
  position:           absolute;
  width:              300px;
  top:                200px;
  left:               365px;
  background-color:   #FFF;
  border:             4px solid #0088c2;
  }
#mailing_list_signup .inner{margin: 20px;}

#mailing_list_signup h1{
    font-style:         italic;
    font-weight:        normal;
    font-size:          15px;
    line-height:        18px;
    }

#mailing_list_signup form{
    margin:             12px 12px 20px;
    }

#mailing_list_signup label{
    display:            block;
    opacity:            .9999;
    margin:             6px 0;
    text-align:         right;
    text-transform:     uppercase;
    font-weight:        bold;
    font-size:          12px;
    }

#mailing_list_signup label input{
    margin-left:        2px;
    padding:            1px 3px;
    width:              180px;
    height:             22px;
    border:             2px solid #0088c2;
    font-size:          14px;
    }

#mailing_list_signup .submit{
    margin-top:         7px;
    }

#mailing_list_signup a{
    text-transform:     uppercase;
    text-decoration:    none;
    font-weight:        bold;
    font-size:          12px;
    color:              #0088c2;
    }