body	{
	font: 11px verdana, arial, geneva, sans-serif;
	float: left;
	line-height: 20px;
	background-color: #FFF;
	padding: 0;
	margin: 0;
}

a:link {color: black;}
a:visited {color: black;}
a:hover {color: gray;}
a:visited:hover {color: gray;}

#header	{
	font-weight: bold;
	position: absolute;
	left: 380px;
	top: 38px;
}

.comment {
	position: static;
	top: 60px;
	left: 130px;
	width: 375px;
	text-align: justify;
	background-color: #EAF8FB;
	border: solid 1px #DDD;
	padding: 15px;
	z-index: 2;
}

.post	{
	position: static;
	top: 60px;
	left: 130px;
	width: 375px;
	text-align: justify;
	background-color: #EAF8FB;
	border: solid 1px #DDD;
	padding: 15px;
	z-index: 1;
}

#nav	{
	position: absolute;
	top: 500px;
	left: 130px;
	width: 150px;
	height: 200px;
	background-color: #F9F9F9;
	border: solid 1px #DDD;
	padding: 15px;

}


img.me	{
	position: absolute;
	background: transparent;
	top: 0;
	left: 0;
	z-index: 2;
	width: 400px;
	height: 486px;
}

#column	{
	position: absolute;
	top: 60px;
	left: 350px;
	width: 375px;
	text-align: justify;
	border: solid 0px #FFFFFF;
	background-color: #FFFFFF;
	z-index: 1;
}

.quote {
	padding-left: 35px;
	padding-right: 35px;
}