body{
background-repeat:no-repeat;
font-family:arial;
font-size:0.9em;
line-height:130%;
text-align:center;
height:100%;
background-color:#B3A894;
}

#mainContainer h1{
text-align:center;
}

#contentContainer h2{	
margin-top:10px;
}

#mainContainer{
width:755px;
margin:0 auto;
text-align:left;
padding:5px;
margin-top:20px;
border:1px solid #000;
background-color: #FFF;
}

#contentContainer{
float:left;
border:1px solid #000;
background-color: #E8E6D9;
overflow:auto;
margin-right:auto;
margin-left:auto;
padding:10px;
width:730px;
height:390px;
}

#contentContainer .openingText{
color:#ED1B24;
}

#reviewListContainer{
float:left;
height:410px;
overflow:auto;	
width:240px;
border:1px solid #000;
background-color:#B3A894;	
}

.reviewList{
margin:0px;
padding:2px;
}

.reviewList li{
list-style-type:none;
border:1px solid #999;
background-color:#E8E6D9;
height:50px;
margin:1px;
padding:2px;
cursor:pointer;
}

.reviewList li.reviewMouseOver{	
	border:1px solid #000;
}
.reviewList li.reviewClick{	
	border:1px solid #000;
	color:#000;
	background-color:#CE8BA;

}

.keyText{	/* Just a column I use for key text inside reviews - the one with the light blue bg and dotted border */
	background-color:#FFF;
	border:1px dotted #000;
	float:right;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	width:150px;
	padding:3px
}
.clear{
	clear:both;
}