    body {
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    #topbar {
        background-color: #6B0841;
        width: 100%;
        height: 110px;
    }
    
    .menubar {
        width: 1100px;
        height: 90px;
        margin: 0 auto;
        background-color: #6B0841;
        position: relative;
        bottom: 90px;
    }
    
    .center {
        width: 1100px;
        margin: 0 auto;
        position: relative;
        bottom: 100px;    
    }
    
    
    h1 {
        text-align: center;
        color: gray;
        position: relative;
        bottom: 30px;
    }
    
    h2 {
        color: gray;
        padding: 10px 30px;
    }
    
    p {
        padding: 0 30px;
        color: gray;
        text-align: justify;
        font-size: 1.3em;
   }
   
   #logo {
        float: left;
        position: relative;
        bottom: 15px
   }
   
       #bottombar {
        background-color: #6B0841;
        width: 100%;
        height: 110px;
    }
    
    .addressbar {
        width: 1100px;
        height: 90px;
        margin: 0 auto;
        background-color: #6B0841;
        position: relative;
        top: 90px;
        clear: both;
    }
    
    #address {
        color: white;
        text-align: center;
        font-size: 0.8em;
        padding-top: 30px;
    }
    
    #body {
        position: relative;
        top: 0;
    }
    
    #number {
        float: right;
        position: relative;
        bottom: 40px;
        right: 45px;
        color:white;
        text-decoration: none;
        font-size: 2em;
    }


    #contact {
        float: right;
        position: relative;
        top: 60px;
        left: 235px;
        color:white;
        text-decoration: none;
    }
    
    #why {
        float: right;
        position: relative;
        top: 60px;
        left: 220px;
        color:white;
        text-decoration: none;
        padding-right: 15px;
        border-right: 2px white solid;
    }
    
    #services {
        float: right;
        position: relative;
        top: 60px;
        left: 205px;
        color:white;
        text-decoration: none;
        padding-right: 15px;
        border-right: 2px white solid;
    }
    
    
    #home {
        float: right;
        position: relative;
        top: 60px;
        left: 190px;
        color:white;
        text-decoration: none;
        padding-right: 15px;
        border-right: 2px white solid;
    }
    
    #leftbar {
        width:50%;
        float: left;
        background-color: white;
        color: gray;
     }
     
	#rightbar {
        width:50%;
        float: left;
        background-color: white;
        color: gray;
     }
    


