@charset "utf-8";
/* CSS Document */


#blockbg1 {
	width:410px;
	background-image: url(../images/block1_bg.jpg);
	background-repeat: repeat-y;
	margin-top: 2px;
}
#blocktop1 {
	width:410px;
	background-image: url(../images/block1_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#blockbot1 {
	width:410px;
	background-image: url(../images/block1_bot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 30px;
}

div.block_h, div.block_h_left{
	font-family: Arial, Helvetica, sans-serif;
	color: #536362;
	line-height: 24px;
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	padding-left: 7px;
	font-weight: bold;
}
div.block_h_left{ text-align:left; padding-left:0;}
