/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
}

/** MENU */

#menu {
}

/** PAGE */

#page {
}

/** CONTENT */

#content {
}

/** SIDEBAR */

#sidebar {
}

/** FOOTER */

#footer {
}

/** Metadata display **/

.image1 {

	padding: 0 0 0 0px;
}

.creditline {

	padding: 0 0 0 20px;
	font-size: 0.8em;
}

.caption {

	padding: 10px 0;
}

/** special display **/
.code {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #00C;
}


.aListItem1 {
	list-style: circle outside;
}