/*=== Styling Boxes ===*/
/*- Box -*/
.box{
	background: #E2E1DD;
	clear: both;
	color: #666666;
	width: 457px;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}
.box a{
	color: #666666
}
.boxtop,.boxbot{
	background: url(../images/box-top.gif) no-repeat top;
	clear: both;
	height: 4px;
	overflow: hidden
}
.boxbot{
	background: url(../images/box-bot.gif) no-repeat top
}
.box .spacer{
	height: 1%;
	padding: 10px 17px
}
