html * {
	font-variant:normal !important;
	text-align:left !important;
}

body {
	text-align: center;
	min-width: 620px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



#wrapper {
	margin:0 auto;
	width:720px;
	text-align: left;
	background-color: #F0F0F0;
	padding: 0px;
	height: auto;
}

#content{
	width: 500px;
	float: left;
	padding: 10px;
	height: auto;
}

.post_title{
	
}

.post_title a{
	text-decoration: none;
	color: #000000;
}

.post_title a:hover{
	text-decoration:underline;
}

.divider{
	color: #ffffff;
	margin: 0;
	padding: 0;
}

.posted_date_by{
	color: #999999;
	font-size: 1em;
	font-weight: bold;
}

.post_content{
	line-height: 180%;
}

#sidebar{
	width:150px;
	float: left;
	margin-left: 25px;
	margin-top: 50px;
	margin-bottom: 10px;
	padding-left: 15px;
	background-color: #CCFF99;
	border-left: 0px solid #ffffff;
}

#blogroll li{
	list-style-type: none;
}

#meta li{
	list-style-type: none;
}



#footer{
	clear: both;
}

#footer p{
	left: 50%;
	text-align: center;
}
