body {
	background: #fff url(images/bg_repeat.gif) repeat-x;
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	font: 12pt Arial, sans-serif;
}

#wrapper {
	margin: 20px 10% 50px 10%;
	min-width: 740px;
	max-width: 850px;
	position: relative;
}
#top {
	height: 60px;
	
}
#header {
	text-align: left;
	float: left;
}
#header h1{
	font-size: 24pt;
	letter-spacing: 0.2em;
	line-height:22pt;
	margin-left: 20px;
	margin-top: 0;
	width: 440px;
	padding: 0;
}

#painting {
	text-align:center;
}

#bottom {
	padding: 30px 30px 0px;
	margin: 10px 20px 10px;
	background-color: #eeeeee;
	border: solid #7298CA 2px;
}
#menu {
	text-align: right;
	padding-right: 20px;
	padding-top:20px;
}
#menuItems {
	list-style: none;
}
#menuItems li {
	display: inline;
	color: #555555;
}
#menuItems a {
	text-decoration:none;
	color: #555555;
}

#menuItems a:hover{
	text-decoration:underline;
	background-color: #999999;
	color: white;
}

.selected { font-weight:bold; }

#paintingInfo {
	margin-left:auto;
	margin-right:auto;
}

#p_info {
	list-style: none;
	padding:0;
}
#p_info li{
	color: #777799;
	display: inline;
	margin: 0;
	padding: 10px 5px;
}
.pinfo {
	font-weight: bold;
	color: rgb(98,106,162);
}
#footer {
	text-align: left;
	color: gray;
	font-size:10pt;
	margin-top:5px;
	margin-left: 20px;
	}
#bio {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 10px;
}

#bio h3 {
	margin-bottom: 0;
	padding-bottom:0;
}
#bio ul { 
	margin:2px;
}
