/* *************************************************************************** */
/* These are the styles for the right HTML section */
#left_html {
	padding:4px; /** Right Padding **/
	background-color:; /** Background Color **/
	text-align:left; /** Alignment **/
	font-family:Verdana, Arial, Helvetica, sans-serif; /** Font **/
	font-size:12px; /** Font Size **/
	color:#ffffff; /** Font Color **/
	line-height:13px;
	width:100%;
}