body       { text-align:center; background-color:#666;  }
#container { width:1000px; margin:5px auto; text-align:left; 
             background-color:#aaa; /** set border color **/
             padding:8px 8px 0 8px; } /** set outline width these three places **/
#content   { margin:0; padding:0; background-color:#fff; } /** column container **/
.spacer    { height:10px; padding:0; }
.clearspacer { clear:both; height:8px; background-color:#aaa;  }
#left      { /** border-right:10px solid #008; **/ /** left column; set border color **/
             float:left; width:200px; padding:10px 10px 0 10px; }
#header    { background-color:#eee; padding:10px;  }
#center    { border-left:8px solid #aaa; /** center column, set separator color **/
             float:left; width:740px;  padding:10px;  } /** center column **/
/** note: column separator border is on left or center, depending on which is taller! **/

.leftbutton {
  padding:5px 10px; width:120px; margin:0 auto; 
  border-left:2px solid #fee; border-top:2px solid #fee; border-right:2px solid #644; border-bottom:2px solid #644;
}
.leftbuttonwindow {
  padding:5px 10px; width:120px; margin:0 auto; 
  border-left:2px solid #fee; border-top:2px solid #fee; border-right:2px solid #644; border-bottom:2px solid #644;
}