@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #banner_top {
	height: 211px;
}
#wrapper #secondary_nav {
	height: 33px;
	background-image: url(../website-images/senior-care-banner-middle.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#wrapper #primary_nav {
	height: 49px;
	background-image: url(../website-images/senior-care-banner-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#wrapper #text_box_top_border {
	background-image: url(../website-images/text-box-top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 26px;
}
#wrapper #text_box_wrapper {
	background-image: url(../website-images/text-box-right-left-border.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#wrapper #text_box_wrapper #single_text_box {
	padding-right: 65px;
	padding-left: 65px;
	padding-top: 18px;
	padding-bottom: 18px;
}

#wrapper #text_box_wrapper #text_left_box {
	float: left;
	width: 567px;
	padding-left: 65px;
	padding-top: 18px;
	padding-right: 15px;
	padding-bottom: 18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B5CDE1;
}
#wrapper #text_box_wrapper #text_right_box {
	float: right;
	width: 172px;
	padding-top: 18px;
	padding-right: 65px;
	padding-left: 15px;
	padding-bottom: 18px;
}
#wrapper #text_box_wrapper #text_box_footer_bottom_border {
	clear: both;
	height: 31px;
	background-image: url(../website-images/text-box-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#wrapper #white_space {
	height: 22px;
}
#wrapper #bottom_caption {
	height: 15px;
}
#wrapper #copyright {
	height: 160px;
	text-align: center;
	padding-top: 5px;
	padding-left: 40px;
	padding-right: 40px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #back_to_top_space {
	height: 15px;
}
