/* CSS Document */

BODY {
	background-color:#FFFFFF;
	background-repeat:repeat;
	font-family:"trebuchet MS", verdana, Arial, serif;
	font-size: 0.80em;
	text-align:center;
	margin:0;
	padding:0;
}

H1 {
	font-size: 2.8em;
	padding:0px;
	margin:0px;
}

A {
	color: #403c3e;
}

A IMG {
	border:0;
}

/****** ALIGNMENTS *******/
.left {
	float:left;
}

.right {
	float:right;
}

.centre {
	margin: 0 auto;
	text-align:center;
}

.clear {
	clear:both;
}

/****** FRAMEWORK *******/

.full_page {
	background-image:url("../images/kate_hale_background.jpg");
	background-repeat:no-repeat;
	margin: 0 auto;
	text-align:center;
	height:600px;
	width:900px;
}

.empty {
height:400px;}

.content {
	text-align:center;
	width: 350px;
	font-size:16px;
	color:#403c3e;
	margin-bottom:30px;
}


	
.lower_quote_block {
	float:right;     
	background-color:#f6adcd;
	height:150px;
	width:200px;
	margin: 0px;
	padding:-75px 10px 10px 10px;
	}
	
.hdr {
	background-color:#FFFFFF;
	min-height:5px;
	width: 100%;
}












