:focus { -moz-outline-style: none; }
html {-webkit-text-size-adjust: none}


body {
	margin-top: 0px;
	font-size: 14px;
	background-color: #cfc7bc;
	/* background: url(/lookandfeel/images/background-purple.gif) repeat-x;  */
	color: #fff;
	background: url(/lookandfeel/images/backgrounds/holland_dream_2560x1600.jpg);
}

a {
	color: #fff;
	text-decoration: underline;
	display: inline;
}

a:link {
	color: #fff;
	text-decoration: underline;
}


a:hover {
	color: #ff6600;
	text-decoration: underline;
}


.centerAuto {
	width: 1000px;
	
	margin: 0 auto;
}

.centerAutoFooter {
	width: 1000px;
	margin: 0 auto;
	color: #555;
	
	margin-bottom: 60px;
	
}

.centerAutoFooter a {
	color: #000;
	text-decoration: none;
}

.centerAutoFooter a:link {
	color: #000;
	text-decoration: none;
}

.centerAutoFooter a:hover {
	color: #ff6600;
	text-decoration: none;
}


.masterContainer {
	width: 1000px;
	
	margin:0 auto;   

	color: #fff;
	background-color: transparent;
	background: url(/lookandfeel/images/black.png);
	padding-bottom: 40px;
	
	border-top: 10px solid #ffe11a; /* a2fa2c */
	padding-top: 20px;
	margin-bottom: 20px;
}


.container {
	color: #fff;
}

/* --------- titles ---------- */
.container h1 {
	font-size: 33px;
	margin-bottom:20px;
	font-weight:normal;
	color:#c56a25;
}


.container h2 {
	font-size: 24px;
	margin-bottom:20px;
	font-weight:normal;
	color:#c56a25;
}


.container h3 {
	font-size: 20px;
	margin-bottom:20px;
	font-weight:normal;
	color:#c56a25;
}



.boldunderline {
	font-weight: bold;
	text-decoration: underline;
}

.boldtitle {
	font-weight: bold;
	color:#a2fa2c;
}

.lightgreytitle {
	font-weight: bold;
	color: #999;
}

.lightgreentitle {
	color: #a2fa2c;
}

.hiddendisplay {
	display: none;
}

/*********************** Header ***********************************/
#header {
	margin-top: 30px;
	margin-bottom: 20px;
	height: 200px;
	position: relative;
	
}

#maintitle {
	top: 130px;
	left: 350px;
	position: absolute;
}

#captions {
	top: 130px;
	left: 347px;
	position: absolute;
}

#navigation1 {
	left: 350px;
	position: absolute;
	top: 0;
}

#navigation2 {
	left: 350px;
	position: absolute;
	top: 30px;
}


#navigation3 {
	left: 350px;
	position: absolute;
	top: 60px;
}

#language {
	left: 900px;
	top: 0;
	position: absolute;
}

#bannerfade {
	height: 490px;
	width: 350px;
	overflow: hidden;
}

.bannerinner {
	margin-left: 35px; margin-top: 30px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #aaa;
}

#map_canvas {
	width: 390px;
	height: 780px;
}


.column1 {
	width: 300px;
	float: left;
}

.column2 {
	width: 300px;
	margin-left: 25px;
	float: left;
}

.column3 {
	margin-left: 25px;
	
	width: 300px;
	float: left;
}

.artistdiv {
	width: 300px;
	height: 50px;
	display: block;
	
}

.artistpicture {
	width: 65px;
	float: left;
}

.artistdescription {
	width: 235px;
	float: left;
}

.smallname {
	font-size: 8px;
}


#songlist a {
	text-decoration: none;
}

#songlist a:link {
	text-decoration: none;
}

#songlist a:hover {
	text-decoration: none;
}

#number_items {
	width: 40px;
	height: 20px;
}

.smallfont {
	font-size: 10px;
}

.ielinkfix {
	position: static;
	display: inline;
	visibility: visible;
	z-index: auto;
	overflow-x: auto;
	overflow-y: auto;
	float: none;
	clear: none;
	clip: auto;
}
}