* {
	 margin: 0; padding: 0;
}

body {
	min-width: 900px;
	background: #999;
}

.bordered {
	border: solid 1px #f00;
}

.note {
	font-style: italic;
}

img {
	border-style: none;
}

img.thumbnail {
	height: 150px;
	padding: 5px;
	border: 1px solid #999;
	background: #eee;
}

h1, h2, h3, p, span, li {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
}

h1, h2, h3 {
	font-variant: small-caps;
}

h1 {
	padding: 5px 10px;
}

h3 {
	padding: 12px 20px 7px 15px;
}

a:link, a:visited {
	color: #669;
}

a:hover {
	color: #696;
}

a:active {
	color: #966;
}

ul {
	padding-left: 50px;
}

li {
	padding: 5px 0px 5px 0px;
}

#header {
	height: 60px;
	width: 100%;
	background: #000 url(images/title_a.png) no-repeat left center;
	position: absolute;
}

#header span.navigation {
	bottom: 0px;
	right: 0px;
	position: absolute;
}

#header span.navigation img {
	padding: 38px 0px 0px 0px;
	margin: 0px 10px;
}

#header span.navigation img.n_home:hover {
	background: #333 url(images/home_hover.png) center no-repeat;
}
#header span.navigation img.n_writings:hover {
	background: #333 url(images/writings_hover.png) center no-repeat;
}
#header span.navigation img.n_projects:hover {
	background: #333 url(images/project_hover.png) center no-repeat;
}
#header span.navigation img.n_contact:hover {
	background: #333 url(images/contact_hover.png) center no-repeat;
}

#header span.navigation img:active {
	background: #ccc;
}

#body_footer_wrapper {
	position: absolute;
	top: 60px;
	width: 100%;
}

#body_wrapper {
	margin: auto;
	background: url(images/body_bg.png) repeat-y center;
	padding-bottom: 20px;
}

#body {
	width: 900px;
	margin: auto;
}

#body p {
	padding: 10px 10px 10px 20px;
	font-size: 15px;
}

#body li {
	font-size: 15px;
}

#body img.floatRight {
	float: right;
	padding: 20px;
}

#footer {
	background: #000 url(images/footer_shizu.png) right center no-repeat;
	text-align: right;
	height: 18px;
	width: 100%;
}

#footer h4 {
	color: #666;
	padding: 2px 20px 2px 2px;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: normal;
}