﻿/* left side of the content_wrapper */
#left_side
{
	float: left;
	width: 899px;
}

#left_side h3
{
	margin: 10px;
	margin-right: 15px;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
}

#left_side p
{
	margin: 10px;
	margin-right: 15px;
	font-family: verdana;
	font-size: 12px;
	line-height: 18px;
	color: #cccccc;
}
