body {
  margin: 0px auto;
	border: 0px solid transparent;
	padding: 0px 0px;

	text-align: center;

	background-image: url('../images/bg_pixel.png');
}

#pageFormatter {
  margin: 0px auto;
	padding-top: 100px;

	height: 100%;
  /* min-height: 520px; */
	width: 950px;

	background-image: url('http://presentor.fi/images/bg_extranetl.png');
	background-repeat: no-repeat;
	background-position: top center;
}

#pageFormatter2 {
  margin: 0px auto;
	padding-top: 100px;
	
	height: 520px;
	width: 950px;

	background-image: url('../images/bg.png');
	background-repeat: no-repeat;
	background-position: top center;
}

#pageFormatterOrder {
  margin: 0px auto;
	padding-top: 100px;

	height: 520px;
	width: 950px;

	background-image: url('../images/bg.png');
	background-repeat: no-repeat;
	background-position: top center;
}

#pageFormatterOrder2 {
  margin: 0px auto;
	padding-top: 100px;
	
	height: 520px;
	width: 950px;

	background-image: url('../images/bg.png');
	background-repeat: no-repeat;
	background-position: top center;
}


#pageContent {
	margin-left: 60px;
	margin-right: 60px;
	margin-bottom: 24px;
	/* border: 1px solid green; */

  display: block;

	width: 830px;
	height: auto;
/*  min-height: 460px; */
}

#leftContent {
	/* border: 1px solid red; */
	
	width: 318px;
  height: auto;

	clear: left;
	float: left;
}

#rightContent {
	/* border: 1px solid blue; */
	
	width: 478px;
  height: auto;

  clear: right;
	float: right;
}

#noteContent {
	border: 1px solid blue;
	
	width: 478px;
  height: auto;

  clear: right;
	float: right;
}

#copyright {
	/* border: 1px solid red; */

	height: 25px;
	width: auto;

  clear: both;
  float: center;

  position: relative;
  top: 30px;
}

.copyright {
	margin-top: 30px;
  z-index: 1;
	align:center;
}

.leftImage {
	/* img 252 x 380 */
	background-color: transparent;
}

.pageTitle {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	font-family: "Trebuchet MS", arial, Helvatica, sans-serif;
}

.contentText {
	position: relative;
  top: -3px;
}

.form {
	text-align: left;
	background-color: transparent;
}

.menu {
	align: right;
	text-align: left;
	
	background-color: transparent;
}

.smallFont {
	font-size: 11px;
}

.smallFontGrey{
	font-size: 11px;
	color: #666666;
}

.smallFontRed
	font-size: 11px;
	color: #EC1313;
}