div {
	font-family: Arial;
}

body {
	padding: 0;
	margin: 0;
}

.head {
	margin-top: 50px;
}

.logo {
	margin-left: 100px;
}

.logo img {
	border: 0;
}

.navi {
	margin-top: -34px;
}

.navi ul {
	list-style: none;
	margin-right: 100px;
}

.navi li{
	float: right;
	font-size: 14px;
}

.navi_link {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

.navi_link:hover {
	color: #000;
	text-decoration: none;
}

.navi_link_active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.navi_delimiter {
	margin: 0 15px 0 15px;
	color: #999;
}

.main {
	margin: 110px 100px 50px 100px;
}

.content {
	margin-top: 60px;
	width: 650px;
}

.navi_headline {
	font-size: 17px;
	font-weight: bold;
}

.navi_headline_2nd {
	font-size: 17px;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 25px;
}

/* S E L E C T E D   W O R K S */
	/* B O X */
.blackbox {
	background-image: url(images/1x1_30_black.png);
	background-repeat: repeat;
	height: 100%;
	left: 0px;
	width: 100%;
	position: fixed;
	text-align: center;
	top: 0px;
	z-index: 2;
}

.image_box {
	background-color: #FFF;
	/*border: 1px solid #000;*/
	margin: 50px 0 0 0;
	width: 500px;
	padding: 10px;
	/*z-index: 2;*/
}

.image_box table {
	width: 100%;
}

.image_box_picture {
	text-align: center;
}

.image_box_back {
	padding-right: 15px;
	text-align: left;
	vertical-align: middle;
}

.image_box_next {
	padding-left: 15px;
	text-align: right;
	vertical-align: middle;
}

.image_box_button {
	text-decoration: none;
	color: #999;
	font-size: 14px;
	font-weight: bold;
	
}

.image_box_title {
	text-align: center;
	font-size: 13px;
}

	/* C O N T E N T */

.selected_works_text {
	padding-bottom: 60px;
	font-size: 14px;
}

.selected_works_image {
	padding-bottom: 60px;
	width: 180px;
	vertical-align: top;
}

.selected_works_image img{
	border: 0;
}

.selected_works_description {
	font-size: 13px;
	line-height: 1.75;
	vertical-align: top;
	padding-left: 50px;
}

/* C O N T A C T */

.contact {
	line-height: 1.75;
	list-style: none;
	width: 500px;
}

.contact_link {
	text-decoration: underline;
	color: #000;
}

.contact_link:hover {
	text-decoration: none;
	color: #999;
}

/* V I T A */

#vita td {
	/*line-height: 1.75;*/
	padding-bottom: 10px;
}

.vita_headline {
	padding-top: 20px;
	padding-bottom: 8px;
	font-size:15px;
	font-weight: bold;
}

/* H O M E */

.home_wrapper {
	position: absolute;
	/*text-align: center;*/
	top: 42%;
	width: 100%;
}

.home_logo {
	margin: 0 auto 0 auto;
	position: relative;
	text-align: center;
	margin-top: 0px;
}
