/* -----------------------
   A Fare Extraordinaire
   Press Styles
-------------------------- */

#content {
	background: url(../img/bg_box_whole.jpg) no-repeat;
	height: 350px;
}

h2 {
	position: absolute;
	top: 38px;
	left: 37px;
}

#col-01 {
	position: absolute;
	top: 68px;
	left: 37px;
}

#col-02 {
	position: absolute;
	top: 68px;
	left: 246px;
}

#col-03 {
	position: absolute;
	top: 68px;
	left: 455px;
}

#col-04 {
	position: absolute;
	top: 68px;
	left: 664px;
}

.item {
	width: 179px;
	height: 120px;
	margin-right: 30px;
	line-height: 1.5em;
}

#col-04 .item {
	margin-right: 0;
}

h2 span {
	display: block;
	text-indent: -9999px;
}

h2 {
	width: 50px;
	height: 11px;
	background: url(../img/hdr_press.gif) no-repeat;
}

#nav-prev a {
	position: absolute;
	top: 36px;
	right: 100px;
	z-index: 3;
	font-style: italic;
	text-transform: lowercase;
}

#nav-next a {
	position: absolute;
	top: 36px;
	right: 37px;
	z-index: 3;
	font-style: italic;
	text-transform: lowercase;
}