body
{	font-size: 12px;
}

#floater
{	width: 976px;
	margin: 0 auto;
	position: relative;
	font-family: Lucida Console, monospace;
	line-height: 16px;
}

#logo
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#menu
{	position: absolute;
	top: 8px;
	right: 8px;
	height: 40px;
	padding: 0 16px;
	-moz-border-radius: 8px;
	-moz-box-shadow: rgba(0,0,0,.32) 4px 4px 4px;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,.32) 4px 4px 4px;
	background-image: url('/_image/menu_background.png');
	font-size: 16px;
	letter-spacing: 1px;
}

#menu a
{	float: left;
	margin: 4px 8px;
	padding: 0 16px;
	line-height: 32px;
	color: white;
	text-decoration: none;
}

#menu a:hover
{	background-image: url('/_image/menu_a_background.png');
}

#header_image
{	position: absolute;
	left: 10px;
	top: 80px;
	width: 670px;
	height: 150px;
	border: 1px solid black;
}

#content
{	position: absolute;
	left: 0px;
	top: 256px;
	left: 19px;
	width: 652px;
	padding-bottom: 32px;
	border-bottom: 1px solid #fff;
}
h1, h2, h3, h4, h5, h6
{	margin: 4px 0 4px 0;
	padding: 0;
}

h1
{	padding: 8px 0 8px 0;
}

label
{	width: 100px;
	margin-right: 5px;
	float: left;
	text-align: right;
}

textarea
{
	width: 400px;
	height: 300px;
}

.post
{	padding-bottom: 8px;
}

.older_post
{	border-top: 1px solid #606060;
	padding-top: 16px;
	padding-bottom: 8px;
}

span.post_date
{	float: right;
	font-size: 14px;
}

.comment
{	margin: 0;
	padding: 4px;
	overflow: auto;
	border-top: 1px solid #606060;
}

.comment_header
{
	float: left;
	width: 192px;
}
.comment p
{
	width: 450px;
	float: right;
	margin: 0;
	padding: 4px 0;
}

#your_comment
{	margin-top: 8px;
}

#sidebar
{	position: absolute;
	top: 80px;
	left: 692px;
	width: 246px;
	padding: 0 12px 0 10px;
}

#personal_info
{	text-align: center;
}

#personal_info a
{
	text-decoration: none;
}

#personal_info img
{	border: 1px solid black;
	margin-bottom: 5px;
}

#personal_info a img
{
	border-width: 0px;
	margin: 4px;
	text-decoration: none;
}

#personal_info strong a
{
	text-decoration: underline;
}

.share a
{	text-decoration: none;
	line-height: 22px;
}

.share img
{	border-width: 0px;
	float: left;
	margin-right: 5px;
}

#contents
{	margin-top: 16px;
}

#contents li
{	margin: 4px 0;
}

th
{	text-align: left;
}

.portfolio_item
{	overflow: auto;
	margin-bottom: 16px;
	padding-left: 16px;
}

.portfolio_item img
{	float: left;
	margin-right: 8px;
	border: 1px solid black;
}

.portfolio_item p
{	width: 405px;
	float: right;
	clear: right;
	margin-bottom: 8px;
}