html, body {
	margin:0; 
	padding:0;
	height:100%;
}

body {
	background: url('../images/b1.png') repeat-x;
	margin:0px;
	padding:0px;
	overflow-y:visible;
}

A {
	text-decoration:none;
	color:#FFFFFF;
}

#floater {
	position:relative; 
	float:left;
	height:50%;	
	margin-bottom:-286px;
	overflow:hidden;
	width:1px;
}

#pageContainer {
	position:relative; 
	clear:left;
	height:572px;
	margin:0 auto;	
	width:985px;
	max-width:985px; 
	min-width:985px;
	margin: 0 auto;
	overflow:visible;
	position:relative;
	min-height:572px;
	border: 0px solid #FFFFFF;
}

#pageMenu {
	width:185px;
	margin-left:2px;
	overflow:visible;
	position:relative;
	height:100%;
	font-family:helvetica, arial;
	float:left;
}

#logo {
	background: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	overflow:visible;
	position:relative;
	height: 116px;
	min-height: 116px;
}

#menuItem {
	width: 185px;
	padding: 0px;
	text-transform: uppercase;	
	margin-top: 24px;
	height: 57px;
	min-height: 57px;
}

#menuBottom {
	width: 185px;
	padding: 0px;
	margin-top: 24px;
	height: 94px;
	min-height: 94px;
}

#pageContent {
	width: 757px;
	margin-left: 24px;
	float: left;
}

#pageHead {
	width: 757px;
	height: 116px;
	min-height: 116px;
	border: 0px solid #000000;
}

#pageText {
	width: 757px;
	background-color: #FFFFFF;
	height: 414px;
	min-height: 414px;
	margin-top: 36px;
}
#pageTextScroller {
	position: absolute;
	top: 152px;
	width: 657px;
	height: 394px;
	padding-top: 25px;
	padding-left: 50px;
	padding-right: 50px;
	overflow: auto;
	z-index:12;
	font-family: helvetica, arial;
	font-size: 12pt;
	line-height: 16pt;
}
#pageBottom {
	position: absolute;
	top: 480px;
	width: 757px;
	height: 90px;
	z-index:13;
}
/* superpatch ribbon */
#patchribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
    bottom: -10px;
  right: -10px;
}
#patchribbon::before,
#patchribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #ba421d;
    border-bottom-color: transparent;
  border-right-color: transparent;
}
#patchribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #F94E17;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 helvetica, arial;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
     left: -25px;
  bottom: 30px;
  transform: rotate(-45deg);
}
#patchribbon::before {
  bottom: 0;
  left: 0;
}
#patchribbon::after {
  top: 0;
  right: 0;
}


#adr {
	position: relative;
	width: 100%;
	padding: 10px;
	color: #FFFFFF;
	text-align: center;
	font-family: helvetica, arial;
	font-size: 9pt;
    margin-top: 10px;
}