@import url(clearer.css);
@import url(reset.css);

body { 
	font: 13px/1.3em Arial;
	text-align: center;
}
em { font-style: italic;}
#obc-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
#obc-header {}
#obc-main { 
	position: relative;
	margin: 0 0px;
}
#obs-sidebar {
	position: absolute;
	top: 0px;
	z-index: 10;
}
#obc-left #obs-sidebar,
#obc-left-nohead #obs-sidebar {
	left: 0px;	
}
#obs-content {
	position: relative;
}

#obc-right #obs-sidebar,
#obc-right-nohead #obs-sidebar {
	right: 0px;	
}

#obc-left-nohead #obc-header,
#obc-right-nohead #obc-header {
	display: none;
}
#obs-content-inner {min-height: 300px;}

.words-container {}
.words-container .words-col {
	float: left;
	width: 30%;
	margin-left: 5%;
}
.words-container .words-col.first {
	margin-left: 0;
}

