body {
	margin: 50px;
	margin-left: 130px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ccc;
	font-size: 12pt;
	background: #888 url(bg.png) top left repeat-x;
}

.links {
	margin-top: 10px;
}

.links a,
.sub_links a {
	color: #eee;
	text-decoration: underline;
}

.sub_links {
	font-size: 10pt;
	color: #ddd;
	margin-bottom: 30px;
}

.sub_links a {
	display:block;
	float:left;
	padding: 4px 9px;
	/*margin-right: 7px;*/
	margin-bottom: 18px;
	font-size: 10pt;
	/*border: 1px solid #999;*/
	text-decoration: underline;
	color: #ddd;
}

.sub_links a:hover {
	background: #ddd;
	color: #333;
}

a.current {
	font-weight: bold;
	text-decoration: none;
}

.sub_links a.current {
	color: #fff;
	/*border: 1px solid #999;*/
}

.sub_links a.current:hover {
	color: #fff;
	background: transparent;
}

#content {
	color: #f3f3f3;
	padding-bottom:30px;
	font-size: 0.85em;
}

.textpage {
	width: 600px;
}

.painting {
	margin-bottom: 80px;
	display: block !important;
}

.last {
	margin-bottom: 10px;
}

.painting img {
	float:left;
}

.painting .info {
	float:left;
	padding: 10px;
	padding-left: 15px;
	color: #fff;
	font-size:8pt;
	line-height: 160%;
}

.painting .info .title {
	font-weight: bold;
	font-size: 12pt;
	padding-bottom: 3px;
}

.painting .info .sold {
	color: #ccc;
	font-weight: bold;
}

#footer {
	color: #ccc;
	font-size:8pt;
}

.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix{display:inline-block;}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}

.contacttable tr td {
	color: #eee;
	font-size:10pt;
}

.contacttable tr td.label {
	color: #f0f0f0;
	font-size:10pt;
	align: right;
	vertical-align: top;
	padding-top: 3px;
	font-weight: bold;
}

.contacttable input, .contacttable textarea {
	padding:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 1px solid #666;
}