* {
	margin: 0 auto 0 auto;
	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; 

  background:url(../images/talling_bot.gif) bottom left repeat-x 
  }


/*======= index.html =======*/
#page1 #content1 .col1{ width:17%}
#page1 #content1 .col2{ width:65%}
#page1 #content1 .col3{ width:18%}

/*======= index-1.html =======*/
#page2 #content1 .col1{ width:70%}
#page2 #content1 .col2{ width:29%}

/*======= index-2.html =======*/
#page3 #content1 .col1{ width:29%}
#page3 #content1 .col2{ width:70%}

/*======= index-3.html =======*/
#page4 #content1 .col1{ width:29%}
#page4 #content1 .col2{ width:41%}
#page4 #content1 .col3{ width:29%}

/*======= index-4.html =======*/
#page5 #content1 .col1{ width:29%}
#page5 #content1 .col2{ width:71%}
#page5 #content1 .col2 .box_1{ width:49%}
#page5 #content1 .col2 .box_2{ width:49%}