#leftcol {
	float: left;
	width: 583px;
	height: auto;
	background-color:#fff;
	}

#rightcol {
	float:right;
	width: 303px;
	}

#rightcol h4 {
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	margin-bottom: 10px;
	}

#primary_content {
	background-color:#fff;
	width: 517px;
	height: auto;
	padding: 31px 33px;
	}
#primary_content h1 {
	margin-bottom: 1em;
	}

.date {
	font-size: 0.9em;
	font-weight: normal;
	}

.post_snippet {
	padding-bottom: 27px;
	margin-bottom: 21px;
	border-bottom: 1px solid #CCC;
	}
	
.comment_snippet {
	padding-bottom: 27px;
	margin-bottom: 21px;
	border-bottom: 1px solid #CCC;
	}
	
#meet {
	padding: 0px 15px 35px 15px;
	background-image: url(../images/blog/meet_bground.jpg);
	background-repeat: repeat-y;
	}
#meet h2{
	margin-bottom: 10px;
	}
#meet img {
	border: 1px solid #CE4D00;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	}
#meet .caption {
	font-size: 1.1em;
	line-height: inherit;
	}

#archives {
	padding: 30px 15px 0px 15px;
	}

#archivesbymonth {
	padding: 0px 0px 0px 0px;
	}
#archivesbymonth h2 {
	padding-left: 15px;
	}

#olderarchives {
	padding: 45px 15px 0px 15px;
	}
#olderarchives select {
	width: 263px;
	background-color: #B3540C;
	color: #fff;
	border: 1px solid #B3540C;
	}

#recent_posts {
	padding: 45px 15px 0px 15px;
	}

#recommended {
	padding: 45px 15px 0px 15px;
	}


