@charset "utf-8";
/*  Wrapper and Columns
----------------------------------------------------------*/
#wrapper {
  width: 800px;
  height: 600px;
  margin: 0 auto;
  background: transparent url("/default/kris_images/SEA-outline_5.gif") left top no-repeat;
  overflow: hidden;
  position: relative;
}

#header {
  overflow: hidden;
  padding-top: 26px;
}

#logo {
  width: 158px;
  float: left;
  padding: 112px 0 0 48px;
}

#content {
  width: 584px;
  padding-top: 28px;
	padding-right: 10px;
  float: left;
	overflow: visible;
}

#operations1 #content {
	position: relative;
}

.operations_content #content {
	width: auto !important;
	padding: 0 !important;
	float:  none !important 
}

#footer {
	font-size: 10px;
	width:594px;
	margin: 0 auto;
	padding: 0 0 4px 206px;
	text-align: left;
	clear:both;
	background: #2f3030;
}

#footer, #footer a {
  color: #ccc;
  text-decoration: none;	
}

#footer a:hover {
  color: #fff;
}


/* Helper class 
-------------------------------------------*/
.clear {
    clear: both;
    line-height:0em;
}

.fltlt {
  float: left;
}

.fltrt {
  float: right;
}

.alnlt {
  text-align: right;
}

.alnrt {
  text-align: left;
}

.alnctr {
  text-align: center;  
}
