#indexpage {
    border: 1px groove #000099;
    width: 924px;
    position: relative;
    margin: auto;
    background-color: #FFFFFF;
}

#page {
    border: 1px groove #000099;
    width: 924px;
    position: relative; 
    top: 10px;
    margin: auto;
    background-color: #FFFFFF;
}

#header  {
    height: 100px;
    width: 924px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-image:url(/images/header.jpg);
    background-repeat: no-repeat;
    background-position: top;
}

#title {
    float: left;
    width: 400px;
    text-align: left;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-family: "Berlin Sans FB";
    font-size: 36pt;
    font-weight: bold;
    font-style: italic;
    color: #666666;
}

#picture {
    width: 450px;
    height: 86px;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    background-image:url(/images/pictureheader.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

#nav {
    width: 912px;
    background-color: #B4320A;
    margin: auto;
    text-align: right;
    color: #FFFFFF;
    font-weight: bold;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #000000;
}

#nav a  {
    color: #FFFFFF;
    text-decoration: none;
}

#nav a:hover  {
    text-decoration: underline;
}

#mainBody  {
    width: 912px;
    margin: auto;
    padding-top: 5px;
}

#content  {
    float: left;
    margin: auto;
    width: 896px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
}

#content li  {
    display: inline;
}

#footer {
    clear: both;
    text-align: center;
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    padding-left: 40px;
    font-size: 9px;
    background-image: url(/images/footer.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

#footer a  {
    color: #000066;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;	
}

#itemcontent {
    float: left;
    width: 350px;
    margin-top: 10px;
    margin-left: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;	
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #000000;
}

#left  {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#right {
    float: right;
    margin-left: 10px;	
}

div.poemdiv {
    width: 75%;
    margin: auto;
}