@CHARSET "UTF-8";

#module-content
{
    padding: 20px 50px 0 55px;
}
	#module-content p
	{
		background: url('/images/bullet.png') 0 7px no-repeat;
		margin: 20px 0 0 10px;
		padding: 0 50px 0 10px;
		width: 230px;
		float: left;
	}
		#module-content a
		{
			color: #a5a7a9;
			font-size: 12px;
		}
			#module-content a:hover
			{
				color: #7c0d20;
				text-decoration: none;
			}
