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



#aboutblog {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #a89a78;
	padding-top: 25px;
	background-image: url(../images/newsbg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#mainlf img {
	max-width: 200px;
	float: left;
	margin-bottom: 10px;
	width: expression(this.width > 200 ? 200: true);
}
#oneimage a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#oneimage {
	text-align: justify;
}
#oneimage td {
	background-position: center;
}
#oneimage p {
	text-align: justify;
	padding-left: 5px;
	
}
#noimage {
	text-align: justify;
}
#oneimage img {
	max-width: 550px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	max-height: 150px;
	width: expression(this.width > 550 ? 550: true);
}
#twoimage td {
	padding: 5px;
}
#twoimage p {
	text-align: justify;
	display: block;
	padding-left: 12px;
	width: 545px;
}

#twoimage {
	text-align: justify;
	width: 525px;
	max-width: 745px;
}
#twoimage img {
	max-width: 350px;
	width: expression(this.width > 350 ? 350: true);
}

#threeimage {
	text-align: justify;
	width: 555px;
	max-width: 555px;
}
#threeimage img {
	max-width: 275px;
	width: expression(this.width > 260 ? 260: true);
}
#threeimage td {
	padding: 2px;
}
#threeimage p {
	text-align: justify;
	display: block;
	padding-left: 12px;
}

