/* Styles for Brown Interactive */
/* Jeremy Brown */
body {
	margin-top:70px;
	background:#53533f;
	color:#fff;
	font: normal 11px Arial, Helvetica, sans-serif;
	}

a {
	text-decoration:none;
	color:#fff;
	}

a:hover {
	color:#9cca33;
	}

#footer {
	text-align:center;
	color:#fff;
	background:#53533f;
	line-height:16px;
	margin-top: 10px;
	font-size: 11px;
	}
	
#invisible {
	display: none;
	}