/* just for the index pages */

	div.row {
		width: 776px;
		margin: 0px auto 0px auto;
		text-align: center;
		font-weight: bold;
		font-size: 15px;
	}
	
	div.section4 {
		width: 25%;
		float: left;
	}
	
	div.section3 {
		width: 33%;
		float: left;
	}
	
	div.section1 {
		width: 100%;
		float: left;
	}
	
	div.spacer {
		clear: both;
		margin: 0px 0px 30px 0px;
	}
	
/* just for the review pages */
	
	div.reviewname {
		color: #006600;
		font-weight: bold;
		margin: 20px 0px 0px 75%;
	}
	
	div.reviewtitle {
		font-weight: bold;
		font-size: 18px;
		text-align: center;
		margin-bottom: 13px;
	}
	
	img.reviewimgleft {
		float: left;
		margin: 0px 10px 10px 0px;
		border: 0px;
	}
	
	img.reviewimgright {
		float: right;
		margin: 0px 0px 10px 10px;
		border: 0px;
	}

	
/* for Chris Ceder's tables */
	
	div.ceder {
		width: 455px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	
	div.cedercol {
		float: left;
		text-align: left;
	}
	
	div.cederspacer {
		clear: both;
		margin: 0px 0px 0px 0px;
	}