html, body, ul, li, dl, dt, dd, img {
  margin: 0; 
  padding: 0;
  border: 0;
	list-style: none;
}

div#jellomold {
  padding: 0 493px; /* the critical side padding that sets the natural min-width! */ 
	color: #000; 
  font-family: verdana, sans-serif; 
  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: 100%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  text-align: left; /* resets the default text alignment for the page */
	max-width: 320px;
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -493px; /* neg side margin values should be < or = to side body padding */
	min-width: 770px; /* This prevents Safari from losing the negative margins in narrow windows */ 
	position: relative; /* makes #expander visible outside #sizer in IEwin */
} 

/*\*/
* 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 */
  font-size: .9em; /* set global font-size here */ 
  margin-bottom: -25px;
} /* 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 */
}


/****************** 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 {
  border-left: 0 solid #fff; /*** Critical left divider dimension value ***/
  border-right: 0 solid #fff; /*** Critical right divider dimension value ***/
  margin-left: 250px;    /*** Critical left col width value ***/
  margin-right: 160px;    /*** 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: 250px;    /*** Critical left col width value ***/
  margin-left: -250px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
  margin-top: 8px;
}

.right {
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 160px;    /*** Critical right col width value ***/
  margin-right: -160px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: -8px;   /*** Critical right divider dimension value ***/
  margin-top: 20px;
}

.centerbox {
  overflow: visible;
  width: 100%;
}

	div.centerbox div.textpadder {
		padding: 0 60px 0 0;
	}

	div.centerbox div.textpadder p {
		line-height : 150%;
		margin: 5px 5px 5px 0;
		color: #444;
	}

.container-left {color: #000;}

.container-right { color: #000; padding-bottom: 80px; position: relative; }
div>.container-right { margin: 0 0 0 -30px; }
/* makes room for the froggy */


/*************** Header and Footer elements *****************/

.header {
  height: 80px;
  margin: 10px 0 10px 7px;
  background: url(../images/camhlogo.gif) no-repeat 0 0;
}

#header {
  height: 80px;
  margin: 10px 0 10px 7px;
  background: url(../images/camhlogo.gif) no-repeat 0 0;
}

/* "jello" BG is made to be in fixed position here */

#header a {
text-decoration:none;
}

/*\*/
* html .header {background-position: 0 0;}
/* IEwin hack needed because the "jello" BG is in a positioned wrapper and shows
variance. IEwin does not support fixed backgrounds on elements other than the body */

.header span {color: #373;}

#header span {color: #373;}

.hide {
visibility:hidden;
}

#camh { /* CAMH.NET Link */
float: left;
position:absolute;
width : 159px;
height: 90px;
margin-left:5px;
margin-top: 0px;
}

.footer {
  width: 100%;
  font-size: 0.9em;
  clear: both;
  padding: 5px 0 35px;
  position: relative;
  text-align: center;
  border-top: 15px solid #C60;
	margin-top: 25px;
}

.footer p {color: #666;}

.footer hr {
  color: #944;
	margin: 0;
	background: #944;
	height: 5px;
}

/************** Spacing Controls for various column contents ***************/



.textpadder {padding: 8px;}

.container-right .textpadder {padding: 0; position: relative;}


/************** Special Fixes *************/

.outer {word-wrap: break-word;}
/* Prevents long urls from breaking layout in IE, must 
be hidden in a conditional comment for CSS to validate */

img {max-width: 100%;} 
/* prevents oversize images from breaking layout in browsers that support max-width */

/* \*/
* html #wrapper1,
* html #wrapper2,
* html .outer a, 
* html .container-left, 
* html .container-right,
* html .outer,
* html h2,
* html .sidenav li a 
{height: 1%;}
/* Holly hack */


/*** Variance fixes for IEwin ***/

/*\*/
* html .outer p {margin-right: -6px;}
/* */


/**************** Utility Rules *******************/

/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */


.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

.clicker {
  display: block;
  text-align: center; 
  padding: 3px; 
  background: #833; 
  cursor: pointer;   
}

.hide {display: none;}

.leftalign {
float: left;
}
.rightalign {
	float: right;
}

