@charset "utf-8";
/* CSS Document */

#containernews {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 570px;
	background-color: #FFFFCC;
}




#newsbox{
	padding: 0 0 0 5px;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 265px;
	width: 640px;
	float: left;	
	background-color: #FFFFCC;
	overflow: auto;
	border-left: solid;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	margin-left: 350px
	
}


#bodyconainerRight {
	background: #fff;
	padding: 5px 5px 5px 5px;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*height: 325px;*/
	border-left: solid;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	width: 648px;
	margin-left: 310px;
	min-height: 559px;
	
}

#newsfeed2 {
	background: #ff0;
	padding: 5px 5px 5px 5px;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*height: 325px;*/
	float: left;
	width: 638px;
	margin-top: 10px;
	min-height: 485px;
	
}

#newsNav{
	/*padding: 0 20px;*/ 
	background: #CCCCCC;
	width: 648px;
	height: 50px;
	float: left;
	margin-top: 10px;
	/*margin-left: 5px;*/
				
}

#newsnavcell{
	width: 215px; /*Width of division within sidebare*/
	border-right: solid;
	border-right-color: #fff;
	border-right-width: 1px;
	cursor: hand;
	height: 42px;
	float: left;
	padding: 8px 0 0 0;
	text-align: center;		
	}
	
	
#sidecoll{
	/*padding: 3px 3px 3px 3px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FF0000;
	width: 304px;
	height: 550px;
	float: left;
	border-bottom: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	
	
}

#sideTopdivNews{
	padding: 3px 3px 3px 3px; 
	background: #FFf;
	width: 304px;
	height: 262px;
	float: left;
	border-bottom: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	
	padding-top: 60px;
}



#sidebotnews{
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFf;
	width: 270px;
	height: 240px;
	float: left;

}

