@charset "utf-8";
/* CSS Document */
/* some custom fonts via google font api */


/* content block 2 */

/* content block 3 */


/* content block 5 */


.box_bottom_right{
	background:url('imgs/bottom_right2.png') no-repeat  right;			
}
.box_bottom_left{
	background:url('imgs/bottom_left2.png') no-repeat  left;
	position:relative;
	padding-left:16px;
	height:20px;
}
.box_bottom_center{
	background:url('imgs/bottom_center2.png') repeat-x center;
	height:20px;
	margin-right:16px
}
.box_top_right{
	background:url('imgs/top_right2.png') no-repeat  right;
}
.box_top_left{
	background:url('imgs/top_left2.png') no-repeat  left;
	position:relative;
	padding-left:16px;
	height:15px;
}
.box_top_center{
	background:url('imgs/top2.png') repeat-x;
	height:16px;
	margin-right:16px;
}
.box_center_right{
	background:url('imgs/right2.png') repeat-y scroll right;
}
.box_center_left{
	background:url('imgs/left2.png') repeat-y scroll left;
}