* { margin:0; padding:0;}

.min_width{
	text-align:left;
	width:100%;
width: expression(document.body.clientWidth<887 ? "887px" : "100%"); 	min-width:887px;
	
}

/*======= You can modify the width of the website by changing "width" parameter. The minimum value is 887px. =======*/
.col1, .col2, .col3, .col4, .col5, .box_1, .box_2{ float:left}
/*======= width =======*/
.site{ text-align:left;
width:887px;
background:url(../images/talling_bot.gif) bottom left repeat-x;
	margin-right: auto;
	margin-left: auto;
	
	}


/*======= index.html =======*/
#page1 #content{ width:95%}
#page1 #content .col1{ 
	width:30%;
	float: left
}
#page1 #content .col2{ width:49%}
#page1 #content .col3{ 
	width:20%;
	float: right
	}
#page1 #content .col2 .box_1{ width:49%}
#page1 #content .col2 .box_2{ width:49%}
