 /* Main container */
.container {
	height: 100%;
	width: 922px;
	margin: 20px auto;
	border: #fff 10px solid;
	background-image: url(/blog/wp-content/themes/garden/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #506500;
	display: table;

}

.column {
  float: left;
}

/* header and footer*/
.header  { width: 922px;}
.footer { width: 922px;}

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

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

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

.prepend-0   { padding-left: 20px; } 
.prepend-1   { padding-left: 40px; }  
.prepend-2   { padding-left: 80px; } 
.prepend-3   { padding-left: 120px; } 
.prepend-4   { padding-left: 160px; } 

.append-1   { padding-right: 40px; }  
.append-2   { padding-right: 80px; } 
.append-3   { padding-right: 120px; }




 /* Main container */
.container {
	height: 100%;
	width: 922px;
	margin: 20px auto;
	border: #fff 10px solid;
	background-image: url(/blog/wp-content/themes/garden/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #506500;
	display: table;

}

.columnstatic {
  float: left;
}

/* header and footer*/
.headerstatic  { width: 922px;}
.footerstatic { width: 922px;}

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

/* Content Column*/
.content_columnstatic  {
	width: 550px;
	margin-left: 20px;
	margin-top: 10px;
}

/* left and right Columns*/
.sidebar_leftstatic  { width: 170px;}
.sidebar_rightstatic { width: 150px; float: right; margin-right:5px; margin-top:20px;}

