body {
	margin: 0px 0px 20px 0px;
	background-color: #FFFFFF; 
	text-align: center;
        
	}

a {
	text-decoration: underline;
	
	
	}

a:link {
	color: #000ff;
	}

a:visited {
	color: #80080;
	}

a:active {
	color: #0000ff;
	}

a:hover {
	color: #660000;
	}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#container {
       line-height: 140%;
       margin-right: auto;
       margin-left: auto;
       text-align: left;
       font-size: 13px;
       padding: 0px;
       width: 720px;
       background-color: #FFFFFF;
       border: double 1px #FFFFFF;
       }

#center {
        float: left;
        width: 500px;
        overflow: hidden;
        }

.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
        border: 1px dashed #808080;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
        margin-bottom: 10px;
        line-height: 140%;
	}

#right {
       float: left;
       width:220px;
       overflow: hidden;
       }

.content p {
	color: #000000;
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
        margin-top: 0px;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	color: #660000;
	font-family: Cicero, TF Ardent, Lucida-Bright, Garamond, serif;
	font-size: 1.2em;
	text-align: left;
        text-decoration: underline;
	font-weight: bold;
        letter-spacing: .1em;
	margin-bottom: 10px;
	}

.content h3 {
	color: #000000;
	font-family: Cicero, TF Ardent, Lucida-Bright, Garamond, serif;
	font-size:1.3em;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
        margin-top: 15px;
	}

.content h4 {
	color: #000000;
	font-family: Cicero, TF Ardent, Lucida-Bright, Garamond, serif;
	font-size:2.2em;
	text-align: left;
	font-weight: bold;
        margin-right: auto;
        margin-right: auto;
	margin-bottom: 10px;
        margin-top: 15px;
	}

.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-top: 1px solid #999999;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

/* content */

.content-nav
{
   margin: 10px;
   text-align: center;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}


.sidebar {
	padding: 15px;
        border: 1px dashed #808080;
	}


.sidebar h2 {
	color: #660000;
	font-family: Cicero, TF Ardent, Lucida-Bright, Garamond, serif;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
        font-effect: outline;
	text-transform: uppercase;
  	letter-spacing: .3em;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar li {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: .85em;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	list-style-type: none;
	}

.sidebar img {
	border: 3px solid #FFFFFF;
	}

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}

#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%;
	}

/* IMAGE CLASSES */	
.imgleft {
       float:left;
       border:solid 1px black; 
       padding: 5px;
       margin: 5px
       }

.imgright {
       float:right;
       border:solid 1px black; 
       padding: 5px;
       margin: 5px
       }     
