@charset "utf-8";
/* CSS Document */

#boxesTop {
	width:700px;
	height:11px;
	background-image:url(../images/boxesTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin:20px 0 0 0;
}
#boxesMiddle {
	width:700px;
	height:282px;
	background-image:url(../images/boxesMiddle.gif);
	position:relative;
}
#boxes1 {
	position:absolute;
	width:192px;
	top:12px;
	left:18px;
	background-image:url(../images/boxesHeaders1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#boxes1header {
	height:38px;
	padding:16px 0 0 94px;
	color:#bdaca3;
	line-height:16px;
}
#boxes1text {
	height:54px;
	padding:15px 0 0 0;
}
#boxes2 {
	position:absolute;
	width:190px;
	top:12px;
	left:256px;
	background-image:url(../images/boxesHeaders2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#boxes2header {
	height:38px;
	padding:10px 0 0 94px;
	color:#bdaca3;
	line-height:16px;
}
#boxes2text {
	height:54px;
	padding:15px 0 0 0;
}
#boxes3 {
	position:absolute;
	width:190px;
	top:12px;
	left:495px;
	background-image:url(../images/boxesHeaders3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#boxes3header {
	height:38px;
	padding:10px 0 0 94px;
	color:#bdaca3;
	line-height:16px;
}
#boxes3text {
	height:54px;
	padding:15px 0 0 0;
}
#boxesBottom {
	width:700px;
	height:11px;
	background-image:url(../images/boxesBottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}