/* CSS Document */
#quotes {
	Background: url(graphics/quote-bg.jpg) no-repeat top left;
	align: center;
	height: 143px;
	}
#quotes p{
	width: 615px;
	padding-left: 97px;
	padding-top: 5px;
	padding-bottom: 0px;
	line-height: 1.3;
}
#quotes h4{
	position: absolute;
	font-size: 10px;
	top: 103px;
	left: 600px;
}
* html #quotes h4{
	position: absolute;
	font-size: 10px;
	top: 115px;
	left: 600px;
}

* html #quotes p{
	width: 700px;
	padding-left: 100px;
	padding-top: 5px;
	padding-bottom: 0px;
}
#blogholder {
	width: 450px;
	}
	
.BoldRed {
	color:#FF0000;
	font-size:24px;
	font-weight:bold;
	}