





body
{
    font-family      : sans-serif;
    background-color : white;
    color            : black;
    margin           : 5px;
    padding          : 5px;
}

/*
a
{
    color            : #6600ff;
    text-decoration  : underline;
}

a:visited
{
    color            : #cc66ff;
}

a:hover
{
    color            : #cc66ff;
    text-decoration  : none;
}

a:visited:hover
{
    color            : white;
}
*/

h1
{
    font-family      : serif;
    border-style     : solid;
    border-width     : thin;
    padding-left     : 0.2em;
    font-size        : 150%;
    background-color : #cc66ff;
}

h2
{
    font-size        : 100%;
}

#choc-link
{
    background       : url('http://www.jennijohnson.com/empty.jpg') #cc66ff;
    /*
    position         : absolute;
    top              : 10px;
    left             : 10px;
    width            : 160px;
    height           : 98px;
    */
}

#choc-link-text
{
    color            : #440000;;
    text-decoration  : none;
    font-size        : 133%;
    font-weight      : bold;
    padding-top      : 10px;
    text-align       : center;
    overflow         : hidden;
    vertical-align   : middle;
    /*
    text-shadow      : 0.1em 0.1em white
    position         : relative;
    left             : 0.1em;
    top              : 0.1em;
    */
}

.menu-link-shadow
{
    position         : absolute;
    left             : -0.1em;
    top              : -0.1em;
    padding-top      : 10px;
    color            : white;
}


#choc-primary{
    background       : url('http://www.jennijohnson.com/primary.jpg') #cc66ff;
    position         : absolute;
    top              : 110.5px;
    left             : 12.5px;
    width            : 160px;
    height           : 98px;
}

#empty-primary{
    background       : url('http://www.jennijohnson.com/empty.jpg') #cc66ff;
    position         : absolute;
    top              : 110.5px;
    left             : 12.5px;
    width            : 160px;
    height           : 98px;
}

#choc-art{
    background       : url('http://www.jennijohnson.com/art.jpg') #cc66ff;
    position         : absolute;
    top              : 208.5px;
    left             : 12.5px;
    width            : 160px;
    height           : 98px;
}

#empty-art{
    background       : url('http://www.jennijohnson.com/empty.jpg') #cc66ff;
    position         : absolute;
    top              : 208.5px;
    left             : 12.5px;
    width            : 160px;
    height           : 98px;
}

#choc-christmas{
    background       : url('http://www.jennijohnson.com/christmas.jpg') #cc66ff;
    position         : absolute;
    top              : 306.5px;
    left             : 12.5px;
    width            : 160px;
    height           : 98px;
}

#empty-christmas{
    background       : url('http://www.jennijohnson.com/empty.jpg') #cc66ff;
    position         : absolute;
    top              : 306.5px;
    left             : 12.5px;
    width            : 160px;
    height           : 98px;
}

#choc-baby{
    background       : url('http://www.jennijohnson.com/baby.jpg') #cc66ff;
    position         : absolute;
    top              : 404.5px;
    left             : 12.5px;
    width            : 160px;
    height           : 98px;
}

#empty-baby{
    background       : url('http://www.jennijohnson.com/empty.jpg') #cc66ff;
    position         : absolute;
    top              : 404.5px;
    left             : 12.5px;
    width            : 160px;
    height           : 98px;
}


#content
{
    position         : absolute;
    top              : 5px;
    left             : 170px;
    margin-right     : 5px;
}

#footer
{
    font-size        : 80%;
    clear            : left;
}

