html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.3em;
	padding: 0 30px 20px;
	background: white;
	color: #333;
}
h3 {
	/*
	line-height: 1.05em;
	border-bottom: 1px solid #333;*/
	color:#666;
	font-size: 1.3em;	
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif
}
.galleryview {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.panel-overlay h2,
.panel-overlay p{
	margin: .3em 0;
}
.panel-overlay p {
	line-height: 1.2em;
}

