/**
**
**
*/

/* set default namespace to HTML */
/* @namespace url(http://www.w3.org/1999/xhtml); */
/* @import url("browserdefaults_compact.css"); */

@import url("_slade.css");
@import url("_wiki2.css");

#main {
	width:470px;
	float:left;


	margin: 0px 0px 14px 4px; 
	padding: 4px 12px 4px 4px; 
	text-align:justify;
	border-right:1px solid #888;
	border-bottom:1px solid #888;

}

#side {
	width:240px;
	float:left;

	margin: 0px 0px 4px -1px; 
	padding:4px 0px 4px 4px;

	border-top:1px solid #888;
	border-left:1px solid #888;
}

#crumb {
	font-size:7pt;
	margin:1px 0px 6px 6px;
	line-height:6px;
}


