body, tr, td, a {
background-color: #fff;
color:#333;
font-size:.85em;
font-family:tahoma, sans-serif;
letter-spacing:1px;
outline:none;
}

body {
padding-top: 60px;
}

a {
    padding:5px;
    text-decoration:none;
}

a.ks {
    padding:0px;
}
    
a:hover {
    background:#ccc;
}

.emailbox {
text-align: right;
text-transform:uppercase;
}

span.takethat {
display:none;
}

.menubox {
text-transform:uppercase;
}

.picturebox {
text-align: center;
}

.painting {
text-align: left;
font-size:1em;
padding-right: 50px;

}

#pinned {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 60px;
z-index: 999;
background: #fff;
}

img.painting {
padding-bottom: .5em;
}


ul {
padding-left: 0px;
}

#line {
	width:100%;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom:1px dotted #444;
	}

.footnote {
	position:fixed;
	z-index: 1000;
	font-size:.5em;
	color:#333;
	bottom:5;
	right: 5;
	}