#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	background-color: #FFF;
}
#header {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #50383C;
	font-size: 24px;
	color: #CDC49E;
	font-weight: bold;
	height: 90px;
	width: 900px;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 20px;
}
#navigation {
	height: 20px;
	width: 900px;
	background-color: #CDC49E;
	display: block;
}
#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#navcontainer ul li {
	display: inline;
	padding-right: 70px;
}

#navcontainer ul li a
{
	text-decoration: none;
	color: #5C4543;
	background-color: #CDC49E;
	padding: 5;
}
#contentleft {
	background-color: #FFF;
	display: block;
	float: left;
	width: 700px;
}
#contentright {
	display: block;
	float: right;
	width: 200px;
	background-color: #FFF;
	min-height:1000
}


#navcontainer ul li a:hover
{
	color: #FFF;
	background-color: #50383C;
}
.imagenav {
	float: left;
	height: 26px;
	width: 26px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#featuredbrokers {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	background-color: #CDC49E;
	height: 20px;
	width: 100%;
	clear: both;
	text-indent: 18px;
}
.brokersign {
	height: 90px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 0px;
}

#content {
	background-color: #FFF;
	width: 900px;
}
#footer {
	background-color: #50383C;
	height: 20px;
	width: 900px;
	clear: both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #B49F94;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	display: inline;
}
H2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
}
H1 a {
	text-decoration: none;
	color: #CDC49E;
}
#headertxt {
	float: left;
	width: 300px;
	margin-left: 15px;
}
