@charset "utf-8";
#maincontent {
	width:70%;  /*100% on inside pages*/
}
/* #news is only on home page */
#news {
	float:left;
	width:30%;
	padding-bottom:8px;
}

