body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: 0 none;
}
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #db6410;
    line-height: 1.4;
}
div {
	position :relative;
	margin: 0;
	padding: 0;
}
iframe {
	background: transparent none;
}
img { 
	border: 0 none; 
	vertical-align: top;
}
table, tbody, thead, tfoot, tr, td, th, 
form, input, select, a {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background-color: inherit;
}
h1 {
 	font-family: inherit;
	color: #005350;
	background-color: inherit;
}

h2, h3, h4, h5, h6 {
	font-family: inherit;
	color: inherit;
	background-color: inherit;
}
form {
	padding: 0;
	margin: 0;
}
a, a:link, a:visited, a:hover, a:active {

    font-weight: normal;
	color: #469C15;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
    color: #000000;
}
/* ==== GALLERY ==== */
ul.galleryThumbnails {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.galleryThumbnails li {
	float: left;
	padding: 0 15px;
	display: block;
	height: 140px;
}
.galleryThumbImage {
	display: block;
	border: 1px solid #999999;
}
.galleryThumbTitle {
	display: block;
	text-align: center;
	font-weight: normal;
}
#sb-title-inner a {
	color: #ffffff;
	background-color: inherit;
	text-decoration: underline;
}
#sb-title-inner a:hover {
	text-decoration: none;
}

