/* ==== Global Stype ===== */

body{
    font-family: Georgia, serif;
    background: #f8f3ec;
    margin: 0 auto;
    padding: 0;
}

p, h1, h2, h3, h4, h5, h6, li{
    margin: 1ex 1em;
}

/* The main part of the page */

div#outerDiv{
    width: 900px;
    height:100%;
    margin: 0 auto;
    background-color:#ffffff;
    border-style:solid;
    border-width:0 1px 1px 1px;
    z-index:0;
}

#link{
    font-size:.75em;
    text-align:center;
}

/* ========== Layaway Page ============== */
#contentl{
    position:relative;
    width:600px;
    margin-left:50px;
    float:left;
    font-size:.85em;
}
#footerLay{
    position:relative;
    width:600px;
    float:left;
    margin:50px 0 0 30px;
    text-align:center;
}
#leftColumnla{
    position:relative;
    float:left;
    height:600px;
    width:120px;
    top:-150px;    
}

/* ================== End Layaway Page ================== */
#header{
    width:530px;
    height:180px;
    position:relative;
    float:right;
    margin-right:80px;
}
#logo{
    position:relative;
    padding:0 0 0 150px;
}
#sign{
    position:relative;
    margin-left:150px;
    top:-15px;
}
#midBanner{
    color:white;
    height:30px;
    width:550px;
    position:relative;
    float:left;
    left:0;
    background-color:#7e2607;
    z-index:1;
}
#headerText{
    position:relative;
    text-align:center;
    width:530px;
    border-style:solid;
    border-width:0 0 1px 0;
    border-color:blue;
}
#leftColumn{
    float:left;
    height:600px;
    width:120px;
}
#buttons{
    padding-top:250px;
}
p#cart{
    position:relative;
    top:0;
}
#shopping{
    position:relative;
    font-size:.50em;
    padding-left:5px;
}
#content{
    position:relative;
    float:right;
    width:650px;
    margin:250px 0 0 20px;
}
#column1{
    position:relative;
    float:left;
    width:280px;
}
#column2{
    position:relative;
    float:right;
    border-style:solid;
    border-width:0 0 0 1px;
}
#textr{
    position:relative;
    width:300px;
    float:left;
}
#footer{
   clear:both;
    font-size:.75em;
    margin:650px 0 0 0;
    text-align:center;
}
