/************************************
 *Style Sheet for Mak's Garden
 ***********************************/

/*Main Formatting*/

body
{
    text-align: center;
    font-family: sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

#content_wrapper
{
    margin-left: auto;
    margin-right: auto;
    width: 750px;
}

#topfade
{
    background: url('topfade.gif') repeat-x;
    width: 750px;
    min-height: 300px;
    /*height: 300;*/
    padding-top: 15px;
}

#main_content
{
    background: #FFF;
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #bb1a1a;
    border-bottom: 0;
    z-index: 1 !important;
}

#bottomfade
{
    position: relative;
    top: 0px;
    background: url('bottomfade.gif') bottom repeat-x;
    width:750px;
    min-height: 100px;
    height: 100px;
}

#bottom_fill
{
    width: 722px;
    border: 1px solid #bb1a1a;
    border-top: 0;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    background: #FFF;
    padding-top: 50px;
}

html>body #bottom_fill
{
    width: 720px;
}

#logo
{
   text-align: center;
}

#logo table
{
    margin: 0;
    width: 720px;
    border-collapse: collapse;
    color: #bb1a1a;
}

#logo td
{
    font-size: 15px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

/*layout formatting*/
#button_bar
{
    width: 720px;
}

#button_bar .button
{
    display: inline;
    border: 0;
}

#button_bar a
{
    border: 0;
}

#button_bar img
{
    border: 0;
}




.h_span10
{
    height: 10px;
}

.h_span20
{
    height: 20px;
}