/* Background Properties */

.background {
	background-color: #ab9f9a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.background-art {
	background-image: url(images/background-art.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 506px;
}
.background-bio {
	background-image: url(images/background-bio.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 506px;
}
.background-contact {
	background-image: url(images/background-contact.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 506px;
}
.background-interior-design {
	background-image: url(images/background-interior-design.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 506px;
}
.background-modeling {
	background-image: url(images/background-modeling.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 506px;
}
.background-news {
	background-image: url(images/background-news.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #EBE7E6;
}
.background-residential {
	background-image: url(images/background-residential.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 506px;
}
.background-header {
	background-color: #534741;
}


/* Body Text */

.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #534741;
	line-height: 20px;
}
.body-text-02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #534741;
	line-height: 18px;
}
.body-text-03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #534741;
	line-height: 16px;
}
.body-text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #534741;
	font-weight: bold;
}
.body-text-bold-02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #534741;
	font-weight: bold;
	line-height: 18px;
}
.body-text-italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #534741;
	font-style: italic;
	line-height: 18px;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ded4cf;
}
.footer-text-02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ded4cf;
}


/* Body Links */

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #534741;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

/**/

a.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ded4cf;
}
a.footer:link {
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
}
a.footer:hover {
	text-decoration: underline;
}
a.footer:active {
	text-decoration: underline;
}

/**/

a.footer-02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ded4cf;
}
a.footer-02:link {
	text-decoration: none;
}
a.footer-02:visited {
	text-decoration: none;
}
a.footer-02:hover {
	text-decoration: underline;
}
a.footer-02:active {
	text-decoration: underline;
}

/**/

a.bold-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #534741;
	font-weight: bold;
}
a.bold-link:link {
	text-decoration: none;
}
a.bold-link:visited {
	text-decoration: none;
}
a.bold-link:hover {
	text-decoration: none;
}
a.bold-link:active {
	text-decoration: none;
}