/* *************************************************************************** */
/* These are the styles for the right HTML section */
#html_left {
	padding:14px; /** Right Padding **/
	background-color:; /** Background Color **/
	text-align:left; /** Alignment **/
	font-family:Verdana, Arial, Helvetica, sans-serif; /** Font **/
	font-size:9px; /** Font Size **/
	color:#9c9c9c; /** Font Color **/
}
#blogholder {
	padding:14px; /** Right Padding **/
	background-color:; /** Background Color **/
	text-align:left; /** Alignment **/
	font-family:Verdana, Arial, Helvetica, sans-serif; /** Font **/
	font-size:12px; /** Font Size **/
	color:#9c9c9c; /** Font Color **/
	line-height:14px;
	width:180px;
}
.snippet_heading_1 {
	font-size:14px;
	color: #ffffff;
	font-weight:bold;
}
.snippet_heading_2 {
	font-size:12px;
	color: #ffffff;
	font-weight:bold;
}
.snippet_heading_3 {
	font-size:10px;
	color: #ffffff;
}