body
{
    font-size: 12px;
    background: #333;
    margin-left: 10px;
    color: #333;
    font-family: arial, verdana, sans-serif;
    text-align: center
}

#centerbox
{
    border-right: #eee 1px solid;
    border-top: #eee 1px solid;
    border-left: #eee 1px solid;
    width: 800px;
    border-bottom: #eee 1px solid;
    text-align: left
}

#header
{
 background-color: transparent;
 font-style: italic;
 text-transform: uppercase;
font-weight: bold;
}

#hdr
{
    padding-right: 0px;
    padding-left: 10px;
    color: #663366;
    height: 65px;
    background-color: #333;
}

#pic {
border-top: #666 1px solid;
margin: 30px 0 0 0;
background-image: url(images/gillianbanner2009.jpg);
background-repeat: no-repeat;
background-color: #000000;
width: 100%;
border-bottom: #666 1px solid;
height: 237px;
min-width: 700px}

#bodyblock
{
    background: #333;
    width: 800px;
    color: #eee;
    position: relative
}
#leftcol
{
    padding-left: 10px;
    float: left;
    width: 310px;
    color: #eee;
    position: relative;
    background-color: #333
}
#content
{
    padding-right: 5px;
    padding-left: 10px;
    float: right;
    width: 300px;
    color: #eee;
    position: relative;
    background-color: #333
}
#footer
{
    clear: both;
    padding-left: 10px;
    color: #666;
    height: 25px;
    background-color: #333;
}

ul {list-style-type: none;
}
IMG
{
    BORDER-RIGHT: 0px;
    BORDER-TOP: 0px;
    BORDER-LEFT: 0px;
    BORDER-BOTTOM: 0px;
    
    }
A
{
    BORDER-RIGHT: #333 2px solid;
    BORDER-TOP: #333 2px solid;
    DISPLAY: block;
    BORDER-LEFT: #333 2px solid;
    BORDER-BOTTOM: #333 2px solid
}
A:hover
{
    BORDER-RIGHT: #ddd 2px solid;
    BORDER-TOP: #ddd 2px solid;
    BORDER-LEFT: #ddd 2px solid;
    BORDER-BOTTOM: #ddd 2px solid
}
