/* CSS Document */
body{
	text-align: center;
}
#wrapper{
	width: 100%;
}
#header_wrap{
	height: 25px;
	width: 100%;
	background-color: #000;
	text-align: center;
}
#header_wrap #header{
	width: 850px;
	height: 25px;
	margin: 0 auto;
}
#header_wrap #header #header_logo{
	width: 70px;
	height: 25px;
	background-color: #fff;
	float: left;
}
#header_wrap #header #header_r1{
	width: 15px;
	height: 25px;
	background-color: #663333;
	float: left;

}
#header_wrap #header #header_r2{
	width: 15px;
	height: 25px;
	background-color: #993333;
	float: left;
}
#header_wrap #header #header_r3{
	width: 15px;
	height: 25px;
	background-color: #990000;
	float: left;
}
#header_wrap #header #header_r4{
	width: 15px;
	height: 25px;
	background-color: #660000;
	float: left;
}
#body_wrap{
	width: 100%;
	height: 100%;
	text-align: center;
	margin-top: 25px;
}
#body_wrap #body{
	width: 850px;
	height: 100%;
	margin: 0 auto;
	background-color: #fff;

}
#body_wrap #body #body_left{
	width: 650px;
	height: 600px;
	float: left;
	background-color: #fff;
	text-align: left;
}
#body_wrap #body #body_left #body_left_head{
	width: 650px;
	height: 40px;
	background-color: #000;
	padding: 5px;
}


#body_wrap #body #body_right{
	width: 200px;
	height: 600px;
	float: left;
	background-color: #fff;
}
#body_wrap #body #body_right #body_right_head{
	width: 200px;
	height: 40px;
	background-color: #000;
	padding: 5px;
	background-image: url(../images/barcode.gif);
}
/*rounded corners grey borders*/
.rtop_s1, .rbottom_s1{display:block; background: #fff}
.rtop_s1 *, .rbottom_s1 *{display: block; height: 1px; overflow: hidden; background: #ccc}
.r1_s1{margin: 0 4px; background: #ccc}
.r2_s1{margin: 0 2px; background: #ccc}
.r3_s1{margin: 0 1px; background: #ccc}
.r4_s1{margin: 0 1px; background: #ccc}
/*rounded corners white inner*/
.r2_s2{margin: 0 2px; background: #fff}
.r3_s2{margin: 0 1px; background: #fff}
.r4_s2{margin: 0 1px; background: #fff}

#body_wrap #body #body_left #caption_s1{
	width: 610px;
	margin-top: 13px;
	background-color: #ccc;
	text-align: center;
}
html>body #body_wrap #body #body_left #caption_s1 #caption_s1_inner{
	width: 598px;
	height: 100px;
	background-color: #fff;
	padding: 5px;
	text-align: left;
	margin: 0 auto;
}
#body_wrap #body #body_left #caption_s1 #caption_s1_inner{
	width: 608px;
	height: 100px;
	background-color: #fff;
	padding: 5px;
	text-align: left;
	margin: 0 auto;
}
