body {
   margin: 0px 0px 20px 0px;
   text-align: center;
   background: #352F44;        
}
a {
  text-decoration: none;
}
a:link {
  color: #CCCCCC;
}
a:visited {
  color: #CCCCCC;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
  color: #FF9900;
	text-decoration: underline;
}
h1, h2, h3 {
        margin: 0px;
        padding: 0px;
        font-weight: normal;
}
#container {
        line-height: 140%;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
        padding: 0px;
        width: 700px;
        background-color: #6F6F4F;
        border: 1px solid #FFFFFF;
}
#banner {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	text-align: left;
	padding: 15px;
	border-bottom: 1px solid #FFFFFF;
	height: 39px;
	background: #6D664E;
}
a#banner-img {
        display: none;
}
#banner a {
        color: #FFFFFF;
        text-decoration: none;
}
#banner h1 {
        font-size: x-large;
        font-weight: bold;      
}
#banner h2 {
        font-size: small;
}
#right {
        float: left;
        width: 200px;
        background-color: #6F6F4F;
        overflow: hidden;
}
#center {
        float: left;
        width: 500px;
        overflow: hidden;
}
.content {
	padding: 15px 15px 5px 15px;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: small;
	background: #7E7E5A;
}
.sidebar {
        padding: 15px;
}
.content p {
        color: #FFFFFF;
        font-family: Arial, sans-serif;
        font-size: small;
        font-weight: normal;
        line-height: 150%;
        text-align: left;
        margin-bottom: 10px;
}
.content blockquote {
        line-height: 150%;
}
.content li {
        line-height: 150%;
}
.content h2 {
        color: #FFFFFF;
        font-family: Arial, sans-serif;
        font-size: small;
        border: 1px solid #999999;
        text-align: left;
        font-weight: bold;      
        margin-bottom: 10px;
        padding: 3px;
}
.content h3 {
        color: #D0B254;
        font-family: Arial, sans-serif;
        font-size: medium;
        text-align: left;
        font-weight: bold;
        margin-bottom: 10px;
}
.content p.posted {
        color: #CCCCCC;
        font-family: Arial, sans-serif;
        font-size: x-small;
        text-align: left;
        margin-bottom: 25px;
        line-height: normal;
}
.sidebar h2 {
        color: #FFFFFF;
        font-family: Arial, sans-serif;
        font-size: x-small;
        border: 1px solid #999999;
        text-align: center;
        font-weight: bold;
        padding: 3px;
        letter-spacing: .3em;
}
.sidebar ul {
        padding-left: 0px;
        margin: 0px;
        margin-bottom: 30px;
}
.sidebar li {
        color: #FFFFFF;
        font-family: Arial, sans-serif;
        font-size: x-small;
        text-align: left;
        line-height: 125%;
        margin-top: 10px;
        list-style-type: none;
}
.sidebar img {
        border: 1px solid #999999;
}
.photo {
        text-align: left;
        margin-bottom: 20px;
}
.link-note {
        color: #FFFFFF;
        font-family: Arial, sans-serif;
        font-size: x-small;
        line-height: 150%;
        text-align: left;
        padding: 2px;
        margin-bottom: 15px;
}
#comment-data {
        float: left;
        width: 180px;
        padding-right: 15px;
        margin-right: 15px;
        text-align: left;
        border-right: 1px dotted #BBB;
}
textarea[id="comment-text"] {
        width: 80%;
}
#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 125%;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
	border-top: 1px solid #CCFFCC;
}




