body{
    align:center;
}

#menu{
    width : 100%;
    align:center;
    margin-left: 70px;
}

#header{
    width : 100%;
    height : 70px;
    margin-left: 105px;
}

#button li {
    display: inline;
    -moz-border-radius-topleft: 12px;
    -webkit-border-top-left-radius:12px;
     text-align: center;
 }
 
#about, #services, #member, #bootcamp, #investors, #application, #contactus, #apply {
    font-family: "Times New Roman", Georgia, Serif;
    font-size:12px;
    text-decoration: none;
    float:left;
    width:120px;
    height:15px;
    padding: 10px;
    background-color: #489cdf;
    color: #FFF;
 }
 
#button li:first-child a{
    -moz-border-radius: 15px 0px 0px 15px;
    -webkit-border-radius: 15px 0px 0px 15px;
    border-radius: 15px 0px 0px 15px;
}
 
#button li:last-child a{
    -moz-border-radius: 0px 15px 15px 0px;
    -webkit-border-radius: 0px 15px 15px 0px;
    border-radius: 0px 15px 15px 0px;
}
 
#button li a:hover {
    background-color: #ce3fd8;
    color:#FFF;
} 
 
p {
     font-family: "Times New Roman", Georgia, Serif;
}
 
#blue{
     background-color: #FFF;
     color: #000080;
}
 
#red{
     background-color: #FFF;
     color: #C00000;
}
 
#green{
     background-color: #FFF;
     color: green;
}
 
#left{
    height: 10px;
    width:15%;
    float:left;
}

#right{
    height: 10px;
    width:10%;
    float:left;
}

#center{
   width:75%;
   float:left;
}

h1,h2,h3 {
   margin:0px;
   padding:0px;
} 
