/*Layout*/


/*#menu {
	width:195px;
	border-left: 1px dotted #999;
	margin-bottom:8px;
	margin-left: 590px;
	margin-top: 0;
}*/

#menu {
	width:195px;
	border-left: 1px dotted #999;
	position: absolute;
	z-index: 4;
	left: 600px;
	top: 60px;
}



#blogText{
	margin-left: 40px;
	width: 520px;
	overflow: auto;
	position: static;
	*margin: 0 0 0 -240px;
}

* html #blogText {
	margin-left: -240px;
}