/*Blog Header*/
#masthead 
{
	margin-top: 8px;
	background: #ffffff;
	background-image: url(http://mschnlnine.vo.llnwd.net/d1/inetpub/chenley/blog/bluetitle.jpg);
	width: 804px;
	height: 221px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
#title
{
	position: relative;
	left: 0px;
	top: 215px;
	width: 100px;
	height: 50px;
	overflow: hidden;
	text-align: left;
	font-size: 6px;
	/*border: solid 1px #ff0000;*/
}


/* add a border around post */
.post
{
 border: 2px solid #CCCCCC;
 border-bottom-width: 2px;
 border-right-width: 2px;
 padding: 10px;
 margin-bottom: 20px;