body {
    font-family: Georgia, serif;
    background: black;
    margin: 0;
    padding: 0;
}

p, h1, h2, h3, h4, h5, h6, li {
    margin: 1ex 1em;
}

div#header {
    /*width: 785px;*/
    height: 84px;
    background: url(images/border_horiz.png);
    background-repeat: repeat-x;
    position:relative;
    padding: 12px 0 0 15px;
}

#mainContent div#leftSide {
    /*position: absolute;*/
    float: left;
    background: url(images/letters_left.png) repeat-y;
    width: 140px;
    height: 465px;
    margin-top: -40px;
    padding: 0 20px 0 20px;
}

#mainContent div#centerPanel {
    position: absolute;
    background-image: url(images/papyrus.png) ;
    top: 55px;
    left: 180px;
    height: 460px;
    overflow: auto;
    margin: 0;
    padding: 10px 0 0 10px;
}

#mainContent div#col1 {
	position:absolute;
	width: 220px;
}
#mainContent div#col2 {
	position:absolute;
	margin-left: 221px;
	width: 220px;
}

#mainContent a {
	color: black;
        width: 35ex;
        text-decoration: none;
        display: block;
}

#mainContent a:hover {
        background: black;
	color: ivory;
        font-weight: bold;
}

h3 {
	font-family: tahoma, verdana, san-serif;
	font-size: 14pt;
	color: black;
	font-weight: bold;
}

li#none {
    list-style-image: url(images/arrow.png)
}
div#footer {
    position: relative;
    background: url(images/border_horiz2.png);
    background-repeat: repeat-x;
    height: 77px;
    padding-top: 20px;
}
.clear {
    clear: both;
}