BODY { 
background: #606;
font-family: "Bembo Std", Garamond, "Times New Roman", serif;
text-align: center;
}

A { color: #006; text-decoration: underline; }
A:link{ color: #006; text-decoration: underline; }
A:visited{ color: #006; text-decoration: underline; }
A:active{ color: #999;  }
A:hover{ color: #600;  }

H1, H2, H3 {
margin: 2px;
}

P { 
margin: 8px 0px 8px 0px;
}

LI { 
margin: 2px 0px 2px 0px;
}

UL {
margin-top: 5px;
margin-bottom: 5px;
}

hr {
    color: #606;
    margin: 5px auto 5px auto;
    padding: 0px;
    text-align: center;
}

hr.dividerinside {
    background-color: #606;
    height: 1px;
    width: 200px;
}

hr.dividersmall {
    background-color: #606;
    height: 1px;
    margin: 5px auto;
    width: 75px;
}

#container {
background-color: #fff;
margin: 10px auto 10px auto;
text-align: left;
width: 775px;
}

#border {
border: 1px solid #000;
}

#header {
background: url(/images/susan_fish_title.jpg) top left no-repeat;
border-bottom: 1px solid #000;
padding-top: 188px;
}

#main-navigation {
border-bottom: 1px solid #000;
font-family: helvetica, arial, sans-serif;
font-size: 14px;
padding: 1px;
text-align: center;
}

#main-navigation-inner a {
    color: #000;
    padding: 2px 5px;
    text-decoration: none;
}

#main-navigation-inner a:hover {
    background-color: #606;  
    color: #fff;
    text-decoration: none;
}

#body {
background-color: #ded3e9;
border: 10px solid #fff;
}

#footer {
border-top: 1px solid #000;
padding: 3px;
text-align: center;
}

#leftside {
float: left;
font-size: 14px;
padding: 10px;
width: 250px;
}

#rightside {
background-color: #fff;
font-size: 16px;
padding: 10px 0px 10px 10px;
margin-left: 290px;
}

#content {
background-color: #fff;
font-size: 14px;
margin: 10px;
}

.rightstandard{
text-align: left;
}

.rightbox{
background-color: #f0d8a9;
padding: 10px;
}

.hide {
display: none;
}

.posts {
color: #000; 
margin: 0px 15px 0px 15px;
}

.asset-body {
font-size: 14px;
}

.asset-meta {
font-size: 12px;
padding-bottom: 10px;
}

.comment-content {
background-color: #ccc;
font-size: 14px;
padding: 5px;
}

.content-nav {
text-align: center;
}