/*Layout*/
#page{
	width:90%;
	max-width: 75em;
	margin: 0 auto 0 auto;
	padding: 0 0 10px 0;
}

#contentbcfc {
	margin: 5px -290px 8px 0 ;
	width:100%;
	float:right;
}

#menu {
	width:250px;
	border-right: 1px solid #ebebeb;
	margin-top:-90px;
	margin-bottom:8px;
	padding-right: 10px;
	float:left;
}

.footerHeader {
	margin:3px 8px 0 8px;
	clear:both;
}

#blogText{
	margin-right:300px;
}

#tb a {
	font-weight:normal;
	color:#d74700;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #d74700;
}
#tb a:hover {
	text-decoration:underline; 
	font-weight:normal;
	color:#d74700;
}
