#mainContainer {
	width: 846px; /*** Centers the design ***/
	min-height: 800px;
	/*background: #add8e6;
	background:#FF0000;
		background-color: #006600;
		background-image:url(../dwimages/bamboo-bg5.jpg);
		background-image:url(../dwimages/wood-slats-2.jpg);*/
	background: url(../dwimages/pinkbg.jpg) repeat-y top left;	
	text-align: center; /*** Because we centered the text in body we have to move the text back to left aligning ***/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
html,body{width:100%;height:100%; background-color: #CCCCCC;} 
* html #mainContainer {

height: 100%; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
/*background: #566699;*/
padding: 20px
}
/**************************
CONTENT AND COLUMNS
**************************/


.clear { clear: both; }

* html #content { }

.outer {
height: 100%;
}

* html .outer {
}

.inner {
height: 100% ; 
overflow: visible;
}

* html .inner {
width: 100%;
}

.float-wrap {
	float: left;
	width: 100%;
    position: relative ;
	overflow: visible;
}

#precontent {

height:100%;
float: right;
background:#fff;
width:600px;
	position: absolute; /*** IE needs this  ***/
	top: 0;
	right: 0;
	 margin-bottom: 50px;
	 padding: 1em;
	 margin-right: 1em;
	 filter: alpha(opacity=90);filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);-moz-opacity: 0.90; opacity:0.9;
}

#content {	 margin-right: 1em;
background:transparent;
padding: 1em;
    margin-bottom: 50px;
	float: right;
	width: 600px;
	position: absolute; /*** IE needs this  ***/
	top: 0;
	right: 0;
	overflow:visible;
	}
/*	background-color: #ddb;
	background-color: #663399; 
}

#contengt p { 

  filter:alpha(opacity=60);
  
  opacity:0.6;
}

***/
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
	float: left;
	width: 185px;
/*	min-height: 2400px;  */
	padding: 5px;
	position: relative; /*** IE needs this 
	background-color: #29B0A2;***/ 
	color: #555555;
	text-align: center;
}
* html #left {
height: 250px;
}


/*************************
RIGHT COLUMN
**************************/
#right {
background: transparent;
	float: right;
	width: 10px;
/*	background: #29B0A2;*/
/*	padding: 5px;
	min-height: 250px;*/
	position: relative; /*** IE needs this  ***/
	text-align: center;
}

* html #right {
margin-right: -120px; /*** IE gets this margin. ***/
/*height: 250px;*/
}
#right ul {
list-style: none;
padding-bottom: 4px;
}
#right li {
padding-bottom: 2px;
}
/************************
FOOTER
.contentWrap td {
	background-color: #80B427;
}
**************************/
#footer {
	width: 100%;
	text-align: center;
/*	background-color: yellow;*/
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-bottom: 20px;
}

img {
	margin: 5px;
	padding: 5px;
}

