/** CSS for page */
/** Sample selectors:
.page.show-item { }
.page.show-1 { }
.page.show-1 .intro { }
.page.show-2 { }
.page.show-item .title { }
.page.list-items { }
*/

/* page_show_2 two column styles */
.page.show-2 {
	width:750px;
}

.page.show-2 .intro {
	width:325px;
	float:left;
}

.page.show-2 .text {
	width:325px;
	float:left;
}

.page.show-2 .text2 {
	width:325px;
	float:right;
}

.page.show-2 .footnote {
	width:100%;
}
/* -------------------------------- */