<?php header("Content-type: text/css; charset: UTF-8"); ?> 
/* ----- Elsewhere redesign 2011 ----- */	
/* Desktop version */

/* When tablet shows desktop version because size is large enough, then try to override the mobile viewport set in HTML meta tag, to show entire desktop design's width */
@viewport {
width: 960px;
}

/* ----- Main framework ----- */	

html{
	height:100%;
	margin: 0px; 
	padding: 0px;
}

body {  
	height:100%;

	background-color: #000000;
 	background-image: url(bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
 
	font: normal 13px Tahoma, Geneva, sans-serif;
	color: #370505;
	margin: 0px; 
	padding: 0px;
	}
	
#header { 
	position: relative;   
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;

	width: 960px; 

	min-height: 705px;
	height: auto !important;
	height: 705px;

	border: none;

 	background-image: url(header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}

#headerSmall { 
	position: relative;   
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;

	width: 960px; 

	min-height: 705px;
	height: auto !important;
	height: 705px;

	border: none;

 	background-image: url(headersp.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}

/* ----- page tab ----- */	

	#tabbox {
	position: absolute;
	left: 240px;
	top: 426px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 11px;
	border: none;
	}

	#tabboxSmall {
	position: absolute;
	left: 240px;
	top: 238px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 11px;
	border: none;
	}
	
	.tabright {
	height: 47px;
	width: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	float: left;
 	background-image: url(tabright.gif);
	background-position: top right;
	background-repeat: no-repeat;
	}
	 	
	.tableft {
	height: 47px;
	width: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	float: left;
 	background-image: url(tableft.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}

	.tabspace {
	height: 47px;
	width: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	float: left;
	background-color: #dde0f0;
	}

	.tabtext {
	height: 47px;
	margin: 0px 0px 0px 0px;
	padding: 2px 4px 0px 4px;
	border: none;
	float: left;
	font: normal 30px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: 7px;
	color: #141c65;
	background-color: #dde0f0;
	}

	.tabpages {
	height: 47px;
	margin: 0px 0px 0px 0px;
	padding: 2px 4px 0px 4px;
	border: none;
	float: left;
	font: normal 30px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: 0px;
	color: #141c65;
	background-color: #dde0f0;
	}
		
.tabpages a, .tabpages a:visited  { 
	display: inline;
	font-size: 15px;
	color: #06063d;
	text-decoration:none;
	padding: 0px 0px 2px 0px;
	}
.tabpages a:hover { 
	display: inline;
	font-size: 15px;
	color: #DA8C11;
	text-decoration:none;
	padding: 0px 0px 2px 0px;
	}
	
.tabpages .nolinkpageturn { 
	display: inline;
	font-size: 15px;
	color: #06063d;
	text-decoration:none;
	padding: 0px 0px 2px 0px;
	}

/* ----- pager extentions ----- */	
#pager {
	position: absolute;
	margin: -4px 0px 0px -12px;
	padding: 0px 0px 0px 11px;
	border: none;
}

#pager .nolinkpageturn { 
	display: inline;
	color: #06063d;
	text-decoration: none;
	padding: 0px 0px 2px 0px;
}
		
/* ----- Menu styling ----- A4B0C8*/	
#menu {
	color: #ffffff;
	border: none;

	position: absolute;
	left: 30px;
	bottom: 22px;
	width: 175px;
	text-align: left;
	}

	
#menu h3 {
	width: 155px;
	margin: 0px 0px 1px 0px;
	padding: 1px 0px 2px 0px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 13px;
	border-bottom: dotted 1px #721a1c;
	}
	
#menu ul {
	list-style: none;
	line-height: 13px;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	}

.mi {
	padding: 1px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 13px;
	font-size: 10px;	
	}

.msi {
	padding: 1px 0px 0px 8px;
	margin: 0px 0px 0px 8px;
	line-height: 10px;
	}
	
#menu .chapter {
	margin-bottom: 2px;
	line-height: 13px;	
	}
	
.mi a, .mi a:visited  { 
	display: inline;
	font: bold 10px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #06063d;
	text-decoration:none;
	padding: 0px 0px 2px 14px;
	background: url(dot.gif) no-repeat left;
	line-height: 13px;
	}

.mi a:hover { 
	display: inline;
	font: bold 10px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #DA8C11;
	text-decoration:none;
	padding: 0px 0px 2px 14px;
	background: url(dothover.gif) no-repeat left;
	line-height: 13px;
	}

.msi a, .msi a:visited  { 
	display: inline;
	font: bold 10px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #06063d;
	text-decoration:none;
	padding: 0px 0px 2px 14px;
	background: url(dot.gif) no-repeat left;
	line-height: 10px;
	}

.msi a:hover { 
	display: inline;
	font: bold 10px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #DA8C11;
	text-decoration:none;
	padding: 0px 0px 2px 14px;
	background: url(dothover.gif) no-repeat left;
	line-height: 10px;
	}
	
	/* ----- Main content ----- */	

.textcontent {
	position: absolute;
	top: 484px;
	left: 214px;
	width: 733px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	z-index:2;	
}

.textcontentSmall {
	position: absolute;
	top: 296px;
	left: 214px;
	width: 733px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	z-index:2;	
}

.textcontentSmall3 {
	position: absolute;
	top: 296px;
	left: 214px;
	width: 733px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	z-index:2;	
}

.textcontentSmall6 {
	position: absolute;
	top: 296px;
	left: 214px;
	width: 733px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	z-index:2;	
}

.spacer50 {
height: 50px;
}

.spacer20 {
height: 20px;
}

.spacer10 {
height: 10px;
}

.spacer4 {
height: 4px;
}

.textcontent a:link, .textcontent a:visited, .textcontentSmall a:link, .textcontentSmall a:visited, .textcontentSmall3 a:link, .textcontentSmall3 a:visited, .textcontentSmall6 a:link, .textcontentSmall6 a:visited { 
	text-decoration: none; 
	color: #990000;
	}

.textcontent a:hover, .textcontentSmall a:hover, .textcontentSmall3 a:hover, .textcontentSmall6 a:hover { 
	text-decoration: underline; 
	color: #06063d;
}

.textblocki {
	width: 733px;
	margin: 0px 0px 10px 0px;
	padding: 14px 0px 0px 0px;
	position: relative;
	text-align: justify;	
	border: 1px solid #06063d;
	background-color: #ffffff;
 	background-image: url(keytop.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #06063d;
	}

.textblockA {
	width: 733px;
	margin: 0px 0px 10px 0px;
	padding: 14px 0px 0px 0px;
	position: relative;

	text-align: justify;	

	border: 1px solid #500808;
	background-color: #ffffff;
 	background-image: url(keytop.gif);
	background-position: bottom right;
	background-repeat: no-repeat;

	color: #370505;
	}

.textblockB {
	width: 733px;
	margin: 0px 0px 10px 0px;
	padding: 14px 0px 0px 0px;
	position: relative;

	text-align: justify;	

	border: 1px solid #500808;
	background-color: #ffffff;
 	background-image: url(keybottom.gif);
	background-position: top right;
	background-repeat: no-repeat;

	color: #370505;
	}
	
.textblockL {
	position: relative;
	width: 361px;
	margin: 0px 0px 10px 0px;
	padding: 14px 0px 0px 0px;

	text-align: justify;	

	border: 1px solid #500808;
	background-color: #ffffff;

	color: #370505;
}

.textblockR {
  position: Absolute;
	left: 371px;
	top: -1px;
	width: 361px;
	margin: 0px 0px 10px 0px;
	padding: 14px 0px 0px 0px;

	text-align: justify;	

	border: 1px solid #500808;
	background-color: #ffffff;

	color: #370505;
}

.textblockOld {
	width: 733px;
	margin: 0px 0px 10px 0px;
	padding: 14px 0px 0px 0px;
	position: relative;

	border: 1px solid #500808;

	color: #000000;
	background-color: #bbbbbb;
 	background-image: url(bgold.jpg);
	background-position: top left;
	background-repeat: repeat;
	font: normal 14px "Times New Roman", Times New Roman, Times, serif;
	}

.textblockR p, .textblockL p {
text-align: left;
}

.intro {
	font-style: italic;
	color: #06063d;
}

.newsintro {
	font-style: italic;
	color: #06063d;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 14px 14px;
}

.elsq {
  color:#06063D;
  font-weight:bold;
}

.elsa {
  color:#370505;
}
	
.textcontent p, .textcontentSmall p, .textcontentSmall3 p, .textcontentSmall6 p {
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 14px 14px;
	}
	
.standardmargins {
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 14px 14px;
	}	

.leftalign {
	text-align: left;	
	}

	
.textblockA ul li, .textblockB ul li, .textblocki ul li
 {
	padding: 0px 14px 0px 0px;
	}		
	
.standardmargins p {
	padding: 0px 0px 0px 0px;
}	
	
.signed {
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 14px 14px;
}
	
.textcontent h1, .textcontentSmall h1, .textcontentSmall3 h1, .textcontentSmall6 h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 2px 14px;
	font: normal 20px Tahoma, Geneva, sans-serif;
	color: #370505;
	}

.details {
	font: bold 13px Tahoma, Geneva, sans-serif;
  color:#141c65;
}	

.footnote a, .footnote a:link, .footnote a:visited, .footnote a:hover  { 
	font: normal 9px Tahoma, Geneva, sans-serif;
  color:#141c65;
}	

.smalldetails {
	font: normal 13px Tahoma, Geneva, sans-serif;
  color:#141c65;
}	
	
.textcontent h2, .textcontentSmall h2, .textcontentSmall3 h2, .textcontentSmall6 h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 2px 14px;
	font: bold 14px Tahoma, Geneva, sans-serif;
	color: #370505;
	}	

.albumtype {
	font: italic 11px Tahoma, Geneva, sans-serif;
	color: #06063d;
}

.tracks {
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 0px 14px;
	border: none;
	}

.Tracktable {
	margin: 0px 0px 0px 60px;
	padding: 0px 14px 0px 14px;
	border: none;
	}

.spotted {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 0px 14px;
	width: 740px;
}

.spotted td {
	border: 1px solid #cccccc;
	padding: 1px 4px 1px 4px;
	text-align:left;
  vertical-align:top;
}

.spotted th
{
	padding: 2px 6px 2px 6px;
background-color:#06063d;
color:#FFFFFF;
}
	
.newsdate {
	text-align: right;
	line-height: 11px;
	font: normal 11px Tahoma, Geneva, sans-serif;
	color: #06063d;
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 0px 14px;	
}
	
.counter {
	position: absolute;
	top: 4px;
	right: 4px;
}
.searchfield {
  width: 274px;
}

.subarticle {
	font: bold 16px Tahoma, Geneva, sans-serif;
}

.dotimage {
	border: none;
}

.textblockOld p {
	font: normal 16px "Times New Roman", Times New Roman, Times, serif;
	color: #000000;
	}

.textblockOld H3 {
	font: bold 19px "Times New Roman", Times New Roman, Times, serif;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 2px 14px;
	}

.textblockOld H2 {
	font: bold 24px "Times New Roman", Times New Roman, Times, serif;
	color: #000000;
	}
	
.textblockOld H1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 2px 14px;
	font: bold 32px "Times New Roman", Times New Roman, Times, serif;
	color: #000000;
	}

.textblockOld H4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 2px 14px;
	font: bold 16px "Times New Roman", Times New Roman, Times, serif;
	color: #000000;
	}

.textblockOld li, textblockA li, textblockB li {
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 2px 14px;
}

.spancolumn {width:366px; padding:0px; float:left;}

.interviewquoteright {
  width: 340px;
	position: relative;
	background-color: #888888;
	float: right;
	margin: 0px 14px 14px 14px;
	padding: 14px 14px 14px 14px;
	color: #FFFFFF;
	text-align: left;
	line-height: 15px;
	font: bold 14px Tahoma, Geneva, sans-serif;
}

.interviewquoteleft {
  width: 340px;
	position: relative;
	background-color: #888888;
	float: left;
	margin: 0px 14px 14px 14px;
	padding: 14px 14px 14px 14px;
	color: #FFFFFF;
	text-align: left;
	line-height: 15px;
	font: bold 14px Tahoma, Geneva, sans-serif;
}

.italiccenter {
	font-style: italic;
	text-align: center;
}

	/* ----- Images and sidebar ----- */	
	
.sidebar{
	width:132px;
	position: absolute;
	left: -161px;
	top: 29px;
	border-right:none;
	border-top:1px solid #500808;
	border-bottom:1px solid #500808;
	border-left:1px solid #500808;
	
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 14px 14px 10px 14px;
}

.sleeve {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin: 0px 0px 4px 0px;
	padding: 0;
	cursor:pointer;
}

.sidecaption{
	font: normal 9px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #06063d;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.imageseparator {
height: 20px;
}

.headerimage {
	border: none;
	display: block;   
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

.inlineimage {
	position: relative;
	border: 1px solid #000000;
	float: right;
	margin: 0px 12px 8px 12px;
}

.inparagraphimage {
	position: relative;
	border: 1px solid #000000;
	float: right;
	margin: 0px 0px 8px 12px;
}

.inparagraphimageactive {
	position: relative;
	border: 1px solid #000000;
	float: right;
	margin: 0px 0px 8px 12px;
	cursor:pointer;
}

.inlineimageactive {
	position: relative;
	border: 1px solid #000000;
	float: right;
	margin: 0px 12px 8px 12px;
	cursor:pointer;	
}

.rowimage {
	position: relative;
	border: 1px solid #000000;
	float: right;
	margin: 0px 9px 8px 0px;
}

.rowimage2 {
	position: relative;
	border: 1px solid #000000;
	float: right;
	margin: 0px 12px 8px 0px;
}

.rowimageactive2 {
	position: relative;
	border: 1px solid #000000;
	float: right;
	margin: 0px 12px 8px 0px;
	cursor:pointer;	
}

.rowimageactive {
	position: relative;
	border: 1px solid #000000;
	float: right;
	margin: 0px 9px 8px 0px;
	cursor:pointer;
}

.rowinvertactive {
	position: relative;
	border: 1px solid #000000;
	float: right;
	margin: 0px 0px 8px 9px;
	cursor:pointer;
}

.inlineborderlessimage {
	position: relative;
	border: none;
	float: right;
	margin: 0px 12px 8px 12px;
}

.rowborderlessimage {
	position: relative;
	border: none;
	float: right;
	margin: 0px 9px 8px 0px;
}

.inlineleft {
	position: relative;
	border: 1px solid #000000;
	float: left;
	margin: 0px 12px 8px 12px;
}

.inlineleftactive {
	position: relative;
	border: 1px solid #000000;
	float: left;
	margin: 0px 12px 8px 12px;
	cursor:pointer;	
}

.inlineleftborderless {
	position: relative;
	border: none;
	float: left;
	margin: 0px 12px 8px 12px;
}

.noborderinline {
	position: relative;
	border: none;
	float: right;
	margin: 0px 12px 8px 12px;
}

.noborderinlineleft {
	position: relative;
	border: none;
	float: left;
	margin: 0px 12px 8px 12px;
}

.noborderinlineactive {
	position: relative;
	border: none;
	float: right;
	margin: 0px 12px 8px 12px;
	cursor:pointer;	
}

.centeredimage {
	border: 1px solid #000000;
	display: block;   
	margin: 0px auto 12px auto;
}

.centeredimageactive {
	border: 1px solid #000000;
	display: block;   
	margin: 0px auto 12px auto;
	cursor:pointer;
}

.centerthecontentOuter {float: left; position: relative; left: 50%;}
.centerthecontentInner {float: left; position: relative; left: -50%;}

.captionbox {
	position: relative;
	float: right;
	margin: 0px 12px 8px 12px;
	padding: 0px 0px 0px 0px;
	background-color: #eaf0fa;
	border: 1px solid #000000;
}

.captionboxcentered {
	position: relative;
	display: block;
	margin: 0px auto 8px auto;
	padding: 0px 0px 0px 0px;
	background-color: #eaf0fa; 
	border: 1px solid #000000;
}

.emptycaptionbox {
	position: relative;
	display: block;
	margin: 0px auto 8px auto;
	padding: 12px 0px 0px 0px;
	background-color: #eaf0fa; 
	border: 1px solid #000000;
}

.emptycaptionbox2 {
	position: relative;
	display: block;
	margin: 0px auto 8px auto;
	padding: 12px 0px 0px 0px;
	background-color: #faf0ea; 
	border: 1px solid #000000;
	color: #900101;
}

.emptycaptionboxRight {
	position: relative;
	float: right;
	display: block;
	margin: 0px 12px 8px 12px;
	padding: 12px 0px 0px 0px;
	background-color: #eaf0fa; 
	border: 1px solid #000000;
}

.groupcaptionboxcentered {
	position: relative;
	display: block;
	margin: 0px auto 8px auto;
	padding: 0px 0px 0px 0px;
	background-color: #eaf0fa; 
	border: 1px solid #000000;
}

.emptycaptionbox li, .emptycaptionboxRight li, .groupcaptionboxcentered li {
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 2px 14px;
}

.enlargerfloat
	{
	position: absolute;
	}

.centerboxes {
	position: relative;
	display: block;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border: none;
}

.linkbox {	
	cursor:pointer;
}

.captionbox img, .captionboxcentered img {
	border: none;
}

.captionbox p, .captionboxcentered p, .groupcaptionboxcentered p {
	margin: 0px 0px 0px 0px;
	padding: 4px 6px 4px 6px;
	border-top: 1px solid #000000;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.rightcaptionboxcentered {
	position: relative;
	display: block;
	margin: 0px auto 8px auto;
	padding: 0px 0px 0px 0px;
	background-color: #eaf0fa; 
	border: 1px solid #000000;
}

.rightcaptionboxcentered p {
	margin: 0px 0px 0px 0px;
	padding: 12px 6px 2px 6px;
	text-align: left;
}

.rightcaptionboxcentered img {
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #000000;
	float: left;
	margin: 0px 16px 0px 0px;
}


.captioncentered {
	margin: 0px 0px 0px 0px;
	padding: 6px 6px 4px 6px;
	border-top: 1px solid #000000;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.gallerycombiner {
	position: relative;
	border: none;
	float: right;
}

.enlarger
	{
	position: relative;
	}
	
#previewpane {
	z-index: -100;
  position: absolute;

	top: 0px;
	left: 0px;
	
	border-right: 1px solid #500808;
	border-top: 1px solid #500808;
	border-bottom: 1px solid #500808;
	border-left: 1px solid #500808;
	
	margin: 0px 0px 0px 0px;
	padding: 14px 14px 14px 14px;

	background-color: #ffffff;
 	background-image: url(keytop.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#previewpane img {
	border: 1px solid #000000;
	cursor:pointer;	
}

	/* ----- Footer ----- */	

#footerpush {
	width: 952px;
	height: 128px;
	position: relative;
	left: -210px;
	z-index:-1;		
}

#footer {
	width: 952px;
	height: 238px;
	position: absolute;
	left: 0px;
	top: -110px;
	z-index:-2;		
 	background-image: url(footer5.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#footertext {
	font: normal 10px Tahoma, Geneva, sans-serif;
	color: #06063d;
	text-decoration:none;
	margin: 0px;
	padding: 0px 8px 0px 0px;
	position: relative;
	top: 110px;
}
#footertext p {
	padding: 0;
	margin: 0px 0px 6px 0px;
	text-align: right;
}

	/* ----- Home active regions ----- */	

#bighome{
	position: absolute;
	width: 720px;
	height: 110px;
	top: 34px;
	left: 220px;
	border: none;
}
#smallhome{
	position: absolute;
	width: 14px;
	height: 76px;
	top: 620px;
	left: 4px;
	border: none;	
}

	/* ----- thumbnail indexes ----- */	

.indexspace {
	padding: 0px 0px 0px 0px;
	margin: 4px 14px 4px 14px;
	border: none;
	position: relative;
	}

.indexthumb {
	border: 1px solid #000000;
	display: block;
	width: 72px;
	margin: 0px auto 3px auto;
}

.indexbox {
	display: table; 
	#position: relative; 
	overflow: hidden;
	position: relative;
	float: left;
	width: 105px;
	height: 105px;
	min-height: 102px;
	border: 1px solid #141c65;
	margin: 5px 5px 5px 5px;
	padding: 1px 1px 1px 1px;
	text-align:center; 
	vertical-align: middle;
	background-color: #FFFFFF;
}

.indexsubbox {
		#position: absolute; 
		#top: 50%;display: table-cell; vertical-align: middle;
		}

.indexcontentcentered {
	#position: relative; #top: -50%;
	text-align:center; 		
	border: none;
  color: #141c65;		
}

.indexcontentcentered a:link, .indexcontentcentered a:visited {
  font: bold 10px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 11px;
  color: #141c65;	
	text-decoration: none;
} 

.nextthumb {
	text-align:center; 		
	display: block;
	position: relative;
	margin: 0px auto 10px auto;
	width: 48px;
	height: 48px;
	border: none;
 	background-image: url(next.gif);
	background-repeat: no-repeat;
}

.prevthumb {
	text-align:center; 		
	display: block;
	position: relative;
	margin: 0px auto 10px auto;
	width: 48px;
	height: 48px;
	border: none;
 	background-image: url(prev.gif);
	background-repeat: no-repeat;
}

 .indexcontentcentered a:hover {
  font: bold 10px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 11px;
	color: #DA8C11;
	text-decoration: none;
 
 }
 
.closeindex {
	clear: both;
	height: 8px;
}

.closeindexsmall {
	clear: both;
	height: 0px;
}

	/* ----- Facebook, Twitter, Google ----- */	

#socialstuff {
	position: absolute;
	left: 14px;
	top: 708px;
}

.socialsub {
	position: relative;
}

.fbpos {
	position: absolute;
	top: 0px;
	left: 0px;
}

.twitpos {
	position: absolute;
	top: 24px;
	left: 0px;
}

.plus1pos {
	position: absolute;
	top: 24px;
	left: 68px;
}

.GoogleTrans {
	position: absolute;
	top: 45px;
	left: 0px;
	margin: 2px 0px 0px 0px; 
}

	/* ----- Table list styles ----- */
	
.elist {
	table-layout:fixed;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:12px;
	width:660px;
	text-align:left;
	vertical-align:text-top;
	border-collapse:collapse;
	margin-left:10px;
	margin-right:10px;
}

.elist td {
	vertical-align:text-top;
	color:#060609;
}

.elist .inkt {
	font-weight:bold;
	color:#141c65;
}

.elist .ink1 {
	width:150px;
	vertical-align:text-top;
	padding-right:15px;
	text-align:right;
}

.elist .ink2 {
	vertical-align:text-top;
	color:#370505;
}

.elist .ink3 {
	vertical-align:text-top;
	padding-right:15px;
	text-align:right;
}

.elist .ink4 {
	vertical-align:text-top;
	width: 212px;
	color:#370505;
}