body {
margin: 0px;
padding: 0px;
background-color: #000;
color: #53401F;
font-family: Georgia, Garamond, "Times New Roman", Times, serif;
font-size: 90%;
line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-weight: bold;
color: #5C3E22;
}

img {
border: 0px;
}

p {
margin: 12px 0;
padding: 0px;
}

ul, li {
margin: 0px;
padding: 0px;
}

#content {
width: 830px;
margin: 0 auto;
text-align: left;
}

/*
#splash {
background-image: url('../images/outhouse.jpg');
width: 802px;
height: 602px;
}
*/

#header {
background-image: url('../images/page/papes-top.jpg');
width: 820px;
height: 138px;
}

#nav {
text-align: center;
margin: 0px;
padding: 0px;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
background-image: url('../images/page/papes-bg.jpg');
}

#nav ul li {
display: inline;
padding: 6px 5px;
}

#nav ul li a {
font-family: Garamond, Georgia, "Times New Roman", Times, serif;
font-size: 110%;
text-transform: uppercase;
text-decoration: none;
color: #53401F;
}

#nav ul li a.current {
text-decoration: underline;
color: #996633;
}

#nav ul li a:hover {
color: #996633;
}

#main {
background-image: url('../images/page/papes-bg.jpg');
background-repeat: repeat-y;
width: 820px;
padding: 20px 30px 16px 40px;
}

#footer {
background-image: url('../images/page/papes-bottom.jpg');
width: 820px;
height: 89px;
text-align: center;
font-size: 80%;
}

a, a:link, a:visited { 
color: #53401F; 
}

a:hover { 
color: #996633;
}

a:hover img {
color: inherit;
}

a:active {
color: #FFFFFF; 
}

.imgbox {
margin: 12px;
border: 1px solid #53401F;
float: left;
}

.info {
width: 520px
}

.wide {
width: 750px;
margin-bottom: 10px;
}

.sidebar {
width: 230px;
}

.l {
float: left;
}

.r {
float: right;
}

.cls {
clear: both;
}

.c {
text-align: center;
}

.small {
font-size: 80%;
}

.date {
font-weight: bold;
font-style: italic;
}

