/**generic**/
/****************************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
#newsWrapper{
	width:1198px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:20px;
	display:table;
}

#newsWrapper a{
	text-decoation:none;
}
				
#newsIntroWrapper{
	width:66%;
	margin-left:15%;
	margin-right:15%;
	margin-bottom:25px;
	padding:2%;
	float:left;	
}

#newsDate{
	width:100%;
	font-size:10px;
	float:left;
}
				
#newsTitle{
	width:100%;
	font-size:27px;
	font-weight:100;
	float:left;
}
				
#textOnly{
	width:100%;
	font-size:16px;
	display:table;	
}

#imageOnly{
	width:100%;
	float:left;	
}

#imageOnly img{
	width:100%;
	display:block;	
}

/*****************/
#textLeft{
	width:58%;
	margin-right: 2%;
	font-size:16px;
	float:left;	
}

#imageRight{
	width:40%;
	float:left;	
}
		
#imageRight img{
	width:100%;
	display:block;	
}
		
/*****************/
#imageLeft{
	width:40%;
	margin-right: 2%;
	float:left;	
}
		
#imageLeft img{
	width:100%;
	display:block;	
}
		
#textRight{
	width:58%;
	font-size:16px;
	float:left;	
}

/****************************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){

#newsWrapper{
	width:1198px;
}

}/**@media**/
/****************************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){

#newsWrapper{
	width:1098px;
}

}/**@media**/
/****************************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){
#newsWrapper{
	width:998px;
}

}/**@media**/
/****************************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){
#newsWrapper{
	width:898px;
}

}/**@media**/
/****************************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){
#newsWrapper{
	width:798px;
}

}/**@media**/
/****************************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){
#newsWrapper{
	width:698px;
}

}/**@media**/
/****************************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){
#newsWrapper{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	padding-top:20px;
	padding-bottom:20px;
	float:left;
}
				
#newsIntroWrapper{
	width:96%;
	margin: 0px;
	padding:2%;
}

}/**@media**/