body {
	background-color: #212121;
	margin: 5px;
}




#header {
	height: 50px;
	width: 750px;
	left: 0px;
	top: 0px;
	background-image: url(../batik_img/batik_gallery_header.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#header_en {
	height: 50px;
	width: 750px;
	left: 0px;
	top: 0px;
	background-image: url(../batik_img/batik_gallery_header_en.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #212121;
	height: auto;
}
#paintings {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
	margin-top: 20px;
	margin-bottom: 20px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #555;
}
#left_table {
	float: left;
	width: 340px;
	margin-left: 25px;
	border: 1px solid #212121;
	margin-bottom: 20px;
}
#left_table td {
	padding: 0px 0px 5px 7px;
}
#left_table th {
	padding: 3px 0px 0px 7px;
	text-align: left;
	vertical-align: bottom;
	color: #DCB98F;
}


#right_table {
	width: 350px;
	float: right;
	margin-right: 25px;
	border: 1px solid #212121;
	margin-bottom: 20px;
}

#right_table td {
	padding: 3px;
	border: 1px solid #212121;
}
