﻿body {margin: 0;}

#content {
    width: 100%;
    overflow: visible;
    margin: 0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}

#masthead {
    width: 100%;
	background-image: url('images/familyVolumes_masthead_background.jpg');
	background-repeat: repeat;
	font-size: small;
	font-weight: bold;
}

#masthead ol {
    margin: 0;
    background-color: #c7a585;
    padding: 2px 0; 
}

#masthead li {
    margin: 0;
	display: inline;
	padding-right: 25px;
	list-style: none;
}

#masthead a {text-decoration: none;}
#masthead a:link {color: #503a2b;}
#masthead a:visited {color: #503a2b;}
#masthead a:hover {color: blue;}
#masthead a:active {color: #503a2b;}

.first {padding-left: 55px;}
.here {color: #8c664c;}	

#main {
    padding-left: 2.5em;
    border-top: #502a2b;
}