#print_title {
	display: none;
}

div#wrap {
	position:relative;
}
div#page {
	position:relative;
	width:924px;
	margin:0 auto;
}
div#page_bottom {
	width:924px;
	margin:0 auto;
	text-align:right;
	padding:10px;
	color:#FFF;
}
div#page_bottom a {
	color:#669;
}
div#page_bottom a:hover {
	color:#9393DF;
}
div#top {
	position:relative;
	float:right;
	width:922px;
	height:92px;
	padding:0;
}
div#logo {
	position:absolute;
	float:left;
	height:91px;
	bottom:0px;
	overflow:hidden;
}
div#search {
	position:relative;
	float:right;
	top:20px;
	right:20px;
	width:304px;
	height:22px;
	background:url(/elements/background_omu_search.jpg);
	background-repeat: no-repeat;
	text-align:right;
	color:#FFF;
	font-size:9px;
}
div#search a {
	position: absolute;
	right:2px;
	top: 5px;
	color: #CCCCCC;
}
div#search a:hover {
	color:#FFFFFF;
}
.text_input {
	position:relative;
	top:-3px;
	left: -2px;
	width:123px;
	font-size: 10px;
	border:solid 1px #FFF;
}
.text_input_div {
	position:absolute;
	overflow:hidden;
	width:120px;
	height:14px;
	margin:0;
	top:4px;
	right:70px;
}
div#fast_menu {
	position:absolute;
	float:right;
	height:15px;
	padding:6px;
	width:410px;
	bottom:0;
	right:0;
	background:#FFF url(/elements/top_fast_menu.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
}
a.top_fast_menu_item:link,
a.top_fast_menu_item:visited {
	float:right;
	display:block;
	margin:1px;
	width:100px;
	line-height:14px;
	text-align:center;
	font-weight:normal;
	padding-top:1px;
	background: url(/elements/top_fast_menu_item_background.jpg);
	color: #FFF;
}
a.top_fast_menu:focus,
a.top_fast_menu_item:hover,
a.top_fast_menu_item:active {
	background:url(/elements/top_fast_menu_item_background_on.jpg);	
}
div#fast_links_container {
	width:auto;
	margin:0 auto;
}
div#main {
	float:right;
	width:923px;
	background:#FFF;
	padding:0;
	padding-bottom:70px;
	background-position:bottom left;
	background-repeat:no-repeat;
}

/* above the footer address */
div#rfp {
	text-align: center;
	clear: both;
	margin: 10px 0;
}
div#rfp a,
div#rfp a:link,
div#rfp a:visited {
	display: block;
	margin: 0 auto;
	width: 400px;
	background: #900;
	border: 1px solid #FFF;
	line-height: 20px;
	padding: 0 8px;
	color: #FFF;
}
div#rfp a:focus,
div#rfp a:hover,
div#rfp a:active {
	background:#C00;
}