<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

html, body {
margin: 0px;
padding: 0px 0px 0px 0px;
}

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #aa966c;
	background-color:#000;
	overflow-y: auto;
	overflow-x: hidden;
	text-decoration: none;
}

.lh_previews { 
line-height: 10px; 
}

#content {
	width: 960px;
	height:auto;
	max-width:960px;
	min-width:900px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	text-align: left;
	overflow:auto;
	z-index:2;
}

.column {
	width: 50%;
	position: absolute;
	top: 0;
	z-index:-1;
}

.left {
	left: 0;
}
.right {
	right: 0;
}
a:link {
	color: #aa966c;
}
a:visited {
	color: #aa966c;
}
a:hover {
	color: #aa966c;
}
a:active {
	color: #aa966c;
}
#leftcol {
	margin-right: 480px;
	height: 1916px;

	background-image: url(../joinpage/leftside.jpg);
	background-repeat: repeat-y;
	/* background-position: 0px 0px; */
	background-position: top right
}
#rightcol {
	margin-left: 480px;
	height: 1916px;

	background-image: url(../joinpage/rightside.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	/* background-position: 0px 0px; */
}
#contentheader {
	width: 960px;
	height:auto;
	max-width:960px;
	min-width:900px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	text-align: left;
	overflow:auto;
	z-index:2;
}
#contentfooter {
	width: 960px;
	height:auto;
	max-width:960px;
	min-width:900px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	text-align: left;
	overflow:auto;
	z-index:2;
	font-size: 5px;
	color: #aa966c;
	overflow-y: auto;
	overflow-x: hidden;
	text-decoration: none;
}
#ownedby {
	font-size: 5px;
	color: #aa966c;
	overflow-y: auto;
	overflow-x: hidden;
	text-decoration: none;
}
</pre></body></html>