@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #666666;
	background-image: url(pics/GutLintonBknd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.oneColFixCtr #credits {
	font-size: 12px;
	color: #333333;
}
.oneColFixCtr #credits a {
	color: #333333;
}
.oneColFixCtr #container {
	width: 750px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 580px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(pics/GutLinton.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColFixCtr #container #mainContent {
	overflow: auto;
	height: 260px;
	width: 454px;
	position: relative;
	left: 250px;
	top: 70px;
	line-height: 150%;
	padding-right: 25px;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#99CC00;
	scrollbar-base-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#333333;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color: #000000;
}
.oneColFixCtr #container #Heading {
	position: relative;
	top: 80px;
	left: 250px;
	width: 480px;
	height: 50px;
	font-size: 18px;
}
.oneColFixCtr h1 {
	font-size: 120%;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
}
.oneColFixCtr #container #Navigation {
	left: 222px;
	top: 40px;
	position: relative;
	width: 510px;
	font-size: 14px;
	color: #99CC00;
	height: 25px;
}
.oneColFixCtr #container #Contact {
	left: 575px;
	top: 25px;
	position: relative;
	width: 165px;
	font-size: 13px;
	color: #557200;
	font-weight: bold;
	height: 100px;
}
a:link {
	color: #557200;
	text-decoration: none;
}
a:visited {
	color: #557200;
	text-decoration: none;
}
a:hover {
	color: #99CC00;
	text-decoration: none;
}
a:active {
	color: #99CC00;
}

.oneColFixCtr #container #Contact #telephone {
	font-size: 18px;
}

.oneColFixCtr #container #Navigation a:link {
	color: #99CC00;
	text-decoration: none;
}
.oneColFixCtr #container #Navigation a:visited {
	color: #99CC00;
	text-decoration: none;
}
.oneColFixCtr #container #Navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtr #container #Navigation a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtr #container #mainContent a {
	color: #CCCCCC;
}
.oneColFixCtr #container #Photos {
	height: 520px;
	width: 180px;
	margin-top: -410px;
	margin-left: 23px;
}
