/*    English
      CSS Layout by Keith Donegan of Code-Sucks.com
	  E-Mail: Keithdonegan@gmail.com
	  
	  Modified and Designed by Internetlife.co.il.
	
*/

* { padding: 0; margin: 0; }

body {
 font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
 font-size:11px;
}
#contentArea {margin: 0 auto;width: 300px;height: 200px;}
#contentArea .singleAd{height: 45px;border-bottom: 1px dotted rgb(221, 221, 221);margin-top: 2px}
#contentArea .singleAd .image {float: left; margin: 0 6px 6px 0;}
#contentArea .singleAd a{color:#3B5998;text-decoration:none;height: 45px;}



