/* CSS Document */

body {
	width: 100%;
	height: 100%; 
	margin: 0 auto;
	padding: 0;
	background-color: #e7b787; 
	background-repeat: no-repeat;
	background-position: center center; 
	background-image: url('../images/h_04bg_b.jpg');
	background-attachment: fixed; 
}

.float_left {float:left; margin: 0 1em 0 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 0 1em;} /* apply this class to any image or element with width  - text will wrap it to the left */

.head {
	font-family:"Lucida Calligraphy", "Apple Chancery", "Monotype Corsiva", "Comic Sans MS", cursive;
	font-size: 3em;
/*	color:#993333;
	color:#CC0033;
	 */
	color:#CF3E11;
	text-align: center;
}
.quote {
	font-family:"Lucida Calligraphy", "Apple Chancery", "Monotype Corsiva", "Comic Sans MS", cursive;
	font-size: 1.25em;
	color:#CF3E11;
	text-align: center;
}
.copy {
	font-family:"Lucida Calligraphy", "Apple Chancery", "Monotype Corsiva", "Comic Sans MS", cursive;
	font-size: 1em;
	color:#681F09;
	text-align: justify;
	padding: 15px;
}
.email {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #681F09;
}
.email a:link, .email a:active, .email a:visited {
	color: #CF3E11;
	text-decoration: underline;
	border: none;
	border-style: none;
}
.email a:hover {
	color: #681F09;
	text-decoration: underline;
	border: none;
	border-style: none;
}
.rights {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #681F09;
}
