#seo-related-links {
    width: 100%;
	text-align: center;
	border-top: 1px dotted black;
    }
    #seo-related-links:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        }
    #seo-related-links h3 {
        color: #000;  
        font: bold 13px/1.2 verdana, arial, sans-serif;
        text-align: center;
		margin-bottom: 5px;
        }
    #seo-related-links ul {
        margin:0; padding: 0;
        list-style: none;
		text-align: left;
        }
    #seo-related-links ul.seo-links li {
        width: 49%;
        float: left;
        display: inline;
        background: url(/lib/just4rh/dotdot.gif) 5px center no-repeat;
        margin:0; 
        padding:0;
        }
        #seo-related-links ul.seo-links li a {
            text-decoration: none;
            padding-left: 25px;
            display: block;
            _width: 100%;
			font: normal 8pt/10pt arial;
            }
            #seo-related-links ul.seo-links li a:hover {
                text-decoration: underline;
                }

