/* Background Properties */

.background {
	background-color: #CC935C;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.background-body-contact {
	background-image: url(images/contact-background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 536px;
}
.background-body-home {
	background-image: url(images/home-background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 584px;
}
.background-body-samples {
	background-image: url(images/samples-background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 2987px;
}
.background-body-workshops {
	background-image: url(images/workshops-background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 957px;
}
.background-body-writing {
	background-image: url(images/writing-background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 1267px;
}


/* Text Properties */

.body-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	line-height: 22px;
}
.body-text-02 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #894f0e;
	line-height: 20px;
}
.body-text-03 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	line-height: 30px;
}
.body-text-04 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #894f0e;
	font-weight: bold;
}
.body-text-05 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #894f0e;
	line-height: 20px;
}
.body-text-06 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
}
.body-text-bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	line-height: 22px;
	font-weight: bold;
}
.body-text-bold-italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	line-height: 18px;
	font-weight: bold;
	font-style: italic;
}
.body-text-italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #894f0e;
	font-style: italic;
	line-height: 20px;
}
.body-text-italic-02 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #894f0e;
	font-style: italic;
	line-height: 20px;
}
.body-text-italic-03 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #894f0e;
	font-style: italic;
	line-height: 20px;
}
.body-text-italic-04 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	font-style: italic;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dabe9f;
}


/* Body Links */

a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	line-height: 30px;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/**/

a.footer-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dabe9f;
}
a.footer-links:link {
	text-decoration: none;
}
a.footer-links:visited {
	text-decoration: none;
}
a.footer-links:hover {
	text-decoration: underline;
}
a.footer-links:active {
	text-decoration: underline;
}

/**/

a.navigation-links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}
a.navigation-links:link {
	text-decoration: none;
}
a.navigation-links:visited {
	text-decoration: none;
}
a.navigation-links:hover {
	text-decoration: underline;
}
a.navigation-links:active {
	text-decoration: underline;
}

/**/

a.photo-credit-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cc945c;
}
a.photo-credit-links:link {
	text-decoration: none;
}
a.photo-credit-links:visited {
	text-decoration: none;
}
a.photo-credit-links:hover {
	text-decoration: underline;
}
a.photo-credit-links:active {
	text-decoration: underline;
}

/**/

a.samples-links {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	line-height: 20px;
}
a.samples-links:link {
	text-decoration: none;
}
a.samples-links:visited {
	text-decoration: none;
}
a.samples-links:hover {
	text-decoration: underline;
}
a.samples-links:active {
	text-decoration: underline;
}