.index {
	width: 360px;
}

.indexRight {
	width: 160px;
}

.box {
	margin: 0px 0px 40px 0px;
}

.wide {
	width: 700px;
	margin: 0px auto 40px auto;
}

.fullwidth {
	width: 800px; 
	margin: 0px auto 40px auto;
}

.box h4.boxTop {
	background-image: url(box/topLeft.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 9px;
	padding-left: 11px;
	overflow: hidden;
}

.box h4.boxTop span {
	display: block;
	height: 9px;
	width: 100%;
	float: right;
	background-image: url(box/topRight.png);
	background-position: top right;
	background-repeat: no-repeat;
}

.boxContent {
	background-color: #d7d3c8;
	width: 100%;
	font-size: 1.2em;
	margin: 0px;
}

.fullwidth .boxContent {
	width: 760px;
	padding: 10px 20px;
}

.boxContent p {
	margin: 8px 0px;
}

.boxContent div {
	padding: 10px 36px 10px 14px;
}


.boxFoot {
	background-image: url(box/bottomLeft.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 9px;
	position: relative;
	padding-left: 11px;
}

.boxFoot span.corner {
	display: block;
	height: 9px;
	width: 100%;
	float: right;
	background-image: url(box/bottomRight.png);
	background-position: right;
	background-repeat: no-repeat;
}

ul.bulletList {
	font-size: 1.6em;
	font-weight: bold;
}

ul.bulletList li {
	margin: 10px 0px;
}

