

	/* START OF ARCHIVE BAR CSS */
	div#of-ArchiveBar {
		z-index: 1000;
		position: absolute;
		top: 0;
		left: 0;
		background: url('../images/bar_bg_dark.gif') repeat-x top left;
		color: #666;
		font-family: 'Arial', sans-serif;
		font-size: 8pt;
		line-height: 8pt;
		text-align: left;
		width: 100%;
		height: 35px;
		}
	div#of-ArchiveBarInner {
		position: relative;
		margin: 0 auto;
		width: 800px;
		height: 35px;
		}
	a#of-ArchiveBar-Oceanflare {
		background: url('../images/bar_title_dark.gif') repeat-x top left;
		border: none;
		float: left;
		display: block;
		overflow: hidden;
		text-indent: -5000px;
		width: 210px;
		height: 35px;
		}
	a#of-ArchiveBar-Notice {
		z-index: 1002;
		position: absolute;
		top: 0;
		left: 210px;
		background: url('../images/bar_notice_dark.gif') no-repeat 0 3px;
		border: none;
		display: none;
		float: left;
		overflow: hidden;
		text-indent: -5000px;
		width: 242px;
		height: 35px;
		}
	/* END OF ARCHIVE BAR CSS */


	/* START OF ARCHIVE BAR THEMING CSS */
	div#of-ArchiveTheming {
		background-color: #000;
		border-top: 1px solid #214655;
		border-right: 1px solid #14323e;
		border-left: 1px solid #14323e;
		border-bottom: 1px solid #0b242f;
		float: right;
		margin: 1px 0;
		height: 29px;
	}
	div#of-ArchiveTheming img.preview {
		opacity: .5; /* Standard: FF gt 1.5, Opera, Safari */
		filter: alpha(opacity=50); /* IE lt 8 */
		-ms-filter: "alpha(opacity=50)"; /* IE 8 */
		-khtml-opacity: .5; /* Safari 1.x */
		-moz-opacity: .5; /* FF lt 1.5, Netscape */
				     
		float: left;
		margin: 2px;
		margin-right: 8px;
	}
	div#of-ArchiveTheming.hover,
	div#of-ArchiveTheming.selected {
		color: #999;
	}
	div#of-ArchiveTheming.hover img.preview,
	div#of-ArchiveTheming.selected img.preview {
		opacity: 1; /* Standard: FF gt 1.5, Opera, Safari */
		filter: alpha(opacity=100); /* IE lt 8 */
		-ms-filter: "alpha(opacity=100)"; /* IE 8 */
		-khtml-opacity: 1; /* Safari 1.x */
		-moz-opacity: 1; /* FF lt 1.5, Netscape */
				     
	}
	div#of-ArchiveTheming span.preview_title {
		background: none;
		display: block;
		float: left;
		padding-top: 8px;
	}
	/* END OF ARCHIVE BAR CSS */


	/* START OF ARCHIVE BAR ARROW CSS */
	div#of-ArchiveTheming a.arr,
	div#of-ArchiveTheming a:visited.arr {
		background: url('../images/bar_arr_sprite.gif') no-repeat 0 0;
		border: none;
		display: block;
		float: right;
		overflow: hidden;
		text-indent: -5000px;
		width: 27px;
		height: 29px;
	}
	div#of-ArchiveTheming a:hover.arr,
	div#of-ArchiveTheming.selected a.arr {
		background: url('../images/bar_arr_sprite.gif') no-repeat 0 -29px;
	}
	div#of-ArchiveTheming a:active.arr {
		background: url('../images/bar_arr_sprite.gif') no-repeat 0 -58px;
	}
	div#of-ArchiveTheming.hover a {
		background: url('../images/bar_arr_sprite.gif') no-repeat 0 -87px;
	}
	/* END OF ARCHIVE BAR ARROW CSS */


	/* START OF ARCHIVE BAR THEME LIST CSS */
	div#of-ArchiveTheming-List {
		z-index: 1001;
		position: absolute;
		top: 32px;
		right: 0;
		background-color: #0B242F;
		display: none;
		width: 200px;
	}
	div#of-ArchiveTheming-List ul,
	div#of-ArchiveTheming-List ul li {
		background: none;
		border: none;
		list-style: none;
		list-style-image: none;
		margin: 0;
		padding: 0;
		text-transform: none;
		height: auto;
	}
	div#of-ArchiveTheming-List ul {
		position: relative;
		margin: 5px 0 0 5px;
		width: auto;
	}
	div#of-ArchiveTheming-List ul li {
		cursor: pointer;
		line-height: 0;
		margin: 0 5px 5px 0;
		width: auto;
	}
	div#of-ArchiveTheming-List ul li.hover {
		background-color: #273c44;
	}
	div#of-ArchiveTheming-List ul li img {
		border: 5px solid #2a4148;
		margin-right: 8px;
	}
	div#of-ArchiveTheming-List ul li span {
		color: #1786b1;
		font-family: 'Arial', sans-serif;
		font-size: 15pt;
		line-height: 15pt;
		letter-spacing: 0;
		vertical-align: 22px;
	}
	div#of-ArchiveTheming-List ul li.hover span {
		color: #ccc;
	}
	input#of-ArchiveTheming-Theme {
		display: none;
	}
	/* END OF ARCHIVE BAR THEME LIST CSS */


	/* START OF SITE CSS */
	body {
		margin-top: 35px;
		background-position: 0 35px;
		}
	/* END OF SITE CSS */


