#content .right_column {
	float: left;
	width: 640px;
	margin-top: 9px;
}
*html #content .right_column {
	margin-top: 0px;
}
*:first-child+html #content .right_column {
	margin-top: 0px;
}
#blog_content .left_column {
	width: 180px;
	margin-left: 10px;
	margin-right: 10px;
	display:inline; /*IE6*/
	padding-bottom: 100px;
}

#blog_content .left_column li a {
	color: #000000;
	text-decoration: none;
}
#blog_content .left_column li a:visited {
	color: #666666;
}
#blog_content h2 {
	padding-bottom: 10px;
}
*:first-child+html #blog_content h2 {
	padding-bottom: 25px;
}
#blog_content  .right_column {
	width: 430px;
	margin-top: 0px;
	overflow: hidden;
}
#blog_content  .right_column  .section  {
	padding-bottom: 5px;
	margin-bottom: 40px;
}

#blog_content .right_column p {
	font-size: 1.2em;
	line-height: 170%;
	padding-right: 10px;
	margin-bottom: 1em;
}
#blog_content   .right_column   .entry_header  {
	background-repeat: no-repeat;
	height: 76px;
	position: relative;
	margin-bottom: 10px;
}
#blog_content .right_column .entry_header h3 {
	font-weight: bold;
	font-size: 1.6em;
}
#blog_content .right_column .entry_header h3 a {
	text-decoration: none;

}
#blog_content .right_column .entry_header p.date {
	
	font-weight: bold;
	position: absolute;
	right: 0px;
}
#blog_content .right_column .section .entry_body {
	background-color: #FFFFFF;
	overflow:hidden;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
*html #blog_content .right_column .section .entry_body {
	height:1%;
}
#blog_content .right_column .section .entry_body img {
	float:left;
	clear:left;
	padding-right: 10px;
}

#blog_content .right_column .section .entry_footer {
	margin-top: 10px;
	font-size: 1.0em;
	padding-left: 10px;
}
#blog_content .right_column a {
	color: #186703;
}
#blog_content .right_column li {
	margin-left: 20px;
}
#blog_content .right_column li a {
	text-decoration: none;
}

#comments,
#trackbacks {
	margin-top: 30px;
	padding-left: 10px;
}
#trackbacks {
	margin-top: 50px;
}
#comments h4,
#trackbacks h4 {
	border-left: 5px solid #CBCACA;
	margin-top: 20px;
	padding-left: 10px;
}
#comments .comment-footer {
	border-top: 1px dotted #999999;
}
#comments .comment {
	margin-bottom: 30px;
}
#comment-form-external-auth{
margin-left: 10px;
}
#comments-open-text label,
#comments-open-data  label {
	display: block;
}

#comment-text {
	width: 380px;
}
#comments-open-footer {
	margin-left: 10px;
}
body#system-template {
	background-image: none;
}
#system-template #wrapper {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#system-template h2 {
	border-bottom: 1px solid #999999;
	margin-left: 10px;
	font-size: 1.5em;
	margin-top: 10px;
	font-weight: bold;
	margin-right: 10px;
}
#comments-open h2 {
	margin-left: 0px;
}

#system-template .comment-content,
#system-template .comment-footer {
	margin-left: 10px;
	margin-right: 10px;
}
#system-template #comments {
	margin-bottom: 20px;
}
#system-template #footer {
	width: 640px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 25px;
	padding-top: 20px;
	background-color: #369C77;
	margin-top: 50px;

}
