.box1 {
    color:#333333;
    font-size:11px;
	background: url(images/box_bottom_right.gif) no-repeat bottom right;
	margin: 0 auto;
	padding:0;
	height:auto;
}
.box1 .header {
    margin: 0;
	padding: 0;
    background:url(images/box_top_right.gif) no-repeat top right;	
	text-align: center;
}
.box1 .header h2{
    color:#666666;
	background:url(images/box_top_left.gif) no-repeat top left;
	font-size:11px;
	padding-top: 10px;
	height:20px;
	margin: 0;
}
.box1 .banner {
	background:url(images/box_bottom_left.gif) no-repeat bottom left;
	padding:10px 0 25px 0;	
	margin:0;
	height:300px;
	text-align:center;
	height:auto;
}
.box1 .text {
	background:url(images/box_bottom_left.gif) no-repeat bottom left;
	padding:10px 10px 25px 10px;	
	margin:0;
	height:auto;
	text-align:justify;
	height:auto;
}

