@charset "UTF-8";
/* CSS Document */

/* BOX STRUCTURE */

.boxContainer{
	margin: 0 auto;
	width: 540px;
}

.titleBox{
	background-image: url(../images/layout/resbox_01.gif);
	background-repeat: no-repeat;
	background-color: #949889;
	height: 21px;
	padding-left: 15px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	width: 525px;
}

.middleBox{
	background-image: url(../images/layout/resbox_02.gif);
	background-color: #D5DCC3;
	width: 540px;
	float: left;
}

.imageBox{
	width: 142px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

.contentBox{
	width: 235px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

.detailsBox{
	float: left;
	width: 130px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

.bottomBox{
	background-color: #D5DCC3;
	background-image: url(../images/layout/resbox_03.gif);
	height: 18px;
	clear: both;
	width: 540px;
}

/* BOX FORMATTING*/
