#main-container
{
	background-image: url(../../images/css/contact/left-bg.jpg);
}

#content
{
	padding-left: 140px;
	width: 370px;
}

/*#content h1
{
	font-size: 1.2em;
	text-transform: none;
	font-weight: bold;
}
*/

#content a
{
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#content ul
{
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}

/* original color as designed: 	color: #FDBA31; */
#content ul li
{
	list-style-type: none;
	background-image: url(../../images/css/global/sidebar-ul-li-bullet.gif);
	background-position: left .4em;
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 1.0em;
	color: white;
}

#content ul li p
{
	margin: 0 0 .25em 0;
}

