@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a:link {
	color:#FFCC00;
}
a:visited {
	color: #FFCC00;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #56bb64;
}

.gemT #copyright a:link {
	color: #56bb64;
}
.gemT #copyright a:visited {
	color: #56bb64;
}
.gemT #copyright a:hover {
	color: #FFFFFF;
}

.gemT #container {
	width: 685px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.gemT #header {
	margin: 0px;

}
.gemT #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
.gemT #footer {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
.gemT #copyright {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 25px;
}
.gemT #fp_showing {
	width:189px;
	height:250px;
	background-image:url(images/sq2.jpg);
	margin:0px;
	color: #FFFFFF;
	text-align: center;
	font-size: 9pt;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	overflow:hidden;
}
.gemT #fp_coming {
	width:190px;
	height:90px;
	background-image:url(images/sq5.jpg);
	background-color:#000000;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 15px;
}
