
 /* Main container */
.container {
  width: 750px;
  margin: 0 auto;
  border:5px solid #CC0000;

  display:table; /* must put this in for FireFox. */
 

}

.column {
  float: left;
}

/* header and footer*/
.header  { width: 750px;}
.footer { width: 100%;}

/* middle content box with left and right column*/
.mid  { width: 750px;}

/* Content Column*/
.content_column  { width: 550px;}

.add{
margin-top:10px;
width:200px;
float:right;
text-align:center;

}



/* left and right Columns
.sidebar_left  { width: 175px; }*/

.sidebar_right { width: 200px; }

