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

#threecells {
	clear: both;
	line-height: normal;
}

#threecells div {
margin-bottom:20px;
margin-top:10px;
	float: left;
	font-size: ;
	clear: right;
}


.forthimg {
	border: 1px solid #eee;
	padding: 1px;
}

#cell_1 {
	border: 3px solid #eeeeee;
	padding: 6px 6px 0px 6px;
	width: 174px;
	background-image:url(../images/cellbg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}



#cell_2 {
	border: 3px solid #eeeeee;
	padding: 6px 6px 0px 6px;
	width: 174px;
	background-image:url(../images/cellbg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	margin: 0 20px;
}


#cell_3 {
	border: 3px solid #eeeeee;
	padding: 6px 6px 0px 6px;
	width: 174px;
	background-image:url(../images/cellbg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	
}




/* News cells */



#threeNewscells {
	clear: both;
	line-height: normal;
	
}

#threeNewscells div {
margin-bottom:20px;
	float: left;
	font-size: ;
	clear: right;
}

#threeNewscells a.normal {
background: transparent;
width:auto;
height:auto;
padding: 0px;
border: 0px;
margin: 0px 5px 0 0;
}


#threeNewscells span {
	display: none;
}

#newscell_1 {
	padding: 0px;
	width: 170px;
}

#newscell_2 {
	padding: 0px 22px;
	width: 170px;
	margin: 0 26px;
	background-image:url(../images/bgnews.jpg);
	background-position: left;
	background-repeat:no-repeat;
}

#newscell_3 {
	padding: 0px;
	width: 170px;
}

