.newcal {
	float: left;
	width: 30;
	height: 16;
	background-image: url(../img/calendar.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.newdate {
	float: left;
	font-size: 10;
	padding-left: 10;
}
.newtitle {
	float: left;
	font-weight: bold;
	font-size: 18;
	color: #cfcecd;
	padding-left: 10;
}
.newtitle a {
	text-decoration: none;
	color: #cfcecd;
}
.newdate a {
	text-decoration: none;
	color: #afaead;
}
.newtitle a:hover {
	text-decoration: underline;
	color: #cfcecd;
}
.newdate a:hover {
	text-decoration: underline;
	color: #cfcecd;
}
.news {
	padding-top: 5;
	padding-left: 10;
}
.newsmore {
	float: right;
	padding-right: 5;
}
.newsmore a {
	text-decoration: none;
	color: #cfcecd;
	font-weight: bold;
	padding-left: 15;
	background-image: url(../img/more.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.newsmore a:hover {
	text-decoration: underline;
	color: #cfcecd;
	font-weight: bold;
	padding-left: 15;
	background-image: url(../img/more.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.newsep {
	height: 20;
	background-image: url(../img/newsep.gif);
	background-position: center;
	margin-left: 14;
	background-repeat: repeat-x;
}
.newsback {
	padding: 0 0 20 15;
}

#plain {
	float: left;
	width: 900;
	//width: 901;
	margin-left: 4;
	//margin-left: 2;
	min-height: 500;
	//height: 500;
	background-image: url(../img/comback.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#plain .in {
	padding: 10 10 0 10;
}
