/* CSS Document */

.sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000 url(../images/bg_SideBar.jpg) no-repeat left bottom; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0 0 0;
	vertical-align: top;
	height:auto!important;
	height:500px; /*อันนี้ความสูงเริ่มต้น IE จะอ่านตัวนี้ครับ*/
	min-height:500px; /*ความสูงอย่างน้อยครับ FF จะอ่านตัวนี้ครับ แต่ IE ไม่อ่าน*/

}
.sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000 url(../images/bg_SideBar.jpg) no-repeat left bottom; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0 0 0;
	vertical-align: top;
	height:auto!important;
	height:500px; /*อันนี้ความสูงเริ่มต้น IE จะอ่านตัวนี้ครับ*/
	min-height:500px; /*ความสูงอย่างน้อยครับ FF จะอ่านตัวนี้ครับ แต่ IE ไม่อ่าน*/
	}