/*Layout*/
/* controls the way that the main blog page is displayed */

/*Main page - modified to BookBrowse standard*/
/*
#page{
	width: 960px; 
	vertical-align: top;
	min-width: 800px;
	margin: 0 auto 0 auto;
	padding: 0px;
	background-color:#FFFFFF;
}



#content {
	margin: 15px 0 8px 0px ;
	width:100%;
	float:left;
	}


/* Right border */
#menu {
	width:250px;
	border-right: 1px dotted #999;
	margin-bottom:8px;
	float:right;
}

/*Footer: used to be margin:3px 8px 0 8px;
.footerHeader {clear:both;}*/

#blogText{
	margin-left:10px;
	margin-right: 10px;
}

