/* CSS Document */



/* body */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0A2F33;
}


/* header navigation */


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

#kaymartin {
	position:absolute;
	left:0px;
	top:0px;
	width:326px;
	height:36px;
}

#headerbg {
	position:absolute;
	left:326px;
	top:0px;
	width:684px;
	height:36px;
}

#navleft {
	position:absolute;
	left:0px;
	top:36px;
	width:249px;
	height:15px;
}

#homebtn {
	position:absolute;
	left:249px;
	top:36px;
	width:77px;
	height:15px;
}

#aboutbtn {
	position:absolute;
	left:326px;
	top:36px;
	width:79px;
	height:15px;
}

#musicbtn {
	position:absolute;
	left:405px;
	top:36px;
	width:75px;
	height:15px;
}

#calendarbtn {
	position:absolute;
	left:480px;
	top:36px;
	width:96px;
	height:15px;
}

#blogbtn {
	position:absolute;
	left:576px;
	top:36px;
	width:70px;
	height:15px;
}

#presskitbtn {
	position:absolute;
	left:646px;
	top:36px;
	width:92px;
	height:15px;
}

#contactbtn {
	position:absolute;
	left:738px;
	top:36px;
	width:95px;
	height:15px;
}

#joinlink {
	position:absolute;
	left:900px;
	top:36px;
	width:164px;
	height:12px;
	z-index:1;
}

#navbg {
	position:absolute;
	left:833px;
	top:36px;
	width:177px;
	height:15px;
}


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



/* page footer, credits and copyright */

#footer {
	position: absolute;
	float: bottom;
	top: 590px;
	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;
}


