	body{
		background: #666666 url('images/backtile.png') center 0px;
		padding: 9px;
	}
	
	h2{
		font: bold 1.75em Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;	
		background: white url('images/line.png') no-repeat 0px 1.5em;
		display: block;
		float: left;
		position: relative;
		left: 100px;
		width: auto;
		margin: -60px 0 0 0;
		padding: 10px;
		text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.15);
		overflow: auto;
	}

	#wrapper{
		max-width: 1013px;
		margin: 0 auto;
		display: block;
	}
	
	#header{
		background: black;
		height: 280px;
		border-width: 1px 0 0 0;
		position: relative;
		display: block;
		overflow: visible;
		z-index: 2;
	}
	
	h1{
		box-shadow : -3px 3px 1px rgba(0, 0, 0, 0.15); 
		-webkit-box-shadow : -3px 3px 1px rgba(0, 0, 0, 0.15);
		-moz-box-shadow : -3px 3px 1px rgba(0, 0, 0, 0.15);
		background: black url('images/reflect.png') repeat-x 0px 34px;	
		display: block;
		border: solid black 1px;
		border-width: 1px 0 0 0;
	}
	
	h1 img{
		margin: 13px 0 0 0;
		display: block;
	}
	
	#menu{
		background: transparent url('images/banner.jpg') no-repeat 0 0px;
		padding-top: 204px;
		border: solid;
		border-width: 0 9px 0 9px;
		box-shadow : -3px 3px 1px rgba(0, 0, 0, 0.15); 
		-webkit-box-shadow : -3px 3px 1px rgba(0, 0, 0, 0.15);
		-moz-box-shadow : -3px 3px 1px rgba(0, 0, 0, 0.15);
	}
	
	#menu ul{
		overflow: auto;
		background: black;
		border: 1px solid;
	}
	
	#menu ul li{
		width: auto;
		float: left;
		display: block;
		border: 0;
		text-align: center;
		margin-left: 2em;
		padding: 10px 0 8px; 
	}
	
	#menu a{
		text-decoration: none;	
		text-transform: uppercase;	
		font: normal 0.8125em Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	}
	
	#menu a:link{ color: #fdd99c; }
	#menu a:visited{ color: orange; }
	#menu a:hover{ color: white; text-shadow: 0 0 4px white;}
	#menu a:active{ color: #FD8; }
	
	
	#content{
		background: white;
		margin: 0 0.4em 0;
		padding: 100px 5px 20px;	
		overflow: auto;
	}

	#content p, #content li{
		/*font: normal 0.8125em Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;	*/
		font: normal 0.8125em Verdana, sans-serif;	
		max-width: 540px;
		text-align: justify;
		line-height: 1.3em;	
		margin: 20px auto;	
	}
	
	#content li{
		padding-left: 0em;
		list-style: square;
	}
	
	#content a{
		font-size: 1em;
	}

	#content a{
		text-decoration: none;
		border-bottom: 1px dotted;
	}

	#content a:link{ color: #aa6741; }
	#content a:visited{ color: #9d690c; }
	#content a:hover{ color: #6a1801; border-bottom: 1px solid; }
	#content a:active{ color: #F70; }
		
	img.illust{
		clear: left;
		float: right;
		border: 9px solid black;
		box-shadow : -3px 3px 0px #c8c8c8; 
		-webkit-box-shadow : -3px 3px 0px #c8c8c8; 
		-moz-box-shadow : -3px 3px 0px #c8c8c8; 
		margin: 0 10% 10px 20px;
	}
	
	img.alt{
		clear: none;
		float: left;
		margin: 0 20px 10px 10%;
	}
	
	img.banner{
		border: solid black;
		border-width: 0px 9px;
		overflow: hidden;
		display: block;
	}

	#footer{
		padding: 10px 16px 14px;
		background: black url('images/footgrad.png') repeat-x bottom;
		box-shadow : -3px 3px 1px rgba(0, 0, 0, 0.15); 
		-webkit-box-shadow : -3px 3px 1px rgba(0, 0, 0, 0.15);
		-moz-box-shadow : -3px 3px 1px rgba(0, 0, 0, 0.15);
		overflow: auto;
		clear: both;
	}
	#footer span{
		font: normal 0.8125em Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;			float: left;
		color: #fdd99c;
	}
	
	#footer a{
		text-decoration: none;	
		border-bottom: 1px dotted;	
		font-size: 1em;
	}
	
	#footer span.civicnet{
		float: right;
		display: block;
	}

	span a:link{ color: #fdd99c; }
	span a:visited{ color: orange; }
	span a:hover{ color: white; text-shadow: 0 0 4px white; }
	span a:active{ color: #FD8; }

/* Gallery Page */

#gallerylist{
	margin:0;
	padding: 0 40px 30px;
	text-align: center;
}

#gallerylist li{
	float: left;
	background: none;
	margin: 0 4px 12px;
	border: solid #b99 1px;	
	width: 160px;
	height: 194px;
	padding: 2px 4px 2px 0;
	overflow: hidden;
	text-align: center;
	list-style: none;
}

#gallerylist img{
	float: none;
	margin: 2px 2px 0;
	padding: 0;
	border: 1px solid black;
}

#gallerylist h6{
	font: normal 1em sans-serif; 
	margin: 0;
	padding: 0;	
}

#gallerylist a:link,#gallerylist a:hover,#gallerylist a:visited,#gallerylist a:active{
	border-bottom: none;
}
#gallerylist a:hover{
	color: #ff1c00;
}

span.sold{
	text-decoration: line-through;
}

#painting img{
	margin: 0 auto;
	display: block;
	clear: left;
}

#painting table{
	box-shadow : -2px 2px 1px rgba(0, 0, 0, 0.15); 
	-webkit-box-shadow : -2px 2px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow : -2px 2px 1px rgba(0, 0, 0, 0.15);
	margin: auto;
}

#painting li{
	list-style: none;
}

#painting td{
	padding: 3px 6px 1px;
	border: solid #ddd;
	border-width: 1px 0;
	background: #EEE;
}

#painting tr:nth-child(odd) td{
	background: white;	
}

div.paintinginfo{
	background: #EEE;
	max-width: 500px;
	border: 1px solid #DDD;
	margin: 20px auto;
	padding: 10px;
}
	
/* News Page */

#archivelist{
	border: black dotted;
	border-width: 0 1px 0 0;
	width: 100px;
	float: left;
	margin: 0px 10px 0 10%;
	padding: 0 20px 0 0;
	text-align: right;
}
#archivelist li{
	list-style: none;
	text-align: right;
}
#archivelist li{
	margin-bottom: 5px;
}

#archivelist div.newsauthor{
	padding-top:3px;
	font-size: 0.75em;
}

#newsitem{
	margin-left: 110px;
}

#newsitem h4{
	margin: 8px 4px;
}
#newsitem h2{
	left:30px;
}
