@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.oneColFixCtr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height: 135px;
	width: 800px;
}
#idx {
	float: left;
	height: 350px;
	width: 210px;
	background-image: url(/Images/Valley%20Layout/idx.jpg);
}
#map {
	height: 350px;
	width: 420px;
	float: left;
}
#nav {
	height: 30px;
	width: 800px;
}

#sidebar {
	height: 560px;
	width: 165px;
	float: right;
	background-image: url(/Images/Valley%20Layout/sidebar.jpg);
}
#slideshow {
	float: left;
	height: 220px;
	width: 635px;
}
#footer {
	float: left;
	height: 30px;
	width: 800px;
}



.oneColFixCtr #mainContent {


}

