﻿@charset "utf-8";

html {
	height: 100%;
	border: 0px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #666666;
	line-height: 19px;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(../image/line.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#navi {
	position: relative;
	float: right;
	width: 80px;
	height: 100%;
}
#navi ul {
	margin-left: 7px;
	margin-top: 0px;
	padding: 0px;
}
#navi li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#leftblk {
	float: left;
	width: auto;
	height: 100%;
}
#cont {
	height: auto;
	vertical-align: top;
}
#marg_c {
	padding-top: 60px;
	padding-left: 60px;
	padding-right: 0px;
	padding-bottom: 40px;
}
#marg_b {
	padding-top: 0px;
	padding-left: 60px;
	padding-right: 0px;
	padding-bottom: 6px;
}
#header {
}
#footer {
	height: 20px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	line-height: 100%;
}
#biography {
	font-family: "Courier New", Courier, monospace;
}
#works {
	margin-top: 200px;
}
#works ul {
	width: 300px;
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}
#works li {
	margin-right: 5px;
	position: relative;
	float: left;
}
#works li a {
}
#years li {
	margin-right: 18px;
}
#writing {
	margin-top: 200px;
}
#hline {
	background-image: url(../image/line222.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 3px;
	margin-top: 50px;
}
#text {
	width: 530px;
}
#text p {
	margin-top: 0px;
}
#links {
	width: 530px;
	margin-top: 200px;
}
#contact {
	width: 530px;
	margin-top: 400px;
}

a:link {
	text-decoration: none;
	color: #444444;
}
a:visited {
	text-decoration: none;
	color: #444444;
}
a:hover {
	text-decoration: underline;
	color: #444444;
}
a:active {
	text-decoration: none;
	color: #444444;
}

