﻿div.box {
			background: url('./images/box-bottom.gif') no-repeat left bottom;
			width: 380px;
			padding: 0 17px 18px 12px;
			margin: 10px 2px;
			float:left;
			
		}

			div.box h2 {
				background: url('./images/box-top.gif') no-repeat left top;
				margin:  0 -17px 15px -12px;
				padding: 15px 40px 0 55px;
				height: 27px;
				font: bold 16px/1.2 Arial;
				color: #fff;
			}
			
