/* _____________________________________________ ZERO OUT ______________________________________________ */

* {	margin: 0; padding: 0; border: 0 }

/* ____________________________________________ HTML & BODY ____________________________________________ */

html {
	height: 100%;
	scrollbar-base-color: #222222;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #000000; }
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background: #000000 }

/* __________________________________________ TEMPLATE ITEMS __________________________________________  */

#footer {
	width: 920px;
	margin: 0 auto 0 auto;	
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	padding: 5px 15px 4px 15px }
#copyright {
	width: 50%;
	float: left;
	text-align: left }

/* ______________________________________________ LINKS ________________________________________________ */

#lh {
	width: 50%;
	float: right;
	text-align: right }
#lh a:link { color: #CCCCCC; text-decoration: underline }
#lh a:visited { color: #CCCCCC; text-decoration: underline }
#lh a:hover { color: #FFFFFF; text-decoration: none }
#lh a:active { color: #FFFFFF; text-decoration: none }

/* ___________________________________________ CUSTOM STYLES ___________________________________________ */

.clear { clear: both } /* Clear is also useful to mimic tables. Forces a new line when there's a floated element above. */