html {overflow-y: scroll}

body {
	text-align: center;
	background-image: url(/images/bgtile2.jpg);
	background-repeat: repeat;
}

h1 {
	font-family: sans-serif;
	text-align: center;
}

a {
	text-decoration: none;
	color: #000;
}

img:hover {
	outline: 3px solid gray;
} 

img.disabled, img.disabled:hover{
    outline: red;
}

#text {
	margin-right: 25%;
	margin-left: 25%;
	text-align: left;
	font-family: sans-serif;
}
#text_bio {
	margin-right: 25%;
	margin-left: 25%;
	text-align: center;
	font-family: sans-serif;
}

.clearboth {
    clear: both; 
}
.toolbar {
    padding: 1px 0px 3px 0px;
}
.menu {
	color: #0000CC;
	font-family: cursive;
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: 0.3ex;
	text-decoration: none;
	padding: 3px 15px 3px 15px;
}

.paintings {
	width: 1400px;
	margin: 0 auto;



	auto;
	max-width: 100%;
}
div.thumbnail {
	margin: 6px;
	padding: 6px;
	height: 300px;
	display: inline-block;
	vertical-align: middle;
}
  
div.thumbnail_wide {
	margin: 6px;
	padding: 6px;
	height: 240px;
	display: inline-block;
	vertical-align: middle;
	padding-top: 50px;
}

#closeparagraph {
	margin-bottom: -15px;
	text-align: center;
}
#copyright {
	clear: both;
	text-align: center;
	font-family: cursive;
	font-size: 8pt;
	font-style: italic;
	padding: 0px 0px 0px 0px;
	margin-right: 10%;
	margin-left: 10%;
}
#copyright-white {
	clear: both;
	text-align: center;
	font-family: cursive;
	font-size: 8pt;
	font-style: italic;
	padding: 0px 0px 0px 0px;
	margin-right: 10%;
	margin-left: 10%;
	color: white;
}
