/* CSS Document */



/* center page */

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

#wrapper {
	width:1060px;
	height:597px;
	text-align: left;
	margin: 0 auto;
 }

/* nav buttons */


#homebtn {
	position:absolute;
	left:0px;
	top:0px;
	width:273px;
	height:110px;
	z-index:1;
}

#blogbtn {
	position:absolute;
	left:273px;
	top:0px;
	width:61px;
	height:53px;
}

#aboutbtn {
	position:absolute;
	left:334px;
	top:0px;
	width:61px;
	height:53px;
}

#calendarbtn {
	position:absolute;
	left:395px;
	top:0px;
	width:88px;
	height:53px;
}

#mediabtn {
	position:absolute;
	left:483px;
	top:0px;
	width:71px;
	height:53px;
}

#photosbtn {
	position:absolute;
	left:554px;
	top:0px;
	width:83px;
	height:53px;
}

#contactbtn {
	position:absolute;
	left:637px;
	top:0px;
	width:86px;
	height:53px;
}

#storebtn {
	position:absolute;
	left:723px;
	top:0px;
	width:67px;
	height:53px;
}

#navbg {
	position:absolute;
	left:790px;
	top:0px;
	width:270px;
	height:53px;
}




/* page footer, credits and copyright */

#footer {
	position: absolute;
	float: bottom;
	top: 652px;
	margin: 0px;
	width: 1060px;
	height: 18px;
	background-color: #222222;
}

#designcredits {
	position: absolute; 
	top: 0px;
	left: 10px;
	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: #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;	
}
