body {
background: #fff url('bg.gif') repeat-x top center;
font-family: verdana, arial, times new roman;
color:#000;
margin: 0px;}

a {
text-decoration: none;
}
a:link {
color:#98c7f3;
}
a:visited {
color:#98c7f3;
}
a:hover {
color:#6f6a6b;
}

p.title { 
font-style: italic; 
font-weight: bold; 
text-decoration: underline;
}

#container {
width: 800px;
margin: 0 auto 0 auto;
}

#title {
height: 225px;
}

#navigation {
height: 70px;
text-align: center;
}

#nav {
float: right;
clear: both;
margin: 0 0 0;
padding: 0 0;
list-style: none;
text-align: center;
height: 65px;
width: 800px;
}

#nav li {
float: left;
font-size: 1.1em;
line-height: 65px;
width: 25%;
}

#nav li a {
display: block;
clear: both;
color: #fff;
text-decoration: none;
font-weight: bold;
}

#nav li a:hover {
color: #443721;
}

#main {
border-left: #cfcfcf 1px solid;
border-right: #cfcfcf 1px solid;
}

#youarehere {
border-bottom: #cfcfcf 1px solid;
padding: 5px;
}

#sidebar {
padding: 10px;
width: 197px;
float: left;
}

#content {
text-align: left;
padding: 10px;
width: 560px;
min-height: 500px;
float: right;
border-left: #cfcfcf 1px solid;
}

#footer {
clear: both;
}

#copy {
height: 31px;
background: url('footbg.gif') repeat-x bottom center;;
text-align: center;
padding-top: 22px;
color: #fff;
}

img { 
border: 0px;
}

.sub {
font-weight: bold;
font-size: 1.1em;
color: #473b26;
}

.posttitle {
font-weight: bold;
font-size: 1.2em;
color: #473b26;
}

.stamp {
border-top: 1px solid #000;
font-size: 0.8em;
padding: 5px;
}

.gallerypic {
float: left;
width: 30%;
height: 375px;
padding: 5px;
border: solid #000 1px;
}

.center {
margin: 0 auto 0 auto;
text-align: center;
}

#pagination {
width: 100%;
padding: 10px;
clear: both;
}