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

body {
	background-color:#ebe6d3;
	text-align:left;
}
.container {
	width: 1010px;
	height: auto;
	margin:auto;
}
.content {
	background-image:url('images/home/conklin-home-bg.jpg');
	background-repeat:no-repeat;
	width:100%;
	height:670px;
}
.panel-left {
	width:260px;
	float:left;
}
.panel-center {
	width:490px;
	float:left;
}
.panel-right {
	width:260px;
	float:left;
}
.historytext {
	width:145px;
	margin-top:220px;
	margin-left:90px;
	font-size:80%
}
.panel-center-wrapper {
	margin-top:220px;
	margin-left:65px;
	width:370px;
	font-size:85%
}
.right-panel-image {
	margin-top:220px;
	margin-left:40px;
}
.navigation {
	margin-bottom:20px;
	padding-top:10px;
}
h3 {
	font-size:300%
}
.footer {text-align:center; font-size:85%; padding-bottom:10px;}
.footer img {float:left;}
