/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image:url(bimages/back1.jpg);
	background-repeat:repeat;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing: normal;
	text-align: center;
}

/*********************/
/* TEXT */
/*********************/
P {
	font-family: Verdana, "Lucida Grande", Georgia, arial, serif;
	font-size: 10px;
	line-height: 16px;
	color: #9e8e79;
	text-align: left;
	margin: 0px 0px 12px 0px;
}
h1, h5{
   	font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
	color: #666666;
	font-size: 13px;
}
h2 {
	font-family: trebuchet ms, verdana, arial, serif;
	font-size: 11px;
	color: #2D84B9;
	font-weight: normal;
	font-style: italic;
	margin: 1em 0 0;
	letter-spacing: .04em;
}
h3 {
	font-family: trebuchet ms, verdana, arial, serif;
	font-size: 14px;
	color: #2D84B9;
	font-weight: bold;
	font-style: normal;
	margin: 0 0 1em 0;
}
h4 {
	font-family: Georgia, "Lucida Grande", Verdana;
	font-size: 11px;
	color: #777777;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	margin: 0;
	padding: 8px 0 1px 0;
	font-weight: bolder;
}

/*********************/
/* Containers */
/*********************/
#wrapper {
	text-align: center;
	min-width: 706px;
	position: absolute;
	top: 6%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
#inwrap {
	margin-left: -390px;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 706px;
	height: 650px;
	visibility: visible;
	padding: 0 25px 0 25px;
	text-align: center;
}
#backlit {
	position: absolute;
	width: 100%;
	height: 551px;
	background-color: #949384;
	background-image:url(bimages/backctitle.jpg);
	background-repeat:repeat-x;
	border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #ececec;
	top: 0px;
	left: -50%;
	padding: 0 50% 0 0;
	visibility: visible;
}
#backblur {
	position: absolute;
	background-image: url(bimages/whiteblur2.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 549px;
	margin: 1px 0 0 -150px;
}
div#zlogo {
	position: relative;
	padding: 0 0 2px 544px;
	width: 154px;
	overflow: hidden;
}
div#zup {
	position: absolute;
	width: 40px;
	left: 673px;
	top: 514px;
}
div#zoomimage {
	position: relative;
	padding:0;
	width: 701px;
}
div#zoomtitle {
	position: relative;
	text-align: center;
}

