/*
	Layout Classes:
	These classes apply to ALL content/review level pages
	NOTE: the #header, #footer, and #left classes are in styles.css
*/
#wrapper {
	position: relative;
	width:780px;
	margin:0 auto;
	background:url(/i/content/content-background.jpg) repeat-y;
}

#wrapperbackground {
	width:780px;		
	background:url(/i/content/content-background-bottom.jpg) no-repeat bottom;
}

#middle {
	float:right;
	width:555px;
	margin-top:140px;
}

#content {
	float:left;
	width:345px;
	padding:15px 10px 20px 10px;
}

#right {
	float:right;
	width:190px;
	background:url(/i/right/right-background.jpg) no-repeat;
}
#right img {
	margin:10px 0 0 10px;
}


/*
	Review Landing Page Classes:
	These classes apply to the landing page for Reviews in each section
*/
#reviewlisting {
	width:335px;
	margin:20px 0 30px 5px;
	font-size:12px;
	background:url(/i/content/content-review-landing-listing-background.jpg) repeat-y;
}

#reviewlistingbullet {
	padding:2px 0 2px 35px;
	background:url(/i/content/content-review-listing-bullet.gif) no-repeat 20px 8px;
	color:#5d5d14;
}
#reviewlistingbullet a {
	font-weight:bold;
	text-decoration:underline;
	color:#5d5d14;
}
#reviewlistingbullet a:hover {
	text-decoration:none;
	color:#5d5d14;
}


/*
	Review Page Classes:
	These classes apply to the review pages in all sections
*/	
#reviewdetails {
	width:335px;
	margin:0 0 30px 5px;
	font-size:12px;
	background:url(/i/content/content-review-details-background.jpg) repeat-y;
}

#reviewdetails p {
	padding:0 10px 0 10px;
	margin-top:20px;
	font-size:16px;
}

#reviewdetailsbullet {
	padding:2px 20px 2px 30px;
	background:url(/i/content/content-review-details-bullet.gif) no-repeat 20px 8px;
	color:#5d5d14;
}
#reviewdetailsbullet a {
	font-weight:bold;
	text-decoration:underline;
	color:#ca0ca4;
}
#reviewdetailsbullet a:hover {
	text-decoration:none;
	color:#ca0ca4;
}

#reviewcontentimage {
	float:left;
	margin:0 10px 10px 0;
}

#reviewreturnbutton {
	text-align:right;
	margin:10px 0 10px 0;
}