/* Start of CMSMS style sheet 'Sidebar' */
.maincontent {
	width:606px;
	height: expression( this.scrollHeight < 400 ? "400px" : "auto" ); /* sets min-height for IE */
	min-height:400px;
	background:url(images/cms/watermark.png) 350px 100px no-repeat;

}
.content {
	width:50%;
}
p.txttitle {
	width: 605px;
}
.title {width:606px;}

/* End of 'Sidebar' */

