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

#blurb{
	text-align: justify;
	color: #DDC99E;
	background-repeat: no-repeat;
	background-position: right;
	padding-bottom: 40px;
	padding-right: 10px;
	width: 460px;
	float: left;
}

#slideshow{
	width: 220px;
	float: left;
}

#headerdiv{
	margin-top: 30px;
	margin-bottom: 30px;
	width: 550px;
	height: 50px;
	background-repeat:no-repeat;
}

#headerdiv h1{
	display: none;
}

#quote{
	color: #A57C1D;
	text-align: justify;
	width: 350px;
	margin: 10px;
	margin-left: 50px;
	font-size: 12px;
}

#openquote{
	background-image: url(images/Open-Quote.jpg);
	width: 20px;
	height: 20px;
}

#quotetext{
	padding-left: 20px;
	padding-right: 20px;
	font-style: italic;
}

#closequote{
	background-image: url(images/Close-Quote.jpg);
	background-repeat: no-repeat;
	height: 20px;
	background-position: right;
	
}


#quotecredit{
	color: #FFCC66;
	text-align: right;
}