body {
    background:#666;
    color:#000;
    font-family:palatino, georgia, verdana, arial, sans-serif;
    margin:0px;
    padding:0px;
    text-align:center;
}

A,
A:link,
A:visited,
A:active {
    background:transparent;
    color:#000;
    text-decoration: underline;
}
A:hover {
    background:transparent;
    color:#000;
    text-decoration: underline;
}

h1,h2,h3,h4 {
    text-align:center;
}

#content {
    background:#999;
    border-bottom:solid #000 3px;
    border-left:solid #000 3px;
    border-right:solid #000 3px;
    border-top:solid #000 3px;
    color:#000;
    font-family:palatino, georgia, verdana, arial, sans-serif;
    font-size:medium;
    margin:70px auto 0px auto;
    padding:0px;
    text-align:center;
    width:950px;
}

#titlegroup {
    background:#333;
    border-left:solid #000 1px;
    border-right:solid #000 1px;
    border-top:solid #000 1px;
    color: #FFF;
    float:right;
    height:55px;
    margin:-59px 26px 15px 26px;
    padding: 0px 15px;
    text-align: center;
    width: 90%;
}

#title {
    background:#333;
    background:transparent;
    color:#FFF;
    float:left;
    font-family:palatino, georgia, verdana, arial, sans-serif;
    font-size:1.1em;
    font-weight:bold;
    margin:0px;
    padding: 20px 8px 15px 8px;
    text-align:center;
    width: 250px; 
}

#title A {font-weight:bold;text-decoration:none;padding:18px 15px 21px 15px;}
#title A:link,
#title A:visited,
#title A:active {
    background:transparent;
    color:#FFF;
    text-decoration: underline;
}
#title A:hover {
    background:#999;
    color:#000;
    text-decoration: underline;
}

#menu {
    background:#333;
    background:transparent;
    color:#FFF;
    float:right;
    font-family:palatino, georgia, verdana, arial, sans-serif;
    font-size:1.1em;
    margin:0px;
    padding: 20px 8px 15px 8px;
    text-align:center;
    width: 550px; 
}

#menu A {font-weight:bold;text-decoration:none;padding:18px 15px 21px 15px;}
#menu A:link,
#menu A:visited,
#menu A:active {
    background:transparent;
    color:#FFF;
    text-decoration: underline;
}
#menu A:hover {
    background:#999;
    color:#000;
    text-decoration: underline;
}

.title {
    background:transparent;
    color:#000;
    float:left;
    font-size:1em;
    font-weight:bold;
    margin:5px;
    padding:5px;
    text-align:left;
    width:30%;
}

.title2 {
    background:transparent;
    color:#000;
    float:right;
    font-size:1em;
    font-weight:bold;
    margin:5px;
    padding:5px;
    text-align:right;
    width:30%;
}

.text {
    background:transparent;
    clear:both;
    color:#000;
    font-size:small;
    line-height:140%;
    margin:15px 60px;
    padding:10px;
    text-align:justify;
}

.text img {
    background:transparent;
    border:3px solid #000;
    color:#333;
}

.text-center {
    background:transparent;
    clear: both;
    color:#000;
    font-size:small;
    line-height:140%;
    margin:15px;
    padding:10px;
    text-align:center;
}

.photo {
    background:transparent;
    clear: both;
    color:#333;
    font-size:small;
    line-height:110%;
    margin:20px auto 0px;
    padding:15px;
}

.photo img {
    background:transparent;
    border:4px solid #000;
    color:#333;
}

.photothumb {
    background:transparent;
    color:#333;
    float:left;
    font-size:x-small;
    margin:0px 15px 0px 0px;
    text-align:left;
}

.photothumb_text {
    background:transparent;
    clear:both;
    color:#333;
    font-size:x-small;
    text-align:right;
}

.blurb {
    background:transparent;
    border-top: dotted #FFF 1px;
    color:#000;
    font-size:0.9em;
    margin:5px 23px;
    padding:15px;
    text-align:left;
    width:90%;
}

.cat_post {
    background:transparent;
    color:#000;
    font-size:0.8em;
    padding:15px 2px 5px 2px;
}

.nodisplay {
    display:none;
}

#copyright {
    background:#333;
    border-bottom:solid #000 1px;
    border-left:solid #000 1px;
    border-right:solid #000 1px;
    color: #FFF;
    float:right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    margin:3px 26px 15px 26px;
    padding: 15px;
    text-align: right;
    width: 90%;
}

#copyright A, #copyright A:link , #copyright A:visited , #copyright A:active {
    background:transparent;
    color:#FFF;
    text-decoration: underline;
}
