	div.home-news
		{
			min-height: 380px; 
			height: auto;  
			width: 230px; 
			background: #841C1C; 
			background-image: url('../images/newsbg.png'); 
			background-repeat: no-repeat; 
			background-position: top right; 
			text-align: left; 
			float: left; 
			margin: 5px; 
			margin-top: 0px; 
			margin-right: 0px; 
			margin-bottom: 0px; 
			padding: 5px; 
			border-top: 2px solid #444444; 
			border-bottom: 2px solid #444444;

		}

	div.home-content
		{
			min-height: 380px; 
			height: auto; 
			width: 535px;  
			background: #BCBCBC; 
			background-image: url('../images/objectbg.png'); 
			background-repeat: no-repeat; 
			background-position: top left; 
			text-align: center; 
			float: left; 
			margin: 5px; 
			margin-top: 0px; 
			margin-bottom: 0px; 
			padding: 5px; 
			border-top: 2px solid #444444; 
			border-bottom: 2px solid #444444;
	
		}
