
/* Layout Stylesheet */ 

body {
	scrollbar-arrow-color:#777744;
	scrollbar-track-color:#3F3A2F;
	scrollbar-3dlight-color:#777744;
	scrollbar-darkshadow-color:#777744;
	scrollbar-face-color:#3F3A2F;
	scrollbar-highlight-color:#3F3A2F;
	scrollbar-shadow-color:#3F3A2F;
	
	background-color:#000000;
	background-image: url('img/bg.gif');
	background-position: top left;
	background-repeat: repeat;

 margin:0px;
 color: #222222;
 text-align:left;
 padding:0;
}

body.lyrics {
	scrollbar-arrow-color:#777744;
	scrollbar-track-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#777744;
	scrollbar-shadow-color:#777744;
	
	background-color:#FFFFFF;
	background-image: url();
	background-position: top left;
	background-repeat: repeat;

 margin:0px;
 color: #222222;
 text-align:left;
 padding:0;
}

body.gallery {
	scrollbar-arrow-color:#777744;
	scrollbar-track-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#777744;
	scrollbar-shadow-color:#777744;
	
	background-color:#FFFFFF;
	background-image: url();
	background-position: top left;
	background-repeat: repeat;
 text-align:center;
 margin:0px;
 color: #222222;
 text-align:left;
 padding:0;
}

#main {
	text-align:left;
	border:0px solid #000000;
	width:700px;
	background-color: white;
	height:100%;
}

#header {
	height:335px;
	width:700px;
	background-image: url('img/header.jpg');
	background-position: top left;
	background-repeat: repeat;
	background-color: white;
 }

#headerin {
	height:222px;
	width:700px;
	background-image: url('img/headerin.jpg');
	background-position: top left;
	background-repeat: repeat;
	background-color: white;
 } 

#center {
 background: #FFFFFF;
 color: #333333;
	background-image: url('img/middle.jpg');
	background-position: top left;
	background-repeat: repeat;
	background-color: white;
 text-align:center;
 padding-top:2px;padding-bottom:2px;
 padding-left:28px;padding-right:28px;
 }

#footer {
 background: #FFFFFF;
 color: #333333;
 background-image: url('img/footer.jpg');
 background-position: top left;
 background-repeat: repeat;
 background-color: white;
 }

#leftcol {
	border-right:1px dashed #EEEECC;	
} 
 
/*-- --*/ 
 
#box {
	width:100%;
	background-image: url('img/boxupperleft.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: white;	
	}
#titlebar {
	height:20px;
	padding:0px;
	padding-top:10px;
	padding-left:15px;
	font-weight:bold;
	color:#FFFFFF;
	}
#content {
	padding:5px;
	padding-left:10px;
	padding-right:15px;
	}
	
DIV {
	font-family:verdana;
	font-size:7pt;
	text-align:justify;
	}
P {	
	font-family:verdana;
	font-size:7pt;
}

FONT {	
	font-family:verdana;
	font-size:7pt;
}

img.gallery {border:0px;}
	
A {color:#867d3d;font-weight:bold;text-decoration:none;}
A:VISITED {color:#867d3d;font-weight:bold;text-decoration:none;}
A:HOVER {color:#867d3d;font-weight:bold;text-decoration:underline;}
li {
	padding:1px;
	font-family:verdana;
	font-size:7pt;}
img.floatright {
	float:right;
	border:0px;
	margin:5px;
	}

/*----*/

#footertxt {
	font-family:tahoma;
	font-size:7pt;
	text-align:right;
	color:#eaecbd;
	padding-bottom:43px;
	padding-right:43px;
	}

#singlelisting {
	text-align:left;
	}

div.floatyright {
	float:right;text-align:center;margin:5px;
	border:1px dashed #ddcbaa;
	}			
		
/*----*/	
	
table.longitemlist th {
  color: rgb(255,255,255);
  font-size: 10px;
  background-color: rgb(222,63,3);
  text-align: left;
  padding: 4px 10px;
  border-right: 1px solid rgb(255,255,255);
}

table.longitemlist th a {
  color: rgb(255,255,255);
  font-size: 10px;
}

table.longitemlist td { 
  padding: 5px 10px 5px 10px;
  vertical-align: top;
}

table.longitemlist td.last {
  padding: 5px 0px 5px 0px;
  border-right: none;
}

table.longitemlist tr.odd, table.longitemlist tr.odd td { 
  background-color: rgb(238,238,224);
  border-right: 1px solid rgb(255,255,255);
}

table.longitemlist tr.even, table.longitemlist tr.even td { 
  background-color: rgb(255,255,255);
  border-right: 1px solid rgb(238,238,224);
}
