/* this style sheet is for content pages where there is only two columns */
/* these styles will override the other two previous styles */

#centercolumn {
	width: 545px;
}
#leftcolumn {
	margin-left: -757px;
}
#wrap {
	background-image: url(../images/contentcolumns.gif);
	}
	
#footer  {
	background-image: url(../images/contentfooter.gif);
}
.maintitle {
	width: 545px;
}
.samplecode {
	color: #993300;
	font-size: 1.2em;
}
.note {
	font-size: .7em;
	color: #666666;
}
