﻿/* left side of the content_wrapper */
#left_side
{
	float: left;
	width: 930px;
}

#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;
}

#left_side ul
{
}
#left_side li
{
	list-style-type: circle;
	list-style-position: inside;
}

