html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.48em;
	
	color: #9e9e9e;
}

body {
	background: url('images/bg_laserconcerts.gif') fixed no-repeat #000;
}

#header {
	position: fixed;
	top: 37px;
}

#navigation {
	position: fixed;
	top: 145px;
	left: 255px;
	width: 90px;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	#navigation ul li a {
		display: block;
		height: 18px;
		margin-bottom: 5px;
		background-position: bottom right;
		border: 0;
	}
	#about_link {
		background: url('images/about_button.gif') no-repeat;
	}
	#media_link {
		background: url('images/media_button.gif') no-repeat;
	}
	#references_link {
		background: url('images/references_button.gif') no-repeat;
	}
	#contact_link {
		background: url('images/contact_button.gif') no-repeat;
	}
	#navigation ul li a:hover, #navigation ul li .current {
		background-position: top right;
	}

#content {
	width: 550px;
	margin-left: 420px;
}

#content a, #content a:visited {
	color: #7ac678;
	text-decoration: none;
	border-bottom: 1px dotted #7ac678;
}

#content a:hover {
	color: #32d02a;
	border: 0;
}

#content .internal_anchor {
	display: block;
	width: 550px;
	height: 38px;
	border: 0;
}

#content .picture {
	margin: 0 0 10px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #83898b;
}

#content .caption {
	margin: 0 0 20px 0;
}

#content .text {
	margin: 0 0 130px 0;
}

