body {
    margin:0;
    border:none;
    padding:0;
    background:#535353;
    color:#DCDBD4;
    font-family:"Monotype Corsiva", "Apple Chancery", "URW Chancery L", "Lucida Handwriting", "Brush Script MT", cursive;
}
p { margin:0px:border:none;padding:0px; }
div#content {
    background:#909090;
    height:450px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    width:1000px;
    position:relative;
    top:0px;
}
h1 {
    text-align:center;
    margin-top:40px;
    padding-top:10px;
}
div#blurb {
    font-family:Georgia, "Lucida Bright", serif;
    position:absolute;
    width:300px;
    height:400px;
    left:0px;
}
div#blurb p{
    padding:0 20px 0 20px;
}
div#the_big_picture {
    position:absolute;
    width:400px;
    height:400px;
    left:300px;
}
div#the_big_picture img{
    border:5px solid #DCDBD4;
}
div#the_big_picture img{ width:100%; position:absolute; top:0px;left:0px;}
div#thumbnails {
    position:absolute;
    width:300px;
    height:400px;
    left:700px;
}
li {
    list-style:none;
    text-align:left;
    float:left;
    margin:0 10px 10px;
}
div#contact {
    position:relative;
    width:100%;
    height:30px;
    text-align:center;
    top:330px;
    margin:0px; padding:0px;
}
div#footer {
    position:relative;
    width:100%;
    height:30px;
    text-align:center;
    top:350px;
    margin:0px; padding:0px;
}

