body {
	background: #2e3436;
}
li a {
	text-decoration: none;
}
label {
	display: block;
}
table {
    border-top: 1px solid #d3dfc7;
    border-right: 1px solid #d3dfc7;
    border-bottom: 1px solid #d3dfc7;
}
tr th, td {
    border-left: 1px solid #d3dfc7; 
}
tr th {
    background: #eeeeec;
    border-bottom: 1px solid #d3dfc7;
}
.container {
	margin-top: 10px;
	background: #fff url('img/bg_contents.png') repeat-y center left;
}
.right {
	padding-right: 5px;
}
div.paging {
	color: #2e3436;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
#contents, #painting, #text, #home {
	color: #2e3436;
	padding: 5px;
}
#paintingsNav {
	text-align: center;
	color: #babdb6;
}
#paintingsNav a {
	text-decoration: none;
}
#contents li.active a {
    color: #000;   
}
#contents li.active {
	border-top: 1px solid #d3d7cf;
	border-bottom: 1px solid #d3d7cf;
}
#painting {
	text-align: center;
}
#painting img {
    border: 1px solid #000;
    background: #eeeeec;
    padding: 5px;
    padding-left: 2px;
    padding-right: 2px;
}
#header, #footer {
	background: #3465a4;
	padding: 5px;
	color: #fff;
}
#header {
	height: 50px;
	background: #3465a4 url('img/bg_header.png') repeat-x top right;
}
#header h1 {
	color: #fff;
}
#footer img {
	float: right;
}
