
/* this is the css for the box position (left or right). It also fixes some browser compatiblity. */
.box_left_float  
	{ float: left; position: relative; left: -6px; top: -1px; overflow:hidden; padding:0 0 0px 0 }
.box_right_float
	{ float: right; position: relative;  top: -1px; margin: 3px 0px 0px 5px; }
.box_left_float p, .box_left_float h1, .box_left_float h2, .box_left_float h3, .box_left_float h4, .box_left_float h5, .box_left_float h6, .box_left_float br, 
.box_right_float p, .box_right_float h1, .box_right_float h2, .box_right_float h3, .box_right_float h4, .box_right_float h5, .box_right_float h6, .box_right_float br
	{ padding: 0px; margin: 0; }
.box_left_float br, .box_right_float br 
	{ clear: both; line-height: 10px; }
.box_left_float img, .box_right_float img
	{ padding: 0; margin: 0; *margin-bottom: -3px; _margin-bottom: -3px; }
/* this is the css for the box border */
.box_top_left 
	{ float: left; background: url(/includes/images/box_top.png) left top no-repeat; height: 19px; width: 21px; }
.box_top_center 
	{ float: left; background: url(/includes/images/box_top.png) center top no-repeat; height: 19px; }
.box_top_right 
	{ float: left; background: url(/includes/images/box_top.png) right top no-repeat; height: 19px; width: 21px; }
.box_left
	{ float: left; background: url(/includes/images/box_left.png) left top repeat-y; width: 21px; }
.box_middle
	{ background: url(/includes/images/box_middle.jpg) repeat-x #D2CEAA; position: relative; left: 21px; padding-left:0px; overflow:hidden }
.box_right
	{  background: url(/includes/images/box_right.png) right top repeat-y; width: 21px; overflow:hidden; padding:0 0 0px 0 }
.box_pattern
	{ float: left; background: url(/includes/images/box_pattern.png) ; padding:0 0 10px 10px }
.box_text
	{  }
.box_bottom_left 
	{ float: left; background: url(/includes/images/box_bottom.png) left bottom no-repeat; height: 23px; width: 21px; }
.box_bottom_center
	{ float: left; background: url(/includes/images/box_bottom.png) center bottom no-repeat; height: 23px; margin:0 0 20px 0 }
.box_bottom_right 
	{ float: left; background: url(/includes/images/box_bottom.png) right bottom no-repeat; height: 23px;  width: 21px; }
/*	
#box_pattern_1 {
	 padding:0 0 25px 0 }
	
#box_pattern_2 {
	padding:0 0 25px 0;
}*/
