#display{
	height: 200px;
	margin-bottom: 31px;
	}	

#content{
	margin-bottom: 15px;
	min-height: 296px;
	}

	#contLf{
			float: left;
			width: 450px;
			margin-right: 50px;
			}
	
	#contRt{
			float: left;
			width: 450px;
			text-align: right;
			}
			
	/*#contLf .literature-container{
		width: 200px;
		margin-right: 15px;
		float: left;
		}*/
		
	#contLf .literature-container {
    background-color:#EAEAEA;
    border-bottom:1px solid white;
    float:left;
    margin:0 15px 0 0;
    padding:5px;
    width:450px;
    }