@charset "UTF-8";
body {
	background: #788b72;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	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: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
.oneColFixCtrHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	height: 100px;
	background-color: #788b72;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 366px;
	overflow: hidden;
	background-image:url(images/home.png);
	background-repeat:no-repeat;
}

.oneColFixCtrHdr #main {
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	overflow: auto;
	text-align: center;
}

.oneColFixCtrHdr #gallery {
	padding: 10px 20px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 356px;
	text-align: left;
}

.oneColFixCtrHdr #link {
	padding: 300px 0px 0px 500px;
}

.oneColFixCtrHdr #footer {
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	height: 75px;
	background-color: #788b72;
}

.oneColFixCtrHdr #contact {
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 35px;
	width: 750px;
}

.oneColFixCtrHdr #email {
	height: 35px;
	width: 299px;
	float: left;
	margin-left: 27px;
	margin-right: 27px;
}

.oneColFixCtrHdr #phone {
	height: 35px;
	width: 153px;
	float: right;
	margin-left: 27px;
	margin-right: 27px;
}

.oneColFixCtrHdr #fax {
	height: 35px;
	width: 134px;
	float: right;
	margin-left: 27px;
	margin-right: 27px;
}
.oneColFixCtrHdr #container #main #gallery a img{
	border: thin solid #778B73;
	margin: 5px;
}

a img { border:none;
		}
