@charset "UTF-8";
/* CSS Document */

body{
	background:#f3f3f3;
	margin:0px auto;
}
	
#holder{
	margin:0px auto;
	width:800px;
	height:800px;
	background: url(images/home1.jpg) no-repeat;
	z-index:10;
}

#holder2{
	margin:0px auto;
	width:800px;
	height:800px;
	background: url(images/print1.jpg) no-repeat;
}

#holder3{
	margin:0px auto;
	width:800px;
	height:800px;
	background: url(images/about1.jpg) no-repeat;
}

#nav{
	padding: 46px 0px 0px 282px;
	width:400px;
	height:47px;
	display:inline-block;
	float:left;
	background:none;
	list-style:none;
	}
	
#home{
	float:left;
	width:75px;
	height:47px;
	background:url(images/home.jpg) no-repeat 0 0;
	overflow:hidden;
	display:inline-block;
	}
	
a#home:hover, #home.selected{
	background:url(images/home_f2.jpg) no-repeat 0 0;
	}

#about{
	float:left;
	width:84px;
	height:47px;
	display:inline-block;
	background:url(images/about.jpg) no-repeat 0 0;
	}
	
a#about:hover, #about.selected{
	background:url(images/about_f2.jpg) no-repeat 0 0;
	}
	
	
#print{
	float:left;
	width:99px;
	height:47px;
	display:inline-block;
	background:url(images/print.jpg) no-repeat 0 0;
	}
	
a#print:hover, #print.selected{
	background:url(images/print_f2.jpg) no-repeat 0 0;
	}
	
	
.inline{
	display:inline;
	float:left;
	}

