dl.pseudo_table {
	margin: 15px 0;
	padding: 0px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}
dl.pseudo_table:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.pseudo_table dt {
	margin: 0 0 .5em 0;
	font-family: Verdana, Georgia, serif;
	
	}
dl.pseudo_table dt img {
	float: left;
	clear: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	
	}
dl.pseudo_table dd {
	margin-left: 130px;
	
	font-size: 100%;
	line-height: 1.5em;
	}	
	
.pseudo_table { 
	display: inline-table; 
	}
/* Hides from IE/Mac \*/
* html .pseudo_table { 
	height: 1%; 
	}
.pseudo_table { 
	display: block; 
	}
#footer {
	/*height: 1%;*/
	}
/* End hide from IE/Mac */
	
	