* {
	font-family: Calibri, Verdana;
	font-size: 12px;
}

body {
	background-color: #000000;
	margin: 0px;
}

div.section_heading {
	background-color: black;
	color: white;
	padding: 5px;
}

div.section_display {
	padding: 5px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

td {
	vertical-align: top;
}

div.section_container {
	border: none;
	padding: 0px;
	background: bottom left repeat-x fixed url(../img/section_background_gradient.png) #ffffff;
	color: #000000;
}

table.section_header_container {
	background: url(../img/section_header_gradient.png) repeat-x top left;
	height: 32px;
	width: 100%;
}

td.section_header_text {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
	padding-left: 5px;
}

td.section_pagination {
	text-align: right;
	padding-right: 5px;
	vertical-align: middle;
	font-size: 12px;
	color: #000000;
}

a.section_pagination {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a.section_pagination:hover {
	color: #00ff00;
}

div.section_content {
	padding: 5px;
	color: #000000;
	overflow: auto;
}

#main_table {
	margin: auto;
}

#flipbook {
	text-align: center;
}

#flipbook img {
	border: solid 1px #000000;
}

#flipbook div.caption {
	margin-top: 5px;
	font-size: 11px;
}

a.link_item {
	display: block;
	padding: 5px;
	font-size: 12px;
	text-decoration: none;
	color: #330033;
}

a.link_item:hover {
	text-decoration: underline;
	color: #990099;
	background-color: #ffeeff;
}

div.content_item {
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	border-bottom: solid 1px #cccccc;
}

div.content_item .title {
	font-weight: bold;
	font-size: 125%;
}

div.content_item .subtitle {
	font-weight: bold;
	margin-bottom: 5px;
}

div.content_item .copy {
	margin-top: 10px 0 5px 0;
}

div.content_item .small_image {
	margin: 0 5px 5px 0;
	float: left;
	border: 0;
}

.center {
	text-align: center;
}

#album_notes {
	background-color: #ffffff;
	margin: 10px;
}

#content_rectangle_outer {
	background: url(../img/big_gray_round_rectangle_top.png) top center no-repeat;
	width: 980px;
	padding-top: 20px;
	margin: 10px auto 0 auto;
}

#content_rectangle_inner {
	text-align: center;
	background: url(../img/big_gray_round_rectangle_bottom.png) bottom center no-repeat;
	padding-bottom: 20px;
}