.gallery {
	margin-right: 10px;
	margin-bottom: 10px;
}
.gallery_last {
	margin-bottom: 10px;
}
a:link, a:visited, a:active {
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #999;
	font-weight: normal;
	text-decoration: underline;
}
a.left:link, a.left:visited, a.left:active {
	color: #FFF;
	width: 90%;
	display: block;
	padding: 3px;
	margin-bottom: 10px;
	font-family: verdana, arial, sans-serif;
	border: #666 1px solid;
	background-color: #333;
	font-weight: normal;
	text-decoration: none;
}
a.left:hover {
	color: #FFF;
	width: 90%;
	display: block;
	padding: 3px;
	margin-bottom: 10px;
	font-family: verdana, arial, sans-serif;
	border: #666 1px solid;
	background-color: #666;
	font-weight: normal;
}
a.logo:link, a.logo:visited, a.logo:active {
	font-family: times, times new roman, serif;
	font-size: 24pt;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
a.logo:hover {
	font-family: times, times new roman, serif;
	font-size: 24pt;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}
body {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	background-color: #000;
	text-align: center;
	color: #FFF;
}
body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
div, table, tr, td {
	font-size: 10pt;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px auto;
}
div.background_layer {
	z-index: 1;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url('images/body_background1.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
}
div.body_layer {
	z-index: 2;
	position: relative;
	width: 850px;
	vertical-align: top;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}
div.body_layer_left {
	z-index: 4;
	position: relative;
	float: left;
	width: 190px;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
	padding: 0px;
}
div.body_layer_right {
	z-index: 5;
	position: relative;
	float: right;
	width: 650px;
	text-align: left;
	overflow: hidden;
	vertical-align: top;
	padding: 0px;
}
div.footer_layer {
	z-index: 6;
	position: relative;
	clear: both;
	font-size: 8pt;
	color: #FFF;
	text-align: center;
	padding: 20px;
	padding-left: 0px;
	padding-right: 0px;
}
div.header_layer {
	z-index: 3;
	position: relative;
	text-align: left;
	vertical-align: bottom;
	padding: 20px;
	padding-left: 0px;
	padding-right: 0px;
}
form {
	margin: 0px;
	clear: both;
}
h1 {
	font-size: 24pt;
	font-weight: normal;
}
h2 {
	font-size: 20pt;
	font-weight: normal;
}
h3 {
	font-size: 16pt;
	font-weight: normal;
}
h4 {
	font-size: 12pt;
	font-weight: bold;
}
h1,h2,h3,h4,h5 {
	font-family: times, times new roman, serif;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
img.thumb {
	border: #CCC 2px solid;
}
p {
	clear: both;
}
#clickMe1
{
  display: block;
  width: 312px;
  height: 46px;
  background-image: url("images/democlick.png") no-repeat 0 0;
}

a:hover
{
  background-position: 0 -46px;
}

#clickMe1 span
{
  display: none;
}

