/* page overall: */




body {
    margin:0; 
    padding:0; 
    border:0;
	background-image:url(SpoonGraphics_Pattern.gif);
	
}

#tellpage {
	position:absolute;
	left:0px;
	top:0px;
	width:50px;
	height:300px;
	z-index:1;
	background-color:#202020;
}
#linkholder {
	position:absolute;
	left:762px;
	top:300px;
	width:54px;
	height:298px;
	z-index:4;
}
#chandelier {
	position:absolute;
	left:632px;
	top:0px;
	width:245px;
	height:267px;
	z-index:5;
}
#main {
	position:absolute;
	left:0px;
	top:300px;
	width:760px;
	height:450px;
	z-index:6;
	background-color:#202020;
}

#topinfo {
	position:absolute;
	left:50px;
	top:0px;
	width:575px;
	height:300px;
	z-index:8;
	background-color:#202020;
	text-align:left;	
	
}

#topspacer {
	position:absolute;
	left:625px;
	top:0px;
	width:135px;
	height:300px;
	z-index:2;
	background-color:#202020;
}

.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}

.style3 {
	font-family: "Times New Roman", Times, serif;
	color: #FF6600
}
	
#main a:link {
	color:#000;
}

#main a:hover, #content a:active {
	color:#F60;
}

#main a:visited {
	color:#F60;
}
