

 /* Main container */

.container {

  width: 1000px;

  margin: 0 auto;

  border:0px solid #eee;

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

    height:100%;
    position: relative;

	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	


}



.column {

  float: left;

}



/* header and footer*/

.header  { width: 1000px;}

.footer { width: 1000px; }



/* middle content box with left and right column*/

.mid  { width: 1000px;}



/* Content Column*/

.content_column  { width: 520px;}



/* left and right Columns*/

.sidebar_left  { width: 225px; }

.sidebar_right { width: 225px; }

