/* general styles *************************************************************/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #000;
	color: #fff;
	font: 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	color: #525252;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

img {
	border: none;
}
ul,
ol {
	list-style: none;
}
address {
	font-style: normal;
}

.wrap {
	width: 100%;
	overflow: hidden;
	margin-top: 8px;
}
.wrapper {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.wrapper .centered {
	width: 1000px;
	height: 214px;
	left: 50%;
	top:0;
	margin-left: -500px;
	position: relative;
}
*+html .right-corner {
	left: 999px;
}
.left-corner {
	background: url(left-corner.jpg) no-repeat;
	width: 200px;
	height: 214px;
	position: absolute;
	left: -200px;
	top: 0;
}
.right-corner {
	background: url(right-corner.jpg) no-repeat;
	height: 214px;
	width: 200px;
	left: 1000px;
	top: 0;
	position: absolute;
}
/* page holder ****************************************************************/
#container {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}
/* header *********************************************************************/
.header {
	width: 1000px;
	overflow: hidden;
	height: 231px;
}
.header img {
	float: left;
}

/* main content area **********************************************************/
.title-zone {
	text-align: center;
	margin: 4px 0;
	padding: 0 30px;
}

.bluey A { font-size:22px;color:#3ab1f8; text-decoration:underline;}

.title-zone strong {
	color: #3ab1f8;
	font-size: 18px;
	font-weight: normal;
}
.title-zone p {
	font-size: 12px;
	line-height: 18px;
}
.link-box {
	height: 387px;
	background: url(link-box.jpg) no-repeat 50% 0;
	margin-top: -202px;
	width: 100%;
}
.link-box h2 {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.link-box h2 a {
	text-indent: -9999px;
	position: absolute;
	top: 249px;
	left: 416px;
	background: url(access.gif) no-repeat;
	width: 513px;
	height: 93px;
	display: block;
	overflow: hidden;
}
.main-gal {
	width: 1100px;
	overflow: hidden;
	padding-left: 12px;
}
.main-gal li,
.secondary-gal li {
	float: left;
	padding-left: 9px;
}
.main-gal li img,
.secondary-gal li img {
	display: block;
	padding: 1px;
	background: url(bg-img.gif) no-repeat;
}
.secondary-gal {
	margin: 9px 0 0;
	overflow: hidden;
	width: 650px;
	padding-left: 334px;
	position: relative;
	z-index: 100;
}
/* footer *********************************************************************/
#footer {
	text-align: center;
	color: #525252;
	padding-bottom: 18px;
}
#footer h2 a {
	width: 324px;
	height: 89px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 40px auto 24px;
	background: url(flogo.jpg) no-repeat;
	display: block;
}