@charset "utf-8";

* {
	margin : 0;
	padding : 0;
	border : none;
	background : transparent;
	font : normal normal 100% arial,helvetica,sans-serif;
}
body {
	font-size : 62.5%;
	letter-spacing : 1px;
	overflow-y:scroll;
}

h1 {
	background : #787878;
	margin-bottom : 10px;
	padding : 0 40px 0 40px;
	color : #fff;
	font-size : 1.3em;
	line-height : 1.8em;
}
h2 {
	margin-bottom : 10px;
	padding : 0 40px 0 40px;
	border-bottom : 1px solid #787878;
	font-size : 1.3em;
	line-height : 1.6em;
}
p {
	margin : 5px 40px 15px 40px;
	font-size : 1.3em;
}
p.thumbs_center {
	text-align : center;
}

div.column3 {
	margin : 0 auto 10px auto;
	width : 600px;
	text-align : center;
}
div.column3 p {
	float : left;
	margin : 0 10px 10px 10px;
	width : 180px;
	text-align : center;
}
*html div.column3 p {
	margin : 0 5px 10px 5px;
}
hr {
	clear : both;
	visibility : hidden;
	display : block;
	margin : -10px 0 0 0;
	height : 1px;
}

#jquery-lightbox {
	top: 20px !important;
}