@charset "utf-8";
/* CSS Document */
	#contentWrapper p,h1,h2,h3,h4,h5,img {
		padding: 0;
		margin: 0;
		border: none;
		font-family: Verdana, Geneva, sans-serif;
	}
	#contentWrapper p{
		font-size: 12px;
	}
	#contentWrapper {
		width: 640px;
	}
	#header{
		text-align: center;
	}
	#date {
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: 2px;
		padding: 10px 0 10px 0;
	}
	#title p{
		font-size: 19px;
		font-family: Georgia, "Times New Roman", Times, serif;
		padding: 0 0 8px 0;
	}
	#published {
		background-color: #f1f6fd;
		padding: 8px 0 4px 0;
		border-top: #CCC 1px dashed;
		border-bottom: #CCC 1px dashed;
	}
	#published p{
		font-size: 11px;
	}
	#content {
		padding: 10px 0 0 0;
	}
	#content p{
		padding: 0 10px 10px 10px;
		line-height: 20px;
	}
	#testimonialImg{
		padding: 4px;
		border: #999999 1px solid;
		margin: 0 8px 10px 12px; 
		float: right;
		width: 250px;
		height: auto;
	}
	blockquote {
		font: 16px Georgia, "Times New Roman", Times, serif;
		width: 200px;
		padding-right: 15px;
		text-indent: -15px;
		float: left;
		margin-top: 20px;
		margin-bottom: 20px;
		
	}
	blockquote:first-letter {
		padding-left: 15px;
		font: 18px Georgia, "Times New Roman", Times, serif;
	}
	#productHeader {
		background-color: #f1f6fd;
		padding: 8px 0 4px 0;
		border-top: #CCC 1px dashed;
		border-bottom: #CCC 1px dashed;
		text-align: center;
	}

	#productHeader p{
		font-size: 11px;
	}
	#productSection {
		text-align: center;
	}
	#footer{
		background-color: #f1f6fd;
		padding: 8px 0 4px 0;
		border-top: #CCC 1px dashed;
		border-bottom: #CCC 1px dashed;
		text-align: center;
		margin: 0 0 20px 0;
		clear: both;
	}
	
	#productSection a {
		font-size: 12px;
		color: #999999;
		text-decoration: none;
	}
	#productSection a:hover {
		color: #003;
		text-decoration: underline;
	}
	#footer a {
		font-size: 12px;
		font-weight: 900;
		color: #333333;
		text-decoration: none;
	}
	#footer a:hover {
		
		color: #003;
		text-decoration: underline;
	}


