#detcquote {

	position: relative;
	width: 720px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	}
	
#detcquote h1 {

	position: relative;
	margin: 10px 30px 10px 33px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-style: italic;	font-size: 16px; line-height: 22px
	}
	
#detcquote h2 {

	position: relative;
	margin: 20px 10px 10px 33px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-style: normal;	font-size: 14px;
	}

	
#detclquote {

	position: absolute;
	background-image: url("../images/lquote.jpg");
	top: 0px;
	left: 0px;
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: top left;
		
	}
	
#detcrquote {

	position: absolute;
	background-image: url("../images/rquote.jpg");
	bottom: 30px;
	right: 30px;
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: bottom right;
	}