﻿body 
{
    background-color:#f6f292;
}
a:link 
{
color: #f08c0b;
}
a:visited 
{
color: #ffffff;
}
a:hover 
{
color: #000000;
}
a:active 
{
color: #ffffff;
}
/* this is for the head of the page dont change*/
#header
{
    color:White;
     width: 85%;
    height: 275px;
   text-align: center;
   font-size:larger;
   font-family:Arial;
   float:right;
   margin-left:-100px;
   background-image: url('../images/topimage.png');
   background-repeat:no-repeat;
}
/* name of the doll */
#name
{ 
    font-size:35px;
    font-family:Charlemagne Std;
    color:#f08c0b;
}
/* this is the sign that hangs down from the top name of the dolls eg adora */
#sign
{
    margin-top:1px;
    z-index:2;
}
/* sign collectible dolls */
#signdoll
{
    margin-top:-28.9px;
    z-index:3;
}

/* this is for navigation buttons if we want them on this page */
#leftcolum
{
    float: left;
    width: 15%;
    height:900px;
    text-align: left;
    background-color:#1d6742;      
}
#buttons
{
    margin-top:250px;
    margin-left:15px;
}
/* content of the page image and text dont change */
#content
{
    width:82%;
    float:right;
    height:650px;
    text-align:center;
    }
    /*left colum in the content of the page the doll image goes in this one */
#left
{
    width:55%;
    float:left;
}
/* right colum in the content of the page the doll text goes in this one */
#right
{
    width:35%;
    height:400px;
    float:right;  
    margin-top:120px;
    padding-top:50px;  
}
/* list discription of doll */
ul
{
    clear:both;
    font-family:"Trebuchet MS";
    font-weight:bolder;
    color:#800040;
   text-align:left;
   margin-top:5px;
   padding-top:10px;
   padding-bottom:20px;
}

/*background for doll image */
#image
{
    background-image: url('../images/paperbg.jpg');
    border-style:ridge;
    border-width:8px;
    width:85%;
  padding:15px;
  margin-top:20px;
  float:left;
  color:Navy;
}
/* The discription of the doll right side of image */
#dolldiscription
{
    width:99%;
    text-align:left;   
    float:right;
      margin-top:30px;   
    height:250px; 
}

#footer
{
    width:75%;
    height:110px;
    clear:both;
    text-align:center;
    font-size:small;
    float:left;  
    padding-top:10px;
    font-size:x-small;
}
p.cart
{
    text-align:center;
    width:100%;
   
}
#dollimg
{
    text-align:center;
    color:#800040;
    font-weight:bold;
    font-size:large;
    font-family:"Trebuchet MS";
}
#link
{
    width:100%;
    text-align:center;
    font-family:"Trebuchet MS";
    font-weight:bold;
    color:black;
}