	body{
		background: #660000 url('images/brushed-steel.png') right 0px;
		font-size: 100%;
	}
	
	h2{
		font: bold italic 2em Helvetica, Helvetica Neue, Arial, sans-serif;
		display: block;
		margin-left: -3px;
		text-shadow: -1px 1px 0px #CCC;
	}
	
	p, li{
		font: normal 1em Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
		text-align: left;
		line-height: 1.3em;	
	}
	
	p{
		margin: 20px auto;	
	}
	
	#wrapper{
		background: transparent url('images/metalcorner.png') no-repeat right 194px;	
	}
	
	#header{
		background: black url('images/paintingmedley.jpg') repeat-x center bottom;
		height: 194px;
		border: solid black;
		border-width: 0 0 1px;
	}
	
	h1{		
		background: transparent url('images/blackshine.png') repeat-x;	
		display: block;		
		padding: 8px 63px 0 0;
		font: normal 2em Zapfino, Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
		text-shadow: black -1px -1px 2px;
		text-align: center;
	}
	
	h1 img{
		display: block;
		margin: 0 auto;
	}
	
	h1 a{
		text-decoration: none;
		color: #ffd092;
	}
	
	#menu{
		width: 84%;
		margin: 0 auto;
		padding: 0 24px;
	}
	
	#menu ul{
		width: 100%;
	}
	
	#menu ul li{
		width: auto;
		float: left;
		display: block;
		padding: 10px 26px 8px 0; 
		text-align: center;
		font: normal 1.25em Futura, Century Gothic, AppleGothic, sans-serif;		
		text-shadow : 0px 0px 10px #F90, -1px 1px 0px black;
	}
	
	#menu ul li.store{
		float: right;
		padding: 10px 0 8px 26px; 
	}
	
	#menu a{
		text-decoration: none;	
		white-space: nowrap;
	}
	
	#menu a:link{ color: white; }
	#menu a:visited{ color: white; text-shadow: 0; }
	#menu a:hover{ color: #FFE; border-bottom: 1px dotted white; text-shadow : 0px 0px 10px #FB0; }
	#menu a:active{ color: red; }
	
	
	#content{
		width: 84%;
		margin: 0 auto 26px;
		padding: 23px 24px;	
		clear: left;
		position: relative;
		
		box-shadow : -2px 2px 2px rgba(0, 0, 0, 0.30); 
		-webkit-box-shadow : -2px 2px 2px rgba(0, 0, 0, 0.30);
		-moz-box-shadow : -2px 2px 2px rgba(0, 0, 0, 0.30);
		background: #e1e1e1 url('images/contentback.png') repeat-x;
		border: 1px solid black;
		
		overflow: auto;
	}
	
	#content a{
		text-decoration: none;
		border-bottom: 1px dotted;
	}	
	
	#content a:link{color: #990000}
	#content a:visited{color: #660000}
	#content a:hover{color: #FF0000}
	#content a:active{color: #000000}
	
	#outlets li {
		background: #e1e1e1 url('images/contentback.png') repeat-x;
		border-radius : 4px; -moz-border-radius : 4px; /* Mozilla */-webkit-border-radius : 4px;		
		padding: 5px;
		width: 90%;
		max-width: 500px;
		margin: 10px;
		border: 1px solid #D8D8D8;
		overflow: auto;
		clear: right;
	}
	
	#outlets li:nth-child(even){
		float: right;
		clear: left;
	}
	
	#outlets li li{
		border-radius : none; -moz-border-radius : none; /* Mozilla */-webkit-border-radius : none;	
		margin: 2px 0px;
		width: 16em;	
		background: none;
		border:0;
		overflow: visible;
		float: none;
		clear: left;
	}

	#outlets li li:nth-child(even){
		float: none;
	}
	
#content ul li li{
	width: auto;
}

#outlets img.outletpic{
	float: right;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
	
#outlets li li.view{
	float: right;
	width: 200px;
	clear: right;
}

#outlets li li.first{
	overflow: auto;
}
	
	
	#footer{
		background: black;
		padding: 4px 0;
		text-align: center;
		color: white;
		font: normal 0.75em Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
		line-height: 1.3em;	
	}
	#footer a{
		text-decoration:none;
	}
	
	#footer a:link{ color: white; }
	#footer a:visited{ color: #DDD; }
	#footer a:hover{ color: #fdd99c; border-bottom: 1px dotted white; }
	#footer a:active{ color: red; }

	#footer ul{
		padding:0;
		list-style: none;
	}
	#footer li{
		display: inline;
	}
	#footer li:before{
		content: " - ";
	}
	#footer li:first-child:before{
		display: none;
	}	
	
	img.dragimage{
		clear: left;
		float: right;
		border: 9px solid black;
		box-shadow : -2px 3px 0px #c8c8c8; 
		-webkit-box-shadow : -2px 3px 1px #c8c8c8; 
		-moz-box-shadow : -2px 3px 1px #c8c8c8; 
		margin: 0 0 12px 24px;
	}
	
	img.alt{
		clear: none;
		float: left;
		margin: 0 20px 10px 10%;
	}
	
	div.aside{
		width: 180px;
		float: right;
		background: white;
		padding:8px;
		box-shadow: -2px 3px 2px #c8c8c8; 
		-webkit-box-shadow : -2px 3px 2px #c8c8c8; 
		-moz-box-shadow : -2px 3px 2px #c8c8c8; 
		border: solid black 1px;	
		text-align: center;	
		margin: 0 0 24px 24px;
	}
	
	div.aside p{
		text-align: center;
		font-size: 0.875em;
		color: #ff0000;
	}
	
	div.aside img{
		float: none;
		display: block;
		margin: 0 auto;
		box-shadow: none; 
		-webkit-box-shadow : none;
		-moz-box-shadow : none;
	}

#archivelist{
	border: black dotted;
	border-width: 0 1px 0 0;
	width: 100px;
	float: left;
}

#archivelist li{
	margin-bottom: 5px;
}

#archivelist a{
	line-height: 1.1em;
	font: normal 1em Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
}

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

#newsitem{
	margin-left: 110px;
	overflow: auto;
	max-width: 800px;
	padding: 2px; 
}

#painting{
	text-align: center;
}

div.paintinginfo{
		background: #e1e1e1 url('images/contentback.png') repeat-x;
		border-radius : 4px; -moz-border-radius : 4px; /* Mozilla */-webkit-border-radius : 4px;		
		padding: 5px;
		max-width: 720px;
		margin: 24px auto 0;
		border: 1px solid #D8D8D8;
		overflow: auto;
		clear: right;
		text-align: left;
}

/* Gallery Page */

#gallerylist{
	margin:0;
	padding: 0 40px 30px;
	list-style: none;
	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;
}

#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 table{
	box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
	margin: auto;
	text-align: left;
}

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

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

#painting tr.total td{
	border-top: 3px double #d8d8dA;
	background: #FFF;	
}

/* News */

#archivelist{
	border: black dotted;
	border-width: 0 1px 0 0;
	width: 100px;
	float: left;
}

#archivelist li{
	margin-bottom: 20px;
}

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

#archivelist a{
	font-size: 0.875em;
}

#newsitem{
	margin-left: 110px;
	overflow: auto;
}

h4{
	margin: 8px 4px;
}

label{
	display: block;
}

input{
	display: block;
}

.outcart li{
	margin: 5px 30px;
	border: 1px dotted #AAA;
	padding: 5px;
	
}