#wrap {
	max-width:60em;
	margin:0 auto;
}
* html #wrap {width:60em}
/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
/*.cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background:#fff;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
/* Normal styling */
.element1 .cb {margin:0.5em 0;}
	/* Top corners and border */
.element1 .bt {
	height:27px;
	margin:0 0 0 27px;
	background:url(/images/Box1/Complete-Box1.png) no-repeat 100% 0;
}
.element1 .bt div {
	position:relative;
	left:-27px;
	width:27px;
	height:27px;
	background:url(/images/Box1/Complete-Box1.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.element1 .bb {
	height:30px;
	margin:0 0 0 28px;
	background:url(/images/Box1/Complete-Box1.png) no-repeat 100% 100%;
}
.element1 .bb div {
	position:relative;
	left:-28px;
	width:28px;
	height:30px;
	background:url(/images/Box1/Complete-Box1.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.element1 .i1 {
	padding:0 0 0 15px;
	background:url(/images/Box1/Box1-Borders.png) repeat-y 0 0;
}
	/* Right border */
.element1 .i2 {
	padding:0 15px 0 0;
	background:url(/images/Box1/Box1-Borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.element1 .i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#fff;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.element1 .i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.element1 .i3 {display:inline-block;}
.element1 .i3 {display:block;}

