/*Layout*/
#page{
	margin:0 auto;
	max-width:none;
	overflow:hidden;
	padding:0 0 10px;
	width:95%;
	position: relative;
}

#content {
	margin: 15px -200px 8px 0 ;
	width:100%;
	float:left;
}

#menu {
	width:195px;
	border-left: 1px dotted #999;
	margin-bottom:8px;
	position:absolute;
	top: 0;
	right: -7px;
}

.footerHeader {
	margin:3px 8px 0 8px;
	clear:both;
}

#blogText{
	margin-right:200px;
}