html {
	margin: 0;
	background-color: /*#F0F0F0;*/ #221111;
}

body {
	margin: 1%;
	padding: 1%;
	background-color: #403E34;
}

a {
	color: #000000;
}

img {
	border: 1px solid black;
}

p {
	padding: 1%;
	background-color: #EEDECE;
	border: solid black 1px;
	color: #000000;
}

h1 {
	letter-spacing: 1.5em;
	color: white;
	margin-bottom: 3%;
	font-weight: normal;
}

h2 {
	font-size: 1.0em;
	background-color: #EEDECE;
	display: inline-block;
	padding: 1%;
	font-weight: normal;
	border-left-style: solid;
	border-left-width: 4px;
	border-left-color: #221111;
}

div.menu {
	margin: 2%;
	text-align: center;
	margin-bottom: 8%;
}

.menu a {
	padding: 10px;
	text-decoration: none;
	/*background-color: #CCCCFF#523264;*/
	background-color: #6666EE;
	color: #000000;
	border-width: 6px;
	border-style: double;
	border-color: #DBDB70;
	-moz-border-radius: 20px;
	margin: 1%;
}

.menu a:hover {
	background-color: #AAAAEE;
	color: black;
}

.menu a.current {
	/* background-color: #FFCCCC; */
	display: none;
}

.flags {
	/*text-align: center;*/
	padding-top: 3%;
}

.flags a.current {
	/* display: none; */
}

.flags img {
	width: 60px;
	height: 36px;
}

.smallflags img {
	width: 60px;
	height: 36px;
}

.paintings {
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}

.paintings div {
	margin-bottom: 10%;
}

table.paintings {
	border-collapse: collapsing;
	border-spacing: 20pt;
}

.paintings img {
	width: 60%;
}

.paintings span.note {
	font-style: italic;
}

.album {
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
}

img.portrait {
	width: 49%;
}

img.landscape {
	width: 75%;
}

.paintings p {
	display: inline-block;
	margin-top: 0.5%;
	background-color: #556655;
}

.paintings p.hi {
	background-color: #AACCAA;
	margin-top: 2%;
}

.paintings p.higher {
	background-color: #AACCAA;
	margin-top: 2%;
	font-size: 1.4em;
	font-family: sans-serif;
}

.sonsofsun img {
	width: 17%;
}

img.apollo {
	width: 30%;
	float: right;
}

.album p {
	padding: 1%;
}

p.quote {
	border-bottom: 0;
	margin-bottom: 0;
}

p.quotee {
	text-align: right;
	border-top: 0;
	margin-top: 0;
}
