/***** BOXES ****************************************************************************/

.box_200 {
	width:200px;
}

.box_200 .content {
	width:184px;
	float:left;
}

.box_241 {
	width:240px;
}

.box_241 .content {
	width:224px;
	float:left;
}

.box_482 {
	width:482px;
}

.box_482 .content {
	width:466px;
	float:left;
}

.box_723 {
	width:722px;
}

.box_723 .content {
	width:706px;
	float:left;
}

.box_763 {
	width:762px;
}

.box_763 .content {
	width:746px;
	float:left;
}

.box_964 {
	width:964px;
}

.box_964 .content {
	width:948px;
	float:left;
}

/***** UNTOUCHABLE CLASSES ****************************************************************************/

.content {
	background:url(/images/boxes/transparent.png);
}

.boxes {
	padding:10px;
	margin:0;
}

.box_title, .box_title_yellow {
	height:15px;
	margin:0;
	padding:5px 5px 5px 11px;
	font-weight:bold;
	line-height:15px;
}

.box_title {
	background:url(/images/box_title.jpg) repeat-x;
}

.box_title_yellow {
	background:url(/images/box_title_yellow.jpg) repeat-x;
}

.main_top {
	height:8px;
	background:url(/images/boxes/main_top.png);
}

.main_middle {
	background:url(/images/boxes/main_middle.png);
	width:980px;
	padding-left:8px;
	padding-right:8px;
}

.main_bottom {
	height:8px;
	background:url(/images/boxes/main_bottom.png);
}

.main_top, .main_bottom {
	font-size:0;
}

.box_row {
	height:8px;
	position:relative;
}

.box_tl {
	left:0;
	background:url(/images/boxes/tl.png);
}

.box_tm {
	background:url(/images/boxes/t.png) repeat-x;
}

.box_tr {
	right:0;
	background:url(/images/boxes/tr.png);
}

.box_row_main {
	overflow:hidden;
}

.box_ml {
	background:url(/images/boxes/l.png) repeat-y;
}

.box_mr {
	background:url(/images/boxes/r.png) repeat-y;
}

.box_bl {
	left:0;
	background:url(/images/boxes/bl.png);
}

.box_bm {
	background:url(/images/boxes/b.png) repeat-x;
}

.box_br {
	right:0;
	background:url(/images/boxes/br.png);
}

.box_ml, .box_mr {
	width:8px;
	float:left;
	margin-bottom:-5000px;
	padding-bottom:5000px;
}

.box_tm, .box_bm {
	margin-left:8px;
	margin-right:8px;
	display:block;	
}

.box_tl, .box_tr, .box_bl, .box_br {
	position:absolute;
	top:0;
	width:8px;
}

.box_row, .box_tl, .box_tm, .box_tr, 
.box_bl, .box_bm, .box_br {
	height:8px;
	font-size:0;
	z-index:0;
}