body {
	background-image: url('../images/paper.jpg');
	color: rgba(0, 0, 0, 0.35);
	font: 14px/22px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#contact, h1, #content, #about, #work{
	display: block;
	position: relative;
	clear: both;
}
#contact, #content {
	width: 3400px;
}
#contact, #content {
	padding-left: 120px;
}
#contact {
	background: rgba(0, 0, 0, 0.1);
	height: 42px;
}
#contact p {
	width: 350px;
	padding: 10px 20px;
	border-right: 2px solid rgba(255, 255, 255, 0.5);
	display: block;
	float: left;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.5);
}
h1 {
	height: 250px;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: default;
	letter-spacing: -4px;
	word-spacing: -10px;
	float: left;
	width: 3520px;
	background-image: url('../images/genshi-bg.jpg')
}
h2 {
	height: 250px;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: default;
	letter-spacing: -4px;
	word-spacing: -10px;
	float: left;
}
h1 {
	font: bold 200px/290px Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: rgba(255, 255, 255, 0.7);
}
#content {
	height: 250px;
	background: rgba(0, 0, 0, 0.1);
}
h2 {
	padding:0 25px 0 20px;
	border-right: 2px solid rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	display: block;
	position: relative;
	float: left;
	font: bold 160px/270px Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.first {
}
li {
	height: 250px;
	display: block;
	position: relative;
	float: left;
}
ul li p {
	width: 350px;
	height: 206px;
	float: left;
	border-right: 2px solid rgba(255, 255, 255, 0.5);
	padding: 44px 20px 0 20px;
	color: rgba(0, 0, 0, 0.5);
}

ul li p.no-b {
	width: 350px;
	height: 206px;
	float: left;
	padding: 44px 20px 0 20px;
	color: rgba(0, 0, 0, 0.5);
	border:none;
}
ul li p.no-b2 {
	width: 350px;
	height: 206px;
	float: left;
	padding: 34px 20px 0 20px;
	color: rgba(0, 0, 0, 0.5);
	border:none;
}

a {text-decoration: none; 
color: white;}
a:hover {color: white; text-decoration: underline;}

.small{font-size: 0.9em;}
.small2{line-height: -10px; font-size: 10px;}
.black{ color: black; }
.black2{ font-size: 1.2em; }
.title{padding-left: 10px; padding-top: 20px;}