body {
	margin: 10px 0px 10px 0px;
	background-color: #006600;
	font-family: 'Times New Roman', 'Times', serif;
	}
a {
	text-decoration: none;
	}
a:link {
	color: #0099ff;
	}
a:visited {
	color: #0099ff;
	}
a:active {
	color: #003366;
	}
a:hover {
	color: #003366;
	text-decoration: underline;
         background-color: #ffcc33;
	}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
#container {
 vertical-align: top;
	text-align: left;
	padding: 0px;
	width: 480px;
 height: 100%;
	background-color: #ffffff;
	border: 0px solid #FFFFFF;
	}
#center {
	float: left;
	width: 330px;
	overflow: hidden;
	}
.content {
	padding: 15px 15px 15px 15px;
	background-color: #ffffff;
	color: #333333;
	font-size: small;
	}
#right {
 float: left;
	width: 150px;
	background-color: #FFFFFF;	
	overflow: hidden;
	}
.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: #008000;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	
	}
.content h3 {
	color: #713728;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}
.content p.posted {
	color: #999999;
	font-size: small;
	border-top: 1px solid #999999;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}
.sidebar {
	padding: 5px;
	border-left: 0px solid #999999;
	}
.sidebar h2 {
	color: #008000;
	font-size: small;
	text-align: left;
	font-weight: bold;
	letter-spacing: .0em;
	}
.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 0px;
	}
.sidebar ul ul {
	margin-bottom: 0px;
	}
.sidebar #categories ul {
	padding-left: 15px;
	}
.sidebar li {
	color: #666666;
	font-size: small;
	text-align: left;
	line-height: 100%;
	margin-top: 0px;
	list-style-type: none;
	}
.sidebar #categories li {
	list-style-type: circle;
	}
.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 {
	margin: 0px 0px 10px 0px;
	font-size: small;
	line-height: 150%;
	text-align: center;
	color: #666666;
	margin-top: 0px;
	}
#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;
	}



