@charset "UTF-8";
body {
	font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #FFFFFF;
	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: #543716;
}
.oneColFixCtr #container {
	width: 840px;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#container260 {
	width: 253px;
	min-height: 230px;
	margin: 0 auto;
	margin-right: 12px;
	border: 1px #633;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
	border-right: solid 1px #b89f83;
}

#container260.Right {
	margin-right: 0;
	border-right: none;
	
}

.welcome {
	margin-top: 75px;
	margin-bottom: 15px;
	padding-bottom: 80px;
	border-bottom: 3px solid #543716;
}

a {
	color: #690;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	
}

#tagline {
	clear:both;
	width: 800px;
	border-top: 3px solid #543716;
	
}
