/* rules for standards-savvy browsers, including IE7 */
.box {
min-height: 100px;
}
/*for IE6 and below */
*html .box {
height: 100px;
}
#site_center {
	text-align:center;
	color: #FFFFFF;
}
#main {
	width:743px;
	margin:0 auto;
	text-align:left;
	margin-top:20px;
	padding-bottom: 0px;
	border-bottom-color: #FFFF00;
}

#header {
	height:425px;
}
#header, #content, #footer {
	font-size:0.75em;
	background: fff;
	top: 10px;
}

.col_1, .col_2, .col_3, .column1, .column2, .column3 { float:left;}

/*======= index.html =======*/
#page1 #content .col_1 {width:233px;}
#page1 #content .col_2 { width:456px;}

/*======= index-1.html =======*/
#page2 #content .col_1 {
	width:233px;
	text-indent: 10px;
}
#page2 #content .col_2 {
	width:400px;
}

/*======= index-2.html =======*/
#page3 #content .col_1 {
	width:235px;
}
#page3 #content .col_2 {
	width:216px;
}
#page3 #content .col_3 { width:223px;}

/*======= index-3.html =======*/
#page4 #content .col_1 {
	width:100%;
}
#page4 #content .col_2 { width:446px;}

/*======= index-4.html =======*/
#page5 #content .col_1 {width:233px;}
#page5 #content .col_2 { width:456px;}

/*======= index-5.html =======*/
#page6 #content .col_1 {width:233px;}
#page6 #content .col_2 {
	width:456px;
	background-color: #252C30;
	background-image: url(../images/1_t2.gif);
	background-repeat: repeat;
}


/*=========================*/


#footer {height:54px;}
