/* CSS Document */



/* header */

#header {
	position:absolute;
	left:0;
	top:0;
	width:1010;
	height:62;
}

#katereid {
	position:absolute;
	left:0px;
	top:0px;
	width:1010px;
	height:59px;
}

#navleft {
	position:absolute;
	left:0px;
	top:59px;
	width:310px;
	height:13px;
}

#homebtn {
	position:absolute;
	left:310px;
	top:59px;
	width:80px;
	height:13px;
}

#pressbtn {
	position:absolute;
	left:390px;
	top:59px;
	width:85px;
	height:13px;
}

#musicbtn {
	position:absolute;
	left:475px;
	top:59px;
	width:85px;
	height:13px;
}

#calendarbtn {
	position:absolute;
	left:560px;
	top:59px;
	width:110px;
	height:13px;
}

#gallerybtn {
	position:absolute;
	left:670px;
	top:59px;
	width:100px;
	height:13px;
}

#contactbtn {
	position:absolute;
	left:770px;
	top:59px;
	width:100px;
	height:13px;
}

#header-all-09 {
	position:absolute;
	left:870px;
	top:59px;
	width:140px;
	height:13px;
}

#playerlink {
	position:absolute;
	left:843px;
	top:2px;
	width:164px;
	height:12px;
	z-index:1;
}


/* page footer, credits and copyright */

#footer {
	position: absolute;
	float: bottom;
	top: 615px;
	margin: 0px;
	width: 1010px;
	height: 18px;
}

#designcredits {
	position: absolute; 
	top: 0px;
	left: 20px;
	width: 250px;
	height: 10px;
	text-align: left;
	padding: 3px;
}

#copyright {
	position: absolute; 
	top: 0px;
	left: 363px;
	width: 250px;
	height: 10px;
	text-align: center;
	padding: 3px;
}
   
#photocredits {
	position: absolute; 
	top: 0px;
	left: 696px;
	width: 254px;
	height: 10px;
	text-align: left;
	padding: 3px;
	text-align: center;
}


.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #383838;
}

.credits a:link {
	color: #383838;
	text-decoration: none;
}

.credits a:visited {
	color: #444444;
	text-decoration: none;
}

.credits a:hover {
	color: #444444;
	text-decoration: none;
}

.credits a:active {
	color: #444444;
	text-decoration: none;
}

.playerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.playerlink a:link {
	color: #660000;
	text-decoration: none;
}
.playerlink a:visited {
	text-decoration: none;
	color: #660000;
}
.playerlink a:hover {
	text-decoration: underline;
	color: #990000;
}
.playerlink a:active {
	text-decoration: none;
	color: #990000;
}