/* CSS Document */
.page-top 	{
	background: url("page_top.gif") no-repeat center top;	
	height: 12px;	
}

.page-body {
	background: url("page_body.gif") repeat-y center;
	padding: 10px;
	
}

.page-bottom {
	background: url("page_bottom.gif") no-repeat center bottom;
	height: 12px;	
}
.box_wide-top 	{
	background: url("580_top.gif") no-repeat center top;	
	height: 12px;	
}

.box_wide-body {
	background: url("580_body.gif") repeat-y center;
	height:370px;
	padding-left:15px;
	padding-right:15px;
}


.box_wide-bottom {
	background: url("580_bottom.gif") no-repeat center bottom;
	height: 12px;	
}
.box_small-top 	{
	background: url("b300_top.gif") no-repeat center top;	
	height: 12px;	
}

.box_small-body {
	background: url("b300_body.gif") repeat-y center;
	height:370px;
	padding-left:15px;
	padding-right:15px;
}


.box_small-bottom {
	background: url("b300_bottom.gif") no-repeat center bottom;
	height: 12px;	
}

