* {
	font-family: verdana, arial;
	color: #E8E8E8;
}

iframe {
	display: block;
	border: none;
	overflow: scroll;
	background-color: transparent;
}

/*form elements */
input,textarea {
	color: black;
	font-size: 10px;
}
input,label {
	float: left;
	width: 150px;
}
fieldset {
	width: 320px;
}
textarea {
	width: 300px;
}
/* borders */
div#main,ul#menu,#lastnews,#container1,#container2,.photocontainer img,dl#bandmembers,ul#media,fieldset {
	border:1px solid #4A50B9;
}
body,html {
	background-color: black;
	margin: 0px;
	font-size: 11px;
}
html {
	overflow: hidden;
}
div#main {
	border-width: 0;
	position: absolute;
	width: 780px;
	height: 400px;
	left: 50%;
	top: 50%;
	margin-left: -390px;
	margin-top: -200px;
	background-color: #000000;
}
h1 {
	position: absolute;
	bottom: 0px;
	font-family: tahoma, verdana, arial;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0px;
	width: 116px;
	height: 18px;
	background-image: url('images/www_elfijarz_nl.gif');
	background-repeat: no-repeat;
	
}
	h1 span {
		display: none;
	}
h2 {
	font-family: verdana, tahoma, arial;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}
h3 {
	font-family: verdana, tahoma, arial;
	font-size: 14px;
	font-weight: bold;
}

dl,dt,dd {
	margin: 0px;
	padding: 0px;
}
dl {
	margin-bottom: 1em;
}
dt {
	margin-top: 1em;
}
dd { 
	margin-left: 20px;
} 


dl.run-in {
	margin-top: 1em;
}
dl.run-in dt {
	float: left;
	margin: 0;
}
dl.run-in dd {
	margin: 0;
	margin-left: 60px;
	_height: 1%;
}

img {border: none}

/* inline elements */
cite {
	font-weight: bold;
}

/* block elements */
blockquote {
	margin: 0;
	margin-left: 20px;
}


/* header and footer */

iframe#lastnewssrc {
	display: none;
}

ul#menu,p#lastnews {
	width: 770px;
	padding: 4px;
	background-image: url('images/menubkg.jpg');
	border-width: 1px;
}
p#lastnews a {
	font-style: italic;
	float: right;
	text-decoration: none;
}
ul#menu {
	margin: 0px;
	position: absolute;
	bottom: 20px;
	list-style: none;
}
	ul#menu li {
		float: left;
		margin-right: 8px;
		padding: 0px;
	}
	ul li.selected, dl dd.selected {
		font-weight: bold
	}
	ul#menu a {
		text-decoration: none
	}
	
li.skipnav, ul#menu+li {
	display: none;
}
li br {
	clear: both;
	font-size: 1px;
	height: 0px;
	margin: 0px;
}
p#lastnews {
	margin: 0px;
}


/* content area */

/* content area height (all boxes) */
div#contentarea {
	position: absolute;
	top: 33px;
	left: 0px;
	height: 312 px;
	width: 780px;
	margin: 0px;
}

div#scrollbar, #container1, #container2 {
	float: left;
	height: 312px;
	margin: 0px;
	display: block;
	overflow: hidden;
	position: relative;
}

#container1 {
	overflow: hidden;
	border-right-color: black;
	background-image: url('images/container1bkg.jpg');
	background-repeat: repeat-y;
}
	#container1 div#scrollbox {
		padding: 4px;
		overflow: auto;
		height: 304px;
	}


div#scrollbar { 
	width: 17px 
}

	#aup { position: absolute;left:0px;top:0px}
	#adown {position: absolute;left:0px;bottom:0px}

/* band pages */

#container1 div#scrollbox {
	height: 286px;
}

dl#bandmembers {
	margin: 0;
	background-image: url('images/bandmenubkg.jpg');
	height: 17px;
	width: 445px;
	padding-left: 4px;
	padding-top: 2px;
	border-width: 1px 0 0 0;
	position: absolute;
	bottom: 0;
}
	dl#bandmembers dt,dl#bandmembers dd {
		display: inline;
		margin: 0;
		padding: 0;
	}
	dl#bandmembers a {
		text-decoration: none;
	}


/* ie6 scrollbar color */

* {
	scrollbar-face-color: #000000; 
	scrollbar-highlight-color: #000000; 
	scrollbar-shadow-color: #000000; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-arrow-color: white; 
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000; 
}


/* change the values below to rearrange the content area */

/* total width is 780 px, so you can calculate everything, take into account the 1 px borders (772 to be devided between to container widths) */

#container1 {	
	width: 453px;
}
#container2 {	
	width: 319px;
}
