@charset "utf-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center; 
	margin: 0 auto; 
	height: 100%;
	background-color: #464646;
}

#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#headerTile {
	background-image: url(image/headerTile.gif);
	background-repeat: repeat-x;
	height: 110px;
}

#header {
	background-image: url(image/header.gif);
	background-repeat: no-repeat;
	height: 110px;
	width: 676px;
	margin: 0 auto;
}

#header2 {
	background-image: url(image/header2.gif);
	background-repeat: no-repeat;
	height: 110px;
	width: 676px;
	margin: 0 auto;
}

#floatLeft {
	float: left;
	width: 150px;
	margin: 0px 0px 0px 0px;
}

#floatRight {
	float: right;
	width: 150px;
	margin: 0px 0px 0px 0px;
}

#middle {
	width: 676px;
	margin: 0 auto;
}

.text {
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#virtualTour {
	padding: 0px 20px;
	height: 280px;
	text-align: center;
}

#footer {
	height: 50px;
}

.topFrame {
	background-image: url(image/topFrame.gif);
	background-repeat: no-repeat;
	width: 676px;
	height: 13px;
}

.middleFrame {
	background-image: url(image/middleFrame.gif);
	background-repeat: repeat-y;
	width: 676px;
}

.bottomFrame {
	background-image: url(image/bottomFrame.gif);
	background-repeat: no-repeat;
	width: 676px;
	height: 18px;
}


}

.boxPadding {
	padding: 0px 30px 0px 30px;
}

/* navigation */

.button {
	height: 24px;
	color: white;
	font-weight: bold;
	background-color: black;
	padding: 2px 10px 0px 10px;
	float: left;
}

.navigation {
	height: 24px;
	padding: 0px 0px 0px 20px;
}

a {
	color: white;
	font-weight: bold;
}