/* CSS Document */

body {
		font-family: Helvetica, Arial, sans-serif;
		background-image: url(images/bk.jpg);
		margin: 0 auto;
		padding: 0;
}
#container { 
		width: 960px; 
		margin: 0 auto; 
		padding: 0;
		height: auto;
} 

#header { 
		height: 321px; 
		background:url(images/index_01.jpg); 

}
#body { 
		height: auto; 
		overflow: visible;
		clear: both;
}
#box_left.old {
		width: 353px;
		height: 126px;
		float: left;
		margin: 65px 0 0 250px;
		background:url(images/index_04.jpg);
		clear: both;
		overflow: visible;
}
#box_left {
		width: 353px;
		height: 126px;
		float: left;
		margin: 65px 0 0 250px;
		clear: both;
		overflow: visible;
}
#box_left1 {
		width: 353px;
		height: 32px;
		float: left;
		font-size: 10px;
		text-align: right;
		color: #06174D;
		clear: both;
		overflow: visible;
}
#box_left2 {
		width: 353px;
		height: 40px;
		float: left;
		clear: both;
		overflow: visible;
}
#box_left3 {
		width: 353px;
		height: 42px;
		float: left;
		text-align: right;
		clear: both;
		overflow: visible;
		margin: 11px 0 0 0;
}
#box_right {
		width: 255px;
		height: 333px;
		float: right;
		margin: 0 35px 0 0;
		background:url(images/index_02.jpg);
}
#box_right1 {
		width: 220px;
		float: right;
		height: 65px;
		padding: 0 18px 0 0;
		font-size: 36px;
		color: #fff;
		text-align: right;
		clear: both;
}
#box_right2 {
		width: 220px;
		float: right;
		height: 67px;
		padding: 0 18px 0 0;
		font-size: 20px;
		color: #fff;
		text-align: right;
		clear: both;
}
#box_right3 {
		width: 220px;
		float: right;
		height: 50px;
		padding: 0 18px 0 0;
		font-size: 14px;
		color: #fff;
		text-align: right;
		clear: both;
}
#footer {
		width: 960px;
		height: 66px;
		margin: 0 0 0 0;
		background:url(images/index_03.jpg);
		clear: both;
		overflow: visible;
}
#footer_top {
		width: 700px;
		font-size: 12px;
		text-align: right;
		margin: 0 36px 0 0;
		color: #fff;
		float: right;
		padding: 8px 0 0 0;
}
#footer_bottom {
		color: #fff;
		width: 700px;
		font-size: 9px;
		text-align: right;
		margin: 0 36px 0 0;
		padding: 10px 0 0 0;
		float: right;
}
a.other {
		font-size: 12px;
		color: #fff;
		text-decoration: none;
		font-weight: bold;

}