body {
	margin: 0px;
	background-color: #339900;
	background-image: url('/images/body_background.gif');
       	text-align: center
  
	}

a {
	text-decoration: none;
	}

a:link {
	color: #339900;
	}

a:visited {
	color: #339900;
	}

a:active {
	color: #339900;
	}

a:hover {
	color: #ff9900;
	}

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: 800px;
	background-color: #FFFFFF;
	}

#banner {
	color: #999999;
	/*background-image: url(/images/header_bg.gif);*/
	background-color:#F0FFF0;
	text-align: left;
	padding: 10px;
	border-top: 10px solid #66cc00;
	border-bottom: 1px dotted #999999;
	height: 60px;
	}
#banner a {
	color: #008000;
	text-decoration: none;
	border:none;
	}
#banner a:hover {
	color: #FFD700;
	border:none;
	}

.blog_navi {
	font-size: x-large;
	margin-top:7px;
	}
#banner img{
	border:none;
	}

.banner{
	margin-left: 1px;
	margin-right: 1px;
	top:10px;
	font-size: x-large;
	width:100%;
	display:block;
	}
.banner h1{
	font-size: x-large;
	border-bottom:1px dotted #008000;
	}
.banner img a{
	border:none;
	}

#center {
	float: right;
	width: 550px;
	margin-left: 0px;
	overflow: hidden;

	}

.content {
	padding: 15px 15px 5px 15px;
	margin:0px;
	background-color: #FFFFFF;
	color: #666666;
	font-size: small;
	}

#right {
	float: left;
	width: 230px;
	background-color: #FFFFFF;
	overflow: hidden;
	margin: 0px;
	}

.content p {
	color: #666666;
	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: #666666;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	
	}

.content h3 {
	color: #666666;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	
	}

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

.sidebar {
	padding-left: 10px;
	border-right: 1px dotted #999999;
	}
.extended{
	font-size: x-small;
	}
#right h2{
	text-align: left;
	padding: 0px;
	margin: 0px;
	}

#profile{
	width:185px;
	line-height: 140%;
	color: #666666;
	background: #ffffcc;
	font-size: small;
  	padding: 5px;
	text-align: left;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
}
#newentry{
	width:182px;
	line-height: 140%;
	color: #666666;
	font-size: small;
  	padding: 5px;
	text-align: left;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
}
#monthly{
	width:182px;
	line-height: 140%;
	color: #666666;
	font-size: small;
  	padding: 5px;
	text-align: left;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
}
#categories{
	width:182px;
	line-height: 140%;
	color: #666666;
	font-size: small;
  	padding: 5px;
	text-align: left;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.sidebar ul {
	padding-left: 0px
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar ul li{
	position:relative;
	left:-20px;
	font-size: small;
	text-align: left;
	line-height: 150%;
	list-style-type: square;
	margin-bottom: 3px;
	border-bottom: 1px dashed #999999;
	}

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

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	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;
	}
#footer{
	width:100%;
	text-align: center;
	color: #666666;
	margin-top: 10px;
	border-top: 1px dotted #999999;
	}
#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%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}
