/* ==== 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;
    margin: 0 auto;                /* main div on the page */
    background-color:white;
    border-style:solid;
    border-width:0 1px 1px 1px;

}
div#header{
    width:600px;
    height:80px;                 /* Head of Page */
    position:relative;
    float:right;
    margin-right:70px;
}

img#logo{
    position:relative;
     padding-left:110px;                /* Doll corner Logo position */
}
p#signdoll{
    position:relative;
    top:-30px;
   padding-left:84px;
}
div p#sign{
    position:relative;
    top:-10px;
    padding-left:120px;
}
p#midBanner{
    color:white;
    height:30px;
    position:relative;        /* Mid banner brown */
    float:left;
    left:-50px;
    background-color:#7e2607;
    z-index:1;
}
div#headerText{
    position:relative;
    float:right;           /* Text below the Header */

}
div#leftColumn{
    position:relative;
    float:left;             /* Left Column */
    width:180px;
    top:150px;
    font-size:.70em;
}
form{
    position:relative;
               /* Buy now button */
    padding-bottom:10px;
}
ul{
    color:red;
}
div#content{
    position:relative;
    float:left;                /* Content of the page */
    width:250px;
    margin-left:30px;
    margin-top:150px;
}


div#content img{
    width:250px;                /* width of doll image */
}
div#right{
    position:relative;
    width:300px;                /* Right side of page text */
    float:right;
    margin-top:200px;
    
}
p#name{
    font-size:1.50em;
    color:#ca8514;         /* Name of Doll */
}


#footer{
    clear:both;
    font-size:.75em;
    text-align:center;
    padding-top:20px;
}
