body {
	background-color: black;
	padding: 0;
	margin: 0;
	font-family: 'Georgia', 'Times New Roman', serif;
}

#container {
	width: 700px;
	margin: 0 auto;
	color: white;
}

span.cleardiv {
	display: block;
	clear: both;
}

h1 {
	display: block;
	width: 400px;
	height: 90px;
	background: transparent url('../images/logo.png') no-repeat 0 0;
	margin: 0 auto;
	text-indent:-9009px;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 1em;
}

#header {
	margin-top: 50px;
}

#nav {
	text-align: center;
	margin-bottom: 2em;
}

#nav ul {
	display: inline;
	width: 100%;
	padding: 0;
}

#nav ul li {
	display: inline;
	list-style: none;
	padding-right: 10px;
}

#nav ul li.last {
	padding-right: 0;
}

#nav ul li a {
	color: white;
}

#nav ul li a:hover {
	color: black;
	background-color: white;
	text-decoration: none;
}

p {
	margin-bottom: 1em;
}

p a {
	color: white;
}

p a:hover {
	color: black;
	background-color: white;
	text-decoration: none;
}

span.highlight {
	color: orange;
}

.gallery {
	margin-left: 15px;
	margin-bottom: 50px;
}

.prints {
	margin-left: 130px;
	margin-bottom: 50px;
}


.painting {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	width: 210px;
}

.painting p {
	text-align: center;
}

.painting.last {
	margin-right: 0;
}

.painting img {
	border: 5px solid white;
}

span.media {
	font-size: 0.8em;
}

div.right {
	float: left;
	margin-right: 5px;
}

img.border {
	border: 5px solid white;
}