
#contentBorder {
	width:644px;
}
#contentBorder #topLeftCorner {
	position:relative;
	top:17px;
}
#contentBorder #bottomRightCorner {
	position:relative;
	bottom:15px;
}
#contentBorder #topRowAlign {
	text-align:left;
}
#contentBorder #bottomRowAlign {
	text-align:right;
}

#virtualTourText {
	position: relative;
	width: 300px;
	height: 400px;
	float: left;
	overflow: auto;
}

#virtualTourArea {
	position: relative;
	width: 650px;
	height: 500px;
	float: right;
	overflow: hidden;
}
#button_container {
	position: relative;
	width: 300px;
	height: 100px;
	float: left;
	padding-top: 20px;
	
}
#virtualTourButtons {
	width: 300px;
	height: 80px;
}
	
.buttonwrapper a {
	font-size: 8pt;
	font-family: Arial, Verdana;
	font-weight: bold;
	margin: 2px 2px 2px 2px;
	float: left;
	display: block;
	text-decoration: none;
	cursor: pointer;
}	
.buttonwrapper a span {
	display: block;
	width: 121px;
	height: 15px;
	padding: 5px 0 5px 18px;
	overflow: hidden; 
	white-space: nowrap;
}
#footerText {
		text-align: center;
	}
.clearBoth {
	clear: both;
	}