body{
    font-family: helvetica, arial, sans-serif;
    background-image: url(image/img_body_bg.jpg);
    background-repeat: no-repeat; 

}

#wrapper{
    min-width: 500px;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    background-color: floralwhite;
}
/* ---- not to remove ---- */
header .headerImage{
    display: inline;
    margin-left: 2px;
}

header{
   background-color: lightgray;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;    
}
#nav_box{
    width: inherit;
    margin-left: 5px;
     
}

h1{
    color: white;
}
#nav_box nav{
    float: left;
}

nav li {
    float: left;
}

#orderButton{
    float: right;
    background-color: red;
    border-radius: 5px;
    border: none;
    padding: 8px 48px;
    text-align: center;
    font-size: 30px;
    margin-right: 8px;
    cursor: pointer;
    margin-bottom: 5px;
}

#orderButton .button{
    color: white;
     text-decoration: none;
}

li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #111111;
}

#menu h1{
    text-decoration: underline;
}
main{
     background-color: #882D17;
}
#main_index_content, #menu_content, #special_content, #gallery_content, #location_content, #contact_us_content, #order_content, #delivery_content, #carryout_content{
    min-width: inherit;
    max-width: inherit;
    padding-left: 100px;
    margin-top: 35px;
}

.mainpagePizza{
    display: inline;
    text-align: center;
    margin-left: 30px;
}
.welcomeText{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 40px;
    color: white;
}

.welcomeText2{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
    color: white;
    text-align: center;
}
footer{
    clear: both;
    min-width: inherit;
    max-width: inherit;
     background-color: #333333;    
}

footer nav{
    font-size: 10px; 
}

#menuWrapper{
    min-height: inherit;
    max-width: inherit;
    background-color: white;
}

#menuWrapper nav li {
    float: left;
}

#menu_content{
    min-width: inherit;
    max-width: inherit;
    color: brown;
    background-color: yellow;
}

#menu_content li a{
    overflow: hidden;
    color: blue;
    font-weight: bolder;
    font-size: 30px;
    text-align: center;
}

#menu_content #menu{
    float: left;
}

#menu_content #logo{
    float: right;
}

table tr td{
    width: 150px;
    padding-right: 30px;
}

#small_order_button{
    float: right;
    background-color: red;
    border-radius: 5px;
    border: none;
    padding: 8px 18px;
    text-align: center;
    font-size: 10px;
    margin-right: 8px;
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 10px;
}

#small_order_button .button{
    color: white;
     text-decoration: none;
}

.pizza_gallery{
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
}

#location_content{
    min-width: inherit;
    max-width: inherit;
}
.location{
    color: brown;
    float: left;
    width: 200px;
}
.phone{
    font-weight: bolder;
}

#map{
    float: right;
    margin: 35px;
}

.location h1{
    color: darkblue;
}


form table tr td .messageArea{
    text-align: justify;
}

.carryout_delivery{
  padding-top: 30px;
    padding-left: 60px;
}
.takeout_delivery{
    padding-left: 60px;
}
h1 .ordernow{
    text-align: center;
}


