

/* CSS Document */
/* Governs general layout of the page, background colors and edge colors */

html,body{
	margin:0;
	text-align: center; 
/* padding:0; */
	height:100%;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;/* Last height declaration hidden from Mac IE 5.x */
	margin: auto;
}

.clear{
  clear:both;
  height:1px;
  overflow:hidden;
  line-height:1%;
  font-size:0px;
  margin-bottom:-1px;
}

* html .clear{height:auto;margin-bottom:0;} 

#fullheightcontainer{
  margin-left:auto; 
  margin-right:auto; 
  text-align:left; 
  border-right:1px solid #ffffff; 
  border-left:1px solid #ffffff; 
  position:relative; 
  xwidth:px;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}

#wrapper{
  min-height:100%; 
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */

  background:#FFFFFF; 
}

#wrapp\65	r{ 
  height:auto; 
}

/* \*/
* html #wrapper{
  height:100%;
}
/* Last style with height declaration hidden from Mac IE 5.x */

#outer{
  z-index:1; 
  position:relative; 
  margin-left:189px; 
  width:380px; 
  border-right:1px solid #ffffff; 
  border-left:1px solid #ffffff; 
  background:#FFFFFF; 
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}

* html #outer{ 
  width:382px; 
  w\idth:380px; 
}
#float-wrap{
  width:380px; 
  margin-right:-1px; 
  float:left;
  display:inline;
}


