

body {
	background-color: #ece2d9;
	color: #333333;
}

a:link {
	background-color: transparent;
	color: #724138;
}

a:visited {
	background-color: transparent;
	color: #a4736a;
}

a:hover {
	background-color: transparent;
	color: #725e38;
}

a:active {
	background-color: transparent;
	color: #38725e;
}

#pageContent a:visited {
	background-color: transparent;
	color: #724138;
}

.shadow-build1 {
	-moz-box-shadow: 0 0 5px 5px #ad918c;
	-webkit-box-shadow: 0 0 5px 5px #ad918c;
	box-shadow: 0 0 5px 5px #ad918c;
}

.build1-left {
	background-image: url(../../content/banners/build1-left.jpg);
	background-repeat: no-repeat;
	height: 405px;
}

.build1-right {
	background-image: url(../../content/banners/build1-right.jpg);
	background-repeat: no-repeat;
	height: 405px;	
}

.build1 {
	background-color: #724138;
	color: #ffffff;
	border-bottom: solid 5px  #c59b8f;
}

.build1-current {
	background-color: transparent;
	color: #c59b8f;
}

.build1-content {
	background-color:  #decbc0;
	color: #333333;
}

.build1-nav {
	background-color: #ece2d9;
	color: #222222;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
  	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	width: 80px;
	padding: 1px 0;
	text-align: center;
}


.thumb-build1 {
	background:rgba(206,186,166,0.5) !important;
	background-color:rgb(206,186,166);
	background-color: #cebaa6;
	color: #333333;
}






