body {
	background-color: #e5e5e5;
	font-family: arial, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	text-align: center;
}

img {
	border: 0;
}

#container {
	width: 840px;
	background-color: #ffffff;
	background-image: url(cont-bg.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
}

#header {
	height: 140px;
	width: 840px;
	overflow: hidden;
	background-image: url(head.jpg);
	background-repeat: no-repeat;
}

#bottom {
	width: 840px;
	background-image: url(btm-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
	color: #cccccc;
	font-size: 80%;
	margin: 0;
	padding: 0;
}
#bottom a, #bottom a:visited {
	color: #c0c0c0;
}
#bottom p {
	padding: 10px 40px 24px 40px;
	clear: both;
}


#menu {
	float: left;
	width: 100px;
	height: 400px;
	margin: 10px 20px 0 32px;
	.margin-left: 16px;
	padding: 0;
}

#menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu a, #menu a:visited {
	display: block;
	background-color: #dff4ff;
	color: #000080;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 2px;
	margin: 10px 0 0 0;
}

#menu a:hover {
	background-color: #3cbcff;
	color: #0020ff;
}

#menu li ul {
	padding: 0;
	margin: 0;
}

#menu li li {
	
}

#menu li li a, #menu li li a:visited {
	background-color: transparent;
	padding: 2px 2px 2px 2px;
	margin: 0;
	font-weight: normal;
	border-bottom: 1px solid #dff4ff;
}

#main {
	padding: 0 32px 40px 20px;
	float: left;
	text-align: center;
	width: 600px;
}
#main p {
	text-align: left;
}

#movie {
	width: 320px;
	height: 240px;
	background-color: #e5e5e5;
	float: right;
}

.paintings div {
	display: inline-block;
	float: left;
	width: 200px;
	height: 140px;
	font-size: 8pt;
}

.gallery {
	margin-top: 8px;
}

.clear {
	clear: both;
}