.clear,
.clear_footer {
    position: relative;
    clear: both;
}

div#footer {
    display: block;
	visibility: visible;
	background: #20140B;
	border-top: 1px solid #444;
    width: 100%;
    padding: 0 0 2em 0;
}
    div#footer_links {
        width: 840px;
        margin: 0 auto;
        text-align: center;
    }

		div#footer_ad {
			margin: 30px 0 0 0;
			background: #291A0E;
		}
		
		div#footer_virb {
			display: block;
			background: #291A0E;
			margin: 30px 0;
			padding: 20px 0 20px 20px;
		}
		
	        div.footer_col {
	            float: left;
	            text-align: left;
	            width: 205px;
	            margin: 0;
	        }

div.footer_debug {
    width: 800px;
    margin: 2em auto 0 auto;
    background: #111;
    padding: 20px;
    color: #39f;
    text-align: left;
}
    div.footer_debug pre {
        font: normal normal 12px/1.4 Monaco, Courier New, Courier;
    }

    div.footer_debug pre a, div.footer_debug pre a:link, div.footer_debug pre a:active, div.footer_debug pre a:visited {
        color: #A8BCC2;
    }

	div.footer_debug pre a:hover {
		color: #fff;
	}

p {
    font-size: 80%;
    color: #444;
    line-height: 150%;
    margin: 0 0 1.5em 0;
}

p em, li em {
    font-family: Georgia, Times, serif;
    font-style: italic;
}

    p.small  { font-size: 70%; }
    p.xsmall { font-size: 65%; }
    .center  { text-align: center; }

    p.instructions, .vbox p.instructions {
        font-size: 70%;
        color: #777;
        margin: 0 0 1.5em 0;
    }
	em.instructions { color: #777; }

.vbox p {
    color: #222;
    margin: 0 0 .5em 0;
}

.warning {
    color: #d70051;
}

p.password_remind {
    font-size: 70%;
    display: inline;
    padding: .5em .75em;
    background: #ffc;
}

#footer #footer_links p#report_flag {
	display: block;
	margin: 0;
	text-align: left;
	padding: 0;
	line-height: 22px;
}

#footer #footer_links p#footer_copyright, 
#footer #footer_links p#footer_trademark {
	text-align: left;
	font: normal 11px Arial, Helvetica, Verdana, sans-serif;
	color: #888;
	padding: 0;
	margin: 0;
	line-height: 140%;
}
#footer #footer_links p#footer_trademark {
	color: #555;
}

#footer_virb .footer_col h4 {
	font: bold 14px Arial, Helvetica, Verdana, sans-serif;
	color: #888;
	padding: 0;
	margin: 0 0 .8em 0;
}
#footer_virb .footer_col p {
	font: normal 11px Arial, Helvetica, Verdana, sans-serif;
	color: #888;
	line-height: 150%;
	padding: 0 20px 0 0;
	margin: 0 0 .8em 0;
}
#footer_virb .footer_col p.nomargin {
	margin: 0;
}

strong.new {
	font-weight: normal;
	background: #ff9;
	font-size: 9px;
	padding: 2px 4px;
	line-height: 11px;
}

.hilight {
	background: #ffa;
	padding: 0 .2em;
}