/* MAIN PAGE ELEMENTS */
#wrapper {
	width:770px;
	margin:0 auto;
	background-color:#FFF;
}
#head {
	background:#006B35 url(../images/background_head.jpg) no-repeat top right;
	height:100px;
	margin:0;
	padding:0;
}
#nav {
	background:#006B35;
	margin:0;
	padding:0;
	width:100%;
	height:23px;
	text-align:center;
	font-family:Verdana, Arial, sans-serif;
}
#panel {
	margin:10px 0 25px 0;
	float:left;
	background:transparent;
	height:175px;
	width:100%;
}
#content {
	background:transparent;
	width:100%;
}
#footer {
	background:transparent;
	border-top:1px solid #DDD;
	width:100%;
	margin: 20px 5px;
	float: left;
}
#brokerSearch {
	width:225px;
	height:145px;
	padding:15px;
	float:right;
	background:transparent url(../images/background_brokersearch.jpg) no-repeat top left;
}
#panelImage {
	float:left;
}