/* Header
---------------------------------------------------- */
#header {
	clear: both;
	height: 200px;
	margin: 0;
	padding: 0;
	background: url(../images/header.jpg) bottom no-repeat;
	border-bottom: 1px solid #EEEEEE;
}
#header h2 {
  display: none;
}
#title_1 {
  width: 540px;
  background: url(../images/library.jpg) no-repeat;
  height: 0;
	overflow: hidden;
	display: block;
	padding-top: 30px;
}
#title_2 {
  width: 540px;
  background: url(../images/photo.jpg) no-repeat;
  height: 0;
	overflow: hidden;
	display: block;
	padding-top: 30px;
}
#title_3 {
  width: 540px;
  background: url(../images/video.jpg) no-repeat;
  height: 0;
	overflow: hidden;
	display: block;
	padding-top: 30px;
}