@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;
}

#spacer {
	height: 49px;
}


#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: 6400px;

	background-image: url(../index003/sbarleft.jpg);
	background-repeat: no-repeat;
	/* background-position: 0px 0px; */
	background-position: top right
}
#rightcol {
	margin-left: 480px;
	height: 6400px;

	background-image: url(../index003/sbarright.jpg);
	background-repeat: no-repeat;
	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;
}

