body,table{
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	white-space:normal;
}
#container{
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	width:auto;
	height:99%;
	/*border:1px dashed fuchsia;*/
	visibility:visible;
}
#main{
	position:relative;
	top:auto;
	left:auto;
	margin:0px;
	padding:0px;
	width:970px;
	height:560px;
	/*border:1px dashed aqua;*/
	text-align:left;
	visibility:visible;
}
#nav{
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	width:970px;
	height:38px;
	/*border:1px dashed orange;*/
	text-align:left;
	visibility:visible;
	white-space:normal;
}
#artwork{
	position:relative;
	top:11px;
	margin:0px;
	padding:0px;
	width:970px;
	height:427px;
	/*border:1px dashed orange;*/
	text-align:middle;
	visibility:visible;
}
#bnav{
	position:relative;
	top:20px;
	left:0px;
	margin:0px;
	padding:0px;
	width:970px;
	height:47px;
	/*border:1px dashed orange;*/
	text-align:left;
	visibility:visible;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
#bnav a{
	text-decoration:none;
	color:#000000;
}
#bnav a:hover{
	text-decoration:none;
	color:#ec008c;
}
.linksel{
	color:#ec008c;
}
div.line {
	position: relative;
	text-align: center;
	vertical-align:bottom;
	width: 100%;
}
span.left {
	position: absolute;
	left: 0;
	/*border:1px dashed #cccccc;*/
}
span.right {
	position: absolute;
	right: 0;
	/*border:1px dashed #cccccc;*/
}
.centerit{
	margin:0 auto;
	display:block;
	vertical-align:middle;
}

#splash{
	position:relative;
	top:auto;
	left:auto;
	margin:0px;
	padding:0px;
	width:970px;
	height:560px;
	/*border:1px dashed aqua;*/
	text-align:left;
	visibility:visible;
}

#copyright{
	position:relative;
	top:auto;
	left:auto;
	margin:0px;
	margin-top:5px;
	padding:0px;
	width:970px;
	height:15px;
	/*border:1px dashed red;*/
	border-top:1px solid #000000;
	text-align:right;
	visibility:visible;
}