div.container {
	border: 1px solid #000000;
}

div.left {
	width: 280px;
	float: left;
}

div.right {
	width: 280px;
	float: left;
	margin-left: 20px;
}

.floatbox {
  float: right;
  width: 200px;
  height: Auto;
  margin: 0px 0 20px 20px;
  clear: right;
  /*This last value applies the 100px left margin */
  }
  
.floatbox2 {
  float: left;
  width: 200px;
  height: Auto;
  margin: 20px 20px 20px 0px; 
  /*This last value applies the 100px left margin */
  }  

.quote {
	margin:          0;
	font-weight:     normal;
	color:           #000000;
	font-size:       1.8em;
	font-family: Times;
	font-style: Italic;
	}
	
.table {
width: 100%;
height: 100%;
}

#easyscroll{
	background:#fff;
	margin:1em 0;
	/* add additional styling */
	width:590px;
	}	

	/* easyscroll navigation buttons */	

	#easyscrollnav, #easyscrollnav li{
		height:8px;
		line-height:8px;
		margin:0;	
		padding:0;
		}	
	#easyscrollnav{
		margin:1em 0;	
		}			
	#easyscrollnav li{
		list-style:none;
		float:left;
		background:#fff;
		padding:0 10px;
		color:#000;
		cursor:pointer;
		}					
	#easyscrollnav li.over{
		color:#ff0000;
		text-decoration:underline;
		}							

	/* // easyscroll navigation buttons */	

/* // end easyscroll */