/* CSS Document */



/* center page */

body {
    text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	 font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 11px
}

#wrapper {
	width: 1000px;
	height: 740px;
	text-align: left;
	margin: 0 auto;

 }


a {  text-decoration: none; 
		color: #D0A100}
a:hover { text-decoration: underline;
	color: #FFCC00}

a:visited {  text-decoration: none; 
	color: #D0A100;
}
a:active { text-decoration: none; 
	color: #D0A100;
}
a:link { text-decoration: none; 
	color: #D0A100;
}

/* header */
 
#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 75px;
	padding: 0px;
	background-color: #000000;
	background-image: url(/header/images/headerbg.jpg);
	background-repeat: no-repeat;
}

#icon {
	position:absolute;
	left:11px;
	top:0px;
	width:76px;
	height:75px;
}

#headingbg {
	position:absolute;
	left:87px;
	top:0px;
	width:693px;
	height:48px;
}

#homebtn {
	position:absolute;
	left:87px;
	top:48px;
	width:78px;
	height:27px;
}

#aboutbtn {
	position:absolute;
	left:165px;
	top:48px;
	width:75px;
	height:27px;
}

#projectsbtn {
	position:absolute;
	left:240px;
	top:48px;
	width:95px;
	height:27px;
}

#musicbtn {
	position:absolute;
	left:335px;
	top:48px;
	width:85px;
	height:27px;
}

#gallerybtn {
	position:absolute;
	left:420px;
	top:48px;
	width:90px;
	height:27px;
}

#calendarbtn {
	position:absolute;
	left:510px;
	top:48px;
	width:95px;
	height:27px;
}

#cantactbtn {
	position:absolute;
	left:605px;
	top:48px;
	width:100px;
	height:27px;
}

#storebtn {
	position:absolute;
	left:705px;
	top:48px;
	width:75px;
	height:27px;
}


/* page footer, credits and copyright */

#footer {
	position: absolute;
	float: bottom;
	left: 0px;
	top: 670px;
	margin: 0px;
	width: 1000px;
	height: 18px;
	z-index: 1;
}


#designcredits {
	position: absolute;
	top: 0px;
	left: 441px;
	width: 189px;
	height: 10px;
	text-align: left;
	padding: 3px;
	z-index: 1;
}

#copyright {
	position: absolute;
	top: 0px;
	left: 634px;
	width: 173px;
	height: 10px;
	text-align: center;
	padding: 3px;
	z-index: 1;
}
   
#photocredits {
	position: absolute;
	top: 0px;
	left: 811px;
	width: 174px;
	height: 10px;
	text-align: left;
	padding: 3px;
	text-align: center;
	z-index: 1;
}


.credits {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 10px;
     color: #555555;
    }
.credits a:link {
	     color: #555555;
	text-decoration: none;
	font-weight: bold;	
}
.credits a:visited {
	     color: #555555;
	text-decoration: none;
	font-weight: bold;	
}
.credits a:hover {
	     color: #555555;
	text-decoration: none;
	font-weight: bold;	
}
.credits a:active {
	     color: #555555;
	text-decoration: none;
	font-weight: bold;	
}
