@charset "UTF-8";
#bodyMain   #servicesContent {
	margin: 0 20px 0 200px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
}
#bodyMain  #servicesContent  ul {
	margin: 10px 0px 0px 40px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding: 0px;
}
#bodyMain  #servicesContent  ul  l {
	margin: 5px 0px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#bodyMain    #servicesContent    h2  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 10px;
	padding: 0px;
}
