/***2 Column Layout***/

#container1 {
width:1000px;
margin-left:auto; 
margin-right:auto;
text-align:center;
background-color:#f2f2f2;
 margin-bottom:10px;
 margin-top:5px;
 position:relative;
 z-index:1;
}


div.middle-column{
display:inline;
width:823px; 
float:right;
background-color:#ffffff;
margin-left:5px;
margin-top:10px;
text-align:left;
border:1px solid #ccc;
min-height:900px;

}

div.left-column{
width:162px; 
 float:left; 
 position:relative;
 text-align:left;
 border:1px solid #ccc;
 margin-top:10px;
 background-color:#ffffff;
 min-height:900px;
 
}


div.clear{
clear:both;
}

/***2 Column Layout ***/

