@charset "utf-8";
/* CSS Document */
html, body, table, tr, th, td, a img, a, .header, .menu {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
	vertical-align: top;
}
.stretch, html, body, iframe {
	height: 100%;
	width: 100%;
}
.stretch #header {
	height: 121px;
}
.stretch #body {
	height: 100%;
}
.header {
	width: 800px;
}
.header #buffer {
	height: 5px;
}
.header #logo {
	height: 64px;
	vertical-align: middle;
	text-align: right;/*
	background-image: url(images/favicon.png);
	background-position: left top;
	background-repeat: no-repeat;*/
}
.header #menu {
	width: 268px;
	height: 20px;
}
.menu {
	height: 20px;
}
.menu #portfolio {
	width: 77px;
}
.menu #contact {
	width: 68px;
}
.menu #bio_cv {
	width: 77px;
}
.menu #blog {
	width: 46px;
}
.main {
	margin: 0 auto;
	width: 800px;
}
.main #stretch {
	width: 100%;
}
.main #fixed {
	width: 800px;
	vertical-align: top;
}
.main #thumb a img {
	border: solid 5px #FFFFFF;
}
.main #thumb a:hover img {
	border: solid 5px #777777;
}
