/* 2 columns, main text right */

html, body, dl, dt, dd, img { /*ol, ul, li, */
	padding: 0;
	border: 0;
/*	list-style: none; */
	margin: 0;
}

body {
	padding: 0 395px; /* the critical side padding that sets the natural min-width (=2x padding)! */
	/*	background: url(../images/brownlattice2.gif); /* this BG tiles the area outside the columns */
	font-size: 100.01%; /* this body font-size fixes an IE bug and maintains x-browser uniformity */
	text-align: center;
}

#sizer {
  margin: 0 auto; /* centers #sizer in standard browsers */
  padding: 0;
  width: 80%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  text-align: left; /* resets the default text alignment for the page */
	max-width: 260px;
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -390px; /* neg side margin values should be < or = to side body padding */
	min-width: 780px; /* This prevents Safari from losing the negative margins in narrow windows */ 
	position: relative; /* makes #expander visible outside #sizer in IEwin */
	/* outlines the "page" */
  margin-top: 5px;
  margin-bottom: 5px;
} 

/*\*/
* html #expander {height: 0;} 
/* #expander must have "height: 0" in IEwin bug fixing */

/* The above is a modified Holly hack for #expander, with zero substituted for the 
usual 1% height value. Any % value on this element causes a horrendous IE bug! */ 


#wrapper1 {
  position: relative;
/*	background: url(../images/redcircles.gif); /* this BG tiles the left column or the entire main block */
/*  background-color:#fbfbfb; */
  font-size: .9em; /* set global font-size here */ 
/*  border: 1px solid #ddd; */
  border-width: 4px 3px;
  clear:both;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {  
  position: relative; /* extra insurance against bugs in IEwin */
/*	background: url(../images/redblots.gif) 100% 0 repeat-y; /* this BG tiles the right column */
/*	background-color:#fbfbfb; */
}


/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */


.outer {
	/*  background: url(../images/bluelattice.gif); /* this BG tiles the center column */
/*  background-color:#fbfbfb; */
  border-left: 2px none #da5; /*** Critical left divider dimension value ***/
	border-right: 2px none #da5; /*** Critical right divider dimension value ***/
	margin-left: 200px;    /*** Critical left col width value ***/
	margin-right: 5px;    /*** Critical right col width value ***/
}

.float-wrap {
  float: left;
  width: 100%;
}

.center {
  float: right;
  width: 100%;
}

.left {
  float: left;
  position: relative; /* Needed for IE/win */
  width: 200px;    /*** Critical left col width value ***/
  margin-left: -202px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.right {
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 0px;    /*** Critical right col width value ***/
  margin-right: -2px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 2px;   /*** Critical right divider dimension value ***/
  visibility:hidden;
}

.centerbox {
/*  font-weight: bold;
  text-align: justify; */
  overflow: visible;
  width: 100%;
}

.container-left {}

.container-right {
	/* padding-bottom: 80px; */ /* makes room for the froggy */
} 
