/* This is the whole content of the body. */
#page {
}

/* This contains the header information. */
#pageHeader {
}

/* This contains the page title information. */
#pageTitle {
}
	/* This contains the title text. */
	#pageTitleText {
	}

/* This contains the navigation menu. */
#pageMenu {
}
	/* This is the list of areas. */
	#pageMenu .areaList {
	}
		/* This is is an area name. */
		#pageMenu .areaList span {
		}
		/* This is a list of pagess in an area. */
		#pageMenu .pageList {
		}
			/* This is a page link. */
			#pageMenu .pageList a {
			}
			/* This is the link (hovered). */
			#pageMenu .pageList a:hover {
			}

/* This contains the page information. */
#pageContent {
}
	/* This is the page content. */
	#pageContent .page {
	}
		/* This is a section in the page. */
		#pageContent .section {
		}
			/* This is an item in a section. */
			#pageContent .item {
			}
				/* This is the name of a field in an item. */
				#pageContent .name {
				}
				/* This is the value of a field in an item. */
				#pageContent .value {
				}
		/* Administration. */
		div .administrateSection {
			border: 1px dashed gray;
			color: #555555;
			background-color: #EEEEEE;
			font-family: Verdana;
			font-size: 12px;
			clear: both;
		}

/* This contains the hit and copyright information. */
#pageFooter {
}

