body
	{
		background-color: #669;
}
	
.page-heading
	{
		border-left: 2px solid #c9c;
		border-top: 2px solid #c9c;
		border-right: 2px solid #c9c;
		width:750px; 
		background-color: #933;		
		color: #fff;
		margin-left:50px;
		margin-bottom:0;
		padding-bottom:0;
	}
	
.page-content
	{
		border-left: 2px solid #c9c;
		border-right: 2px solid #c9c;
		background-color: #fcc;
		color: #000;
		width:730px; 
		margin-left:50px;
		margin-top:0;
		margin-bottom:0;
		padding:10px;
		font-family: sans-serif;
		font-size:.9em;
	}
	
.page-footer
	{
		border-left: 2px solid #c9c;
		border-right: 2px solid #c9c;
		border-bottom: 2px solid #c9c;
		width:750px; 
		background-color: #933;
		color: #fff;
		margin-left:50px;
		margin-top:-10px;
		padding-top:10px;
		text-align:center;
		font-weight:bold;
		padding-bottom:20px;
	}
	
a.page-footer-link
	{
		color: #fff;
	}
	
.bio
	{
		margin:25px;
		background-color:#ccf;
		border:2px dotted #006;
		color: #000;
		font-style:italic;
		padding:10px;
	}
	
.title-art {
		border:1px solid #000;
	}
	
.section-nav
	{
		padding-left:20px;
		padding-top:10px;
		padding-right:20px;
		padding-bottom:10px;
		margin-right:0;
		margin-bottom:0px;
		border:1px solid #000;
		background-color: #ccf;
		color: #006;
		font-weight:bold;
	}
	
h1
	{
		font-size: 2em;
		font-weight: bold;
		font-family: serif;
		color: #fff;
	}
	
h2
	{
		font-size: 1.3em;
		font-weight: bold;
		font-family: serif;
		color: #fff;
	}
	
h2.artwork
	{
		font-size: 1.3em;
		font-weight: bold;
		font-family: serif;
		color: #006;
	}
	
.picks
	{
		margin-top:10px;
		padding-top:0;
		color:#006;
		margin-bottom:5px;
		padding-bottom:0;
	}
	
h3 {
		font-size: 1.2em;
		font-weight:bold;
		font-family:serif;
		color: #339;
	}
	
.left 
	{
		text-align:left; 
	}
	
.centered
	{
		text-align:center;
	}
	
.right 
	{
		text-align:right; 
	}
	
.gallery 
	{
		border:1px solid #000; 
	}
	
.masthead {
	margin-bottom:20px;
	font-size:1.1em;
}

.features {
	text-align:center;
	margin-top:10px;
	background-color:#ccf;
	border:2px dotted #006;
	color:#000;
	font-weight:bold;
	}

