#content {     
    	height: 550px;
    	overflow: scroll;
	overflow-style: auto;
	margin-left: 250px;
	width: 550px;
        }
 #contentLeft {     
    	height: 550px;
    	overflow: scroll;
	overflow-style: auto;
	 
        }
#contentBorder {
    background:#ccbba2;
    border: 1px solid #E0751A;
    height: auto;
    left: 60px;
    padding: 10px 6px;
    position: absolute;
    top: 550px;
    width: 100px;
    z-index: 83;
    color: #73221f;
}
#contentBorder p, #contentBorder a, #contentBorder h1 {
    color: #73221f;
}