.site-center {
	width:980px;
	text-align:left;
	font-size:0.687em;
}


.col-1, .col-1-2, .col-2-3, .col-2, .col-3, .row-box-1, .row-box-2{ float:left;}


/*======= index.html =======*/
#page1 .content .col-1{width: 250px;}
#page1 .content .col-2{width: 629px;}

/*=========================*/
#page2 .content .col-1{width: 260px;}
#page2 .content .col-2{width: 618px;}

#page3 .content .col-1 {width: 439px;}
#page3 .content .col-2 {width: 439px;}

#page3 .content .col-1-2{
	width: 419px;
	padding: 0px 20px 0px 0px;
}
#page3 .content .col-2-3{
	width: 419px;
	padding: 0px 0px 0px 40px;
}
#page4 .content .col-1 {width: 365px;}
#page4 .content .col-2 {width: 513px;}

#page5 .content .col-1{width: 284px;}
#page5 .content .col-2{width: 594px;}

/*========contentBack===========*/
.corner-top-left {
	background: url(images/corner_top_left.gif) no-repeat left top;
}
.corner-top-right {
	padding: 30px 13px 5px 26px;
	background: url(images/corner_right_top.gif) no-repeat right top;
	
}
.corner-bottom-left {
	background: url(images/corner_left_bottom.gif) no-repeat left bottom;
}
.corner-bottom-right {
	background: url(images/corner_right_bottom.gif) no-repeat right bottom;
}
.border-top {
	background: url(images/border_top.gif) repeat-x top;
}
.bordr-bottom {
	background: url(images/border_bottom.gif) repeat-x bottom;
}
.border-left {
	background: #fff url(images/border_left.gif) repeat-y left;
}
.border-right {
	background: url(images/border_right.gif) repeat-y right;
}

