/*primary brown color="#664a4f"
background salmon color="#fcd8d6"
blue link color color="#5683b4"
black #000*/


body {
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fcd8d6;
	background-image: url(../media/photos/background-salmon.jpg);
	margin-top: 0;
	margin-left: 0px;
	font-size: 13px;
	line-height: 18px;
	color: #664a4f;
}

img {  border-style: none;
} /* removes blue link border on all images */


.twoColFixLtHdr #container {
	width: 840px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.twoColFixLtHdr #bodyContainer {
	width: 663px;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.sub-title {
	font-weight: bold;
}

.copyright-text {
	font-size: 9px;
}

.quote-text {
	font-style: italic;
}

.twoColFixLtHdr #header {
	height: 150px;
	width: 662px;
	float: left;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	font-size: 10px;
	line-height: normal;
}

.twoColFixLtHdr #sidebar1-nav {
	width: 175px;
	position: absolute;
	left: 0px;
	top: 0px;
	}

.twoColFixLtHdr #sidebar1-tao {
	width: 175px;
	float: left;	
	}


.twoColFixLtHdr #mainContent {
	padding-right: 25px;
	padding-left: 25px;
	border: 1px solid #664a4f;
	background-image: url(../media/graphic/white-50-trans.gif);
	background-repeat: repeat;
	width: 610px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	} 

.twoColFixLtHdr #mainContent h1{
	font-weight: bold;
	font-size: 16px;
	} 


.twoColFixLtHdr #memberContent {
	float: right;
	width: 665px;
	font-size: 10px;
	line-height: normal;
	}

#welcome-photo {
	border: 1px solid #664a4f;
	float: right;
	margin-left: 10px;
	margin-top: 32px;
}

#about-photo {
	border: 1px solid #664a4f;
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
}


#photo2 {
	border: 1px solid #664a4f;
	float: left;
	margin-right: 10px;
	margin-top: 5px;

}

#photo3 {
	border: 1px solid #664a4f;
	float: left;
	margin-right: 10px;
	margin-top: 5px;

}

#photo4 {
	border: 1px solid #664a4f;
	float: right;
	margin-left: 10px;
	margin-top: 5px;
}


#welcome-list {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}

#welcome-care-text {
	float: left;
	margin-top: 20px;
	width: 615px;
}

#welcome-mid-logo {
	float: right;
	padding-right: 20px;
	padding-top: 10px;
}

.twoColFixLtHdr #footer {
	float: right;
	width: 840px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/************************************************************************/
a:link {
	color: #5683b4;
	float: left;
	text-decoration: none;
}

a:visited {
	color: #5683b4;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}

/* ****************** */
.twoColFixLtHdr #about-text {
	float: left;
	line-height: 20px;
	font-size: 13px;
	height: 275px;
	width: 385px;
}
.twoColFixLtHdr #about-text2 {
	float: left;
	width: 610px;
	line-height: 20px;
}

#tao {
	font-size: 9px;
	float: right;
	width: 200px;
}
