
body{
    width:1000px;
    margin:auto;
    /*background-image: url("../images/background_image.jpg");*/
    background-color:#f3e5c9;
    font-size:1.1em;
    font-family:vardana, arial, sans-serif;
}

p{
    text-align:justify;
    color:#561d00;
}

div.header{
    height:100px;
    width:450px;
    text-align:center;
    background-color:#e0e0f0;
    background-image:url("../images/heading-2.jpg");
    background-repeat:no-repeat;
    margin:auto;
}

h3{
    text-align:center;
    color:#561d00;
    text-decoration:underline;
    font-size:1.3em;
}

h4{
 color:#561d00;   
}

img.left{
 float:left;
 width:400px;
 height:auto;
 padding-right:25px;
}
    

div.centre_block{
    width:1000px;
    margin:auto;
    margin-top:25px;

}

table, th, td{
    width:700px;
 
}

table.malt_list{
    width:700px;margin:auto;
    border:colapse;
    border: 1px solid black;
}

table.hop_list{
    width:1000px;margin:auto;
    /*border:colapse;*/
    border: 1px solid black;
}
/* Menu styles
*/

table.recipe_heading{
    width:999px;
    border:collapse;
    border:1px solid black;
    padding:2px;
}

td.rec_head{
    background-color:#E0E0E0;
    color:green;
    font-size:1em;
    font-weight:800p;
    
}

div.menu{
    width:1000px;
    height:20px;
    margin:auto;
    background-color:#f2c97b;
    color:#204020;
    border-bottom:1px solid green;
    opacity:0.5;
    text-align:center;
}

div.column{
    float:left;
    width:48%;
    border:1px solid black;
}

div.row:after{
    content: "";
    display:table;
    clear:both;
}

/*
Malt columns divide the page into two blocks, left menu and right description.
*/
div.malt-left{
     float:left;
     width:20%;
     border-right:1px solid black;
}

div.malt-right{
    float:right;
    width:78%;
}


a:hover{
    color:green;
}

input[type=submit]{
    font-size:1em;
    color:green;
    background: -moz-linear-gradient(top, #f4f4f4 1%, #ededed 100%);
}

input[type=text]{
    background-color:#E0E0E0;
    border:1px solid black;
    height:22px;
}

input[type=number]{
    background-color:#E0E0E0;
    border:1px solid black;
    height:22px;
}
