body {font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	min-width: 1010px;
	text-align: center;
	}
	
@font-face {
    font-family: "Palatino Linotype";
    font-style:  normal;
    font-weight: normal;
    src: url(fonts/PALATIN2.eot);
  }
  
#border {
	width: 1010px;
	height: 645px;
	border-top: solid #999999 2px;
	border-right: solid #999999 2px;
	border-bottom: solid #999999 2px;
	border-left: solid #999999 2px;
}

#top {
	height: 35px;
	background-color:#000000;
	color:#000000;
}

#title {
	height: 65px;
	background-color:#000000;
	color:#000000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: "Palatino Linotype", Arial;
	font-size: x-large;
	padding: 0px 10px 0px 0px;
}
#title img {
	display:block;
	float:right;
	height:36px;
	width:461px;
}

#images {
	position: relative;
	z-index:1;
	top: 0px;
	right: 0px;
}

img {
	position: relative;
	z-index:2;
	border: none #999999 0px;
	height:505px;
	width:1006px;
	}
	
img.duplicate {
	position: absolute;
	z-index:2;
	border: none #999999 0px;
	height:505px;
	width:1006px;
	}
	
#welcomerel {
	z-index:3;
	position: relative;
	top: 0px;
	right: 0px;
}

#welcome {
	z-index:3;
	position: absolute;
	top: -150px;
	right: 0px;
	height: 50px;
	line-height: 25px;
	width:100%;
	background-color:#000000;
	color:#000000;
	font-size: x-large;
	font-family: "Palatino Linotype", Arial;
	letter-spacing: 1px;
	padding:7px 0px 0px 0px;

}

#welcomeclick {
	color: #000000;
	font-size: xx-small;
	letter-spacing: 0px;
	vertical-align: top;
}

#footer {
	background-color:#000000;
	color:#000000;
	height: 40px;
	font-size: x-small;
	font-family: Arial;
	align:center;
}

#footergrp {
	margin:0 auto;
	width: 600px;
}

#footeritem {
	display:block;
	float: right;
	Width:200px;
	padding: 12px 0px 0px 0px;
}

.strongtext {font-weight: bold;}
.xxsmalltext {font-size: xx-small;}
.xsmalltext {font-size: x-small;}
.smalltext {font-size: small;}
.largetext {font-size: large;}

A 			{ color: #e5e5e5; text-decoration: none; }
A:link		{ color: #e5e5e5; text-decoration: none; }
A:visited	{ color: #e5e5e5; text-decoration: none; }
A:active	{ color: #e5e5e5; }
A:hover		{ color: #e5e5e5; text-decoration: underline;}

