* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000;
	font: 10pt/12pt "Trebuchet MS", Helvetica, sans-serif;
	color: #ccc;
}
p {
	margin: 10px 0px;
}
a, a:link, a:visited {
	text-decoration: none;
	color: #6799cc; 
	outline: none;
}
a:hover, a:active {
	text-decoration: underline;
	outline: none;
}
strong, b {
	font-weight: bolder;
	color: #fff;
}
img.back, img.back:link, img.back:visited, img.back:hover, img.back:active {
	padding: 4px;
	width: 7px;
}
div.hr-grey {
	width: 980px;
	margin: 0px auto 10px auto;
	height: 1px;
	background: #000 url(../images/line-grey.png) repeat-x scroll left top;
}
div.hr-white {
	width: 980px;
	margin: 0px auto 10px auto;
	height: 1px;
	background: #fff url(../images/line-white.png) repeat-x scroll left top;
}
div.hr-white hr, div.hr-grey hr {
	display: none;
}
h1 {
	font-weight: 600;
	font-size: 28pt;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #fff;
}
.gallery {
	width: 228px;
	height: 168px;	
	border: 7px solid #000;
	margin-left: 7px;
	margin-right: 7px;
}
.hide {
	display: none;
}
.foto {
	padding: 0px 0px 10px 10px;
}
.back, .back:link, .back:visited, .back:hover, .back:active {
	font-size: 8pt;
	font-weight: bolder;
	color: #ff7900;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align:text-top;
	text-align: right;
	width: 980px;
	margin: 0px auto 2px auto;
}
.title {
	width: 200px; 
}
.content {
	margin-left: 200px; 
	width: 780px;
}
.orange {
	color: #ff7900;
}
.blue {
	color: #5cb1e7;
}
.white, .white:link, .white:visited, .white:hover, .white:active {
	color: #fff;
}
.line_blue {
	height: 1px;
	border: 0;
	background-color: #41b1e5;
	color: #41b1e5;
}
.line_grey {
	height: 1px;
	border: 0;
	background-color: #1c1c1c;
	color: #1c1c1c;
}
.home_links {
	float: right;
}
.home_links * {
	padding: 0px 1px;
}
.nav, .nav:link, .nav:visited {
	padding: 2px 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #999;
}
.nav:hover, .nav:active {
	padding: 2px 14px;
	color: #fff;
	background-color: #333;
}
.selected {
	color: #fff !important;
	background-color: #333 !important;
}
#navwrapper {
	z-index: 2;
	position: fixed;
	top: 0px;
	width: 100%;
	display: block;
	background-image: url(../images/bg_black.png);
}
#nav {
	width: 980px;
	height: 56px;
	margin: 0px auto 10px auto;
}
#logo {
	margin: 8px 0px 0px 0px;
	width: 267px;
	height: 25px;
	background-image: url(../images/bart_koopman.png);
}
#subtitle {
	margin: 2px 0px 6px 1px;
	width: 267px;
	font: 8pt/10pt "Trebuchet MS", Helvetica, sans-serif;
}
#navtitle {
	margin: 6px 0px 0px 0px;
	width: 280px;
	float: left;
}
#navtitle a, #navtitle a:link, #navtitle a:visited #navtitle a:hover #navtitle a:active {
	text-decoration: none;
}
#navlinks {
	width: 700px;
	float: left;
}
#navlinks ul {
	list-style: none;
	margin: 10px 0px;
	float:right;
}
#navlinks li {
	margin: 10px 1px;
	float: left;
}
#wrapper {
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
}
#home {
	background-image: url(../images/bg_black.png);
	background-repeat: repeat;
	padding-bottom: 10px;
}
#home_footer {
	font: 8pt/18pt "Trebuchet MS", Helvetica, sans-serif;
}
#home_footer p {
	margin: 6px 0px;
}
#news, #about, #music, #gallery, #links {
	background-image: url(../images/bg_black.png);
	background-repeat: repeat;
	padding-bottom: 20px;
}
#contact, #follow {
	background-image: url(../images/bg_blue.png);
	background-repeat: repeat;
	padding-bottom: 20px;
}
#follow {
	border-top: 1px solid #fff;
}
#home_content, #news_content, #news_content, #about_content, #music_content, #gallery_content, #links_content, #contact_content, #follow_content, #footer_content {
	width: 980px;
	margin: 0px auto 0px auto;
	padding-top: 88px;
	padding-bottom: 20px;
}
#home_content {
	height: 590px;
	padding-top: 76px;
	padding-bottom: 0px;
}
#news_content {
	height: 500px;
	padding-bottom: 10px;
}
#newsframe {
	background-color: transparent;
}
#about_content {
	height: 578px;
}
#music_content {
	height: 700px;
}
#musicframe {
	border: 1px solid #363636;
	background-color: #000;
}
#gallery_content {
	height: 696px;
}
#flickrframe {
	background-color: transparent;
}
#links_content {
	height: 700px;
}
#contact_content, #follow_content {
	padding-top: 92px;
	padding-bottom: 20px;
	color: #333333;
}
#contact_content {
	height: 90px;
}
#follow_content {
	height: 264px;
}
#contact_content a:link, #contact_content a:visited, #follow_content a:link, #follow_content a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#contact_content a:hover, #contact_content a:active, #follow_content a:hover, #follow_content a:active {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
#contact_content strong, #contact_content b, #follow_content strong, #follow_content b {
	font-weight: bolder;
	color: #000;
}
#footer {
	background-image: url(../images/bg_grey.png);
	background-repeat: repeat;
}
#footer_content {
	height: 20px;
	padding-top: 10px;
	padding-bottom: 2px;
	text-align: center;
	font: 8pt/10pt "Trebuchet MS", Helvetica, sans-serif;
	color: #000;
}
#footer_content a, #footer_content a:link, #footer_content a:visited {
	text-decoration: none;
	color: #000;
}
#footer_content a:hover, #footer_content a:active  {
	text-decoration: underline;
	color: #000;
}
/* SLIMBOX */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #111;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #000;
}
.lbLoading {
	background: #000 url(../images/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #000;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(../images/prev.png) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(../images/next.png) no-repeat 100% 15%;
}
#lbBottom {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 9pt;
	color: #999;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #000;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/close.png) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}
/* homepage image slider styles */
#slider {
	width: 980px; /* image width + padding */
	height: 550px; /* image height */
	position: relative;
	overflow: hidden;
}
#sliderContent {
	width: 980px; /* image width */
	position: absolute;
	top: 0px;
	margin-left: 0px;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	font: 9pt/11pt "Trebuchet MS", Helvetica, sans-serif;
	/*padding: 2px 8px 4px 8px;*/
	padding: 0px;
	width: auto;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #888;
	display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	font-size: 12px;
}
.top {
	top: 0px;
	left: 0px;
}
.bottom {
	bottom: 0px;
	left: 0px;
}
ul {
	list-style-type: none;
}