/*  

author: peter james zielinski
client: the loft broker

*/

body {
	margin: 0px;
	padding: 0px;
	background: url('../images/bluestripe.gif') repeat-x;
	}
	

	
#loftbroker {
	margin-top: 15px;
	padding: 20px;
	}
	
#navigation {
	padding: 30px;
	font-family: 'Trebuchet MS', Verdana, Arial, sans serif;
	font-size: 16px;
	color: #999;
	text-align:center;
	}
	
#navigation a	{ color: #2E4A68; font-weight: bold; text-decoration: none; margin:auto 15px;}
#navigation a:active   { color: #999; }
#navigation a:hover	{ color: #000; }
	
	
#byline {
	padding: 10px;
	font-family: Verdana, Arial, sans serif;
	font-size: 11px;
	color: #666666;
	}
