@charset "UTF-8";
/* CSS Document */

.background_1 {
	background-image: url(../images/header_newyorkfacelift.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 264px;
}
.background_2 {
	background-image: url(../images/background_bottom_newyorkfacelift.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 331px;
	background-color: #FFF;
}
.back_left {
	background-image: url(../images/left_newyorkfacelift.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.back_right {
	background-image: url(../images/right_newyorkfacelift.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.title_green {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 28px;
	color: #4D1D00;
	text-align: center;
}
.normal_black {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
}
.normal_black A:link {color: #600; text-decoration: none;}
.normal_black A:hover {color: #600; text-decoration: underline;}
.normal_black A:active {color: #600; text-decoration: none;}
.normal_black A:visited {color: #600; text-decoration: none;}

.normal_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #600;
	margin: 0px;
}
.normal_title A:link {color: #94833C; text-decoration: none; font-weight:bold}
.normal_title A:hover {color: #94833C; text-decoration: underline; font-weight:bold}
.normal_title A:active {color: #94833C; text-decoration: none; font-weight:bold}
.normal_title A:visited {color: #94833C; text-decoration: none; font-weight:bold}

.normal_footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
