* {
	padding:0px;
	text-indent: 0mm;
	margin-right: 0px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

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

/*======= 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;
	padding-left: 0px;
}
/*======= width =======*/
.site{ text-align:left; width:887px; background:url(../images/talling_bot.gif) bottom left repeat-x; z-index:-999;  }


/*======= index.html =======*/
#page1 #content .col1{ width:29%}
#page1 #content .col2{
	width:40%
}
#page1 #content .col3{ width:30%}

/*======= index-1.html =======*/
#page2 #content .col1{ width:70%}
#page2 #content .col2{ width:29%}

/*======= index-2.html =======*/
#page3 #content .col1{
	width:30%;
	float: left;
}
#page3 #content .col2{
	width:60%
}

/*======= index-3.html =======*/
#page4 #content .col1{ width:29%}
#page4 #content .col2{
	width:60%
}
#page4 #content .col3{ width:29%}

/*======= index-4.html =======*/
#page5 #content .col1{ width:29%}
#page5 #content .col2{ width:71%}
#page5 #content .col2 .box_1{ width:49%}
#page5 #content .col2 .box_2{ width:49%}

