body {
	margin: 0;
	padding: 0;
	/*background-color: #2F293E;*/
	background-color:#0E2625;
	color: #EEEEEE;
	font-family: helvetica, arial, sans-serif;
	/*font-family: georgia, times, serif;*/
	font-size: 100%;
	text-align:center;
}
#wrapper {
	width: 680px;
	margin: auto;
	padding-top: 20px;
	text-align: center;

}
#header {border-bottom: 1px solid #ddd;}

#header h1 { 
	font-size: 2em; 
	margin-bottom: 2px;text-transform: uppercase;
	}
	
#header p {
	margin-top:6px; 
	font-size: 1em;  }
	
#main  {font-size:.8em;}
#main img {padding-bottom:6px;}
#main h2 {padding-top:10px;text-transform: uppercase;}

#painting {
	
	text-align: center;
	padding: 0; margin: 0;
}
.thumb {float:left;padding:10px;}
.thumb img {margin-bottom:6px;}

#contact {font-size:80%;margin-top:30px;clear:both;border-top:1px solid #ddd;}
#contact h2 {text-transform: uppercase;
				margin-bottom: 2px; margin-top:10px;
				font-size: 1.2em;}

/*img {
	border: 2px solid #111;
	margin: 6px; 
}
a:hover img {border:2px solid #91D6D2}*/

ul {
	margin-left: 0;
	padding: 0;
	margin-top: 0;
	
}
li {
	list-style: none;
	padding-bottom: 4px;
}
a {
	text-decoration: none;
	color: #eee;
}
a:hover {
	
	color: #91D6D2;
}
.caption {
	font-size: .8em; 
	padding-top:4px;
	
}
.caption .title {
	font-style: italic;
}