div#toprow,
div#bottomrow {
	overflow: hidden;
	margin: 0 0 5px 0;
	position: relative;
}

div#bottomrow {
	margin: 0;
}

/* easy clearing */
#toprow:after,
#bottomrow:after {
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#toprow,
#bottomrow {
	display: inline-block;
	}
/*\*/
#toprow,
#bottomrow {
	display: block;
	}
/* end easy clearing */

div.sidenav,
div.centerbox,
div#leftbox,
div#imgbox {
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 

}

* body #leftbox, * body #rightbox {
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
}

div#leftbox {
	width: 303px;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

div#rightbox {
	width: 428px;
	float: left;
	margin: 0;
	padding: 0;
}

div#imgbox {
	margin: 0 0 5px 0;
	background: url('../images/panels/pinkflowers.jpg') no-repeat;
}

form#contact label,
form#contact input,
form#contact textarea {
	display: block;
	float: left;
	margin-bottom: 7px;
}

form#contact label {
	clear: left;
	width: 93px;
}

form#contact input,
form#contact textarea {
	width: 180px;
}

.blue input.button {
	color: #FFFFFF;
	background: url("../images/arrowleft_blue.gif") no-repeat left center;
}

.lightblue input.button {
	color: #FFFFFF;
	background: url("../images/arrowleft_lblue.gif") no-repeat left center;
}

.green input.button {
	color: #FFFFFF;
	background: url("../images/arrowleft_green.gif") no-repeat left center;
}

.lightgreen input.button {
	color: #666666;
	background: url("../images/arrowleft_lgreen.gif") no-repeat left center;
}

form#contact input.button {
	border: 0px;
	font-size: 1.4em;
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: right;
	width: auto;
	margin: 0px 10px 7px 10px;
	padding: 4px 0px 0px 20px;
	cursor: pointer;
}

form#contact input.button:hover {
	text-decoration: underline;
}

* html form#contact input.button {
	margin-right: 0px;
	padding-left: 15px;
}