body { margin: 0; text-align: center; }
div.frame { width:800px;
		margin-right:auto;
		margin-left:auto;
		padding:0px;
		text-align:left; }
div.frameinset {
	position: absolute;
	top: 0px;
	width: 800px;
	height: 100%;
}
div.masthead {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 139px;
	width: 798px;
	z-index: 1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
}
div.sidebar {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 150px;
	z-index: 2;
	height: 390px;
	background-image: url(../images/left_cells_01.jpg);
	background-color: #FFFFCC;
	background-repeat: no-repeat;
	background-position: left top;
}
div.main {
	position: absolute;
	top: 140px;
	left: 150px;
	width: 548px;
	z-index: 5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	border-top-color: #990000;
	
}
div.right {
	position: absolute;
	top: 140px;
	left: 700px;
	width: 100px;
	z-index: 1;
	height: 350px;
}
div.margin { margin: 6px 8px 8px; }
