/* Contains code  relating to the StaplReview pages(review.html and pastreviews.html */
#reviewcontainer {  /* Container for the two seperate columns for the StaplReview page(review.html) */
 	max-width: 100%;
}	

.issueleft { /* This container floats the StaplReview image left in the content div */
	float: left;
}

.issueleft img { /* Makes border around img black */
	border: 2px solid #000;
	padding: 0px;
}

.issueleft a { /* Used to underline the links */
	text-decoration: underline;
}

.issuespacer { /* Used to create a little space between the photos where Spring 07 image is a little smaller than other images */
               /* This may need to be taken out when a new image is added */
	padding-top: 2px;
}

.issuecenter { /* Used to center the links underneath the StaplReview image */
	text-align: center;
	padding-bottom: 10px;
}

.issueright { /* This container floats the StaplReview image left in the content div */
	float: right; 
}

.issueright img { /* Makes border around img black */
	border: 2px solid #000;
	padding: 0px;
}

.issueright a { /* Used to underline the links */
	text-decoration: underline;
}