.header {
	border: 1px solid green;
	color: #000;
	background-color: #FFF;
	margin: 0px 60px;
	margin-left: 2%;
	padding: 5px;
	padding-left: 5%;
	height: 130px;
	min-width: 550px;
/*	overflow: none; */
	}
	
.sitename {
	float: left;
	margin: 15px 20px;
	margin-left: 2%;
	width: 460px;
	height: 84px;
	padding: 7px 0px;
	}
	
.logo {
	float: right;
	margin-right: 5%;
	width: 35px;
	height: 120px;
	padding: 5px 0px;
	}
	
.body {
	width: 100%;
	margin: 0px;
	min-width: 770px;
	text-align: center;
	font-family: sans-serif;
	color: #003366;
	background-color: #FFFFFF;
	padding: 0em;
	}
	
.construction {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
img {
	border: none;
	}
	

.br-content {
	margin: 0px 12% 120px 12%;
	padding: 10px 0% 0em 4%;
	height: 440px;
	text-align: center;
	/*width: 80%;*/
	}

.br-item-left {
	float: left;
	width: 34%;
	height: 49%;
	text-align: left;
	}

.br-item-right {
	float: right;
	width: 34%;
	height: 49%;
	text-align: right;
	}
	
.br-item-center {
	position: relative;
	left: 38%;
	top: -95%;
	width: 26%;
	height: 50%;
	font: 12pt sans-serif;
	background-color: transparent;
	}
	
* html .br-item-center {
	left: 0%;
	top: -90%;
	font-weight: 600;
/*	margin: -57.5% 38%; */
    margin: 0% 38% -60% 38%;
	}

.topleft {
	position: absolute;
	top: 180px;
	left: 120px;
	width: 34%;
	height: 49%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}
	
.bottomleft {
	position: absolute;
	bottom: 0px;
	left: 120px;
	width: 34%;
	height: 49%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}
	
.topright {
	position: absolute;
	top: 180px;
	width: 34%;
	right: 120px;
	height: 49%;
	text-align: right;
	margin: 0px;
	padding: 0px;
	}
	
.bottomright {
	position: absolute;
	bottom: 0px;
	right: 120px;
	width: 34%;
	height: 49%;
	text-align: right;
	margin: 0px;
	padding: 0px;
	}

.right-column {
	position: absolute;
	right: 0px;
	top: 130px;
	width: 120px;
	height: 500px;
	}
	
* html .right-column {
    margin-top: 3em;
    }

h3, a {
	color: #003366;
	}

#sold {
	color: #FF0000;
	}