/* @override 
	http://sacredstepsinspain.com/dev/style.css
	http://sacredstepsinspain.com/dev/frontStyle.css
	http://www.sacredstepsinspain.com/dev/frontStyle.css
*/

body {
	color: #4a4a4a;
	background-color: rgb(39,39,40);
	margin: 0px;
}

small {
	font: 6pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

#splash {
	position:absolute;
	left:50%;
	margin-top: 25px;
	margin-left:-350px;
}

#lang {
	text-align: right;
	font: bold 8.5pt "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 4px;
}

a:link {
	color: rgb(102,102,102);
}

a:visited {
	color: rgb(102,102,102);
}

#footer {
	text-align: center;
	font: 10px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 8px;
}

#mainsplash {
	height: 500px;
	width: 700px;
	overflow: hidden;
	text-align: left;
}

#buttons {
	position: relative;
	float: left;
	top: 162px;
	list-style-type: none;
	left: 4px;
	right: 525px;
}

#logo {
	top: 38px;
	position: absolute;
	left: 16px;
}

#button {
	padding-bottom: 17px;
	position: relative;
	left: -2px;
}

img {
	border: 0;
}

#mainbody {
	float: right;
	font: 12px/20px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	overflow: scroll;
	overflow-x: hidden;
	position: absolute;
	left: 182px;
	top: 28px;
	height: 440px;
	text-indent: 30px;
	right: 0;
	padding-top: 20px;
	padding-left: 17px;
	padding-right: 7px;
}

#artists td {
	display: table-cell;
	margin: 0;
	padding: 20px;
	text-align: left;
	width: 200px;
	vertical-align: text-top;
	line-height: 18px;
}

#artists {
	font: 8pt Helvetica, Arial, sans-serif, Geneva;
	border-bottom-style: none;
	display: table;
	margin: 8px;
	border-collapse: collapse;
	text-indent: 0;
	color
}

#artists td.left{
	border-right: 1px solid #272728;
	text-align: right;
}

#artists tr {
	margin: 0;
	border-bottom: 1px solid #3f3327;
}

#artists tr.bottom{
	border-bottom-style: none;
}

#artists strong{
	font-size: 11px;
}