@charset "UTF-8";
/* CSS Document */

.background {
	background-color: #009933;
}
.leftSection {
	float: left;
	width: 15%;
	position: absolute;
	background-image: url(../images/decorations/sidebar_left.png);
	background-repeat: repeat-y;
	left: 0;
	top: 0;
	height: 100%;
	background-position: right top;
}
.rightSection {
	float: right;
	width: 15%;
	position: absolute;
	background-image: url(../images/decorations/sidebar_right.png);
	background-repeat: repeat-y;
	height: 100%;
	right: 0px;
	bottom: 0px;
	background-position: left top;
}
.middleSection {
	width: 72%;
	position: absolute;
	left: 14%;
	top: 0px;
	background-color: #FFFFCC;
	height: 100%;
	overflow: auto;
}
.buttonTable {
	text-align: left;
	vertical-align: top;
	overflow: auto;
}
.buttonTableCell {
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-align: left;
}
.contentTable {	
	width: 99%;
}
.paintingsTable {
	width: 100%;
}
.paintingsTableCell {
	text-align: center;
	vertical-align: bottom;
	width: 33%;
	margin-bottom: 40px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
.contents {
	padding: 10px;
}
.picture {
	padding: 5px;
}
.footer {
	text-align: center;
}
