body
{
	color: #ABABAB;
}
#bottombox
{
	background-image: url(images/ec_background_bottom.png);
	width: 967px;
	height: 142px;
	margin-top:3px;

}
#bottombox div
{
	float: left;
}

#left_bar
{
	float:left;
	margin-right: 3px;
	width: 123px;
}
#right_bar
{
	width: 841px;
	float: left;
}

#left_index
{
	width:123px;
	height: 495px;
	float: left;
	background-image:url(images/ec_help_back_left.png);
	margin-right: 3px;
}

#right
{
	float: left;
	height: 495px;
	width: 841px;
}

.help_item_left
{
	float: left;
	width: 419px;
	height: 80px;
	background-image:url(images/ec_help_helpitem_left.png);
	margin-top:3px;
}

.help_item_right
{
	float: left;
	width: 419px;
	height: 80px;
	background-image:url(images/ec_help_helpitem_right.png);
	margin-right:0px;
	margin-left:3px;
	margin-top:3px;

}

.help_item_left img
{
	width: 123px;
	height: 80px;
	float: left;
	margin-right:7px;
}

.help_item_right img
{
	width: 123px;
	height: 80px;
	float: left;
	margin-right:7px;
}


.title
{
	margin-top: 3px;
	font-size: 13px;
	color: #F1DBA3;
}

.description
{
	margin-top: 1px;
	margin-right: 10px;
}
a
{
 	text-decoration: none;
 	color: #ABABAB;
}

ul
{
	margin-top: 1px;
	padding-top: 0px;
	margin-left: 2px;
	padding-left: 0px;

}

ul li
{  
	float: left;
	width: 100px;
	padding:0 0 0 12px;
  	list-style-type:none;
  	background:url(images/ec_help_bullet.gif) 4px 3px no-repeat;
}

