* {
	margin: 0;
	padding: 0;
}

* {
	target-new: window;
}

body {
	text-align: center;
	background: #fff;
	margin: 0;
	height: 100%;
}

div#bg_middle {
	background: url(../images/bg_shdw.png) 50% 152px repeat-y;
}

div#bg_bottom {
	background: url(../images/bg_ftr2.jpg) 50% 100% no-repeat;
}

div#bg_top {
	background: url(../images/bg_hed2b.jpg) 50% 0 no-repeat;
}
div#wrapper {
	width: 711px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#leftcol, #rightcol {
	float:left;
	width:150px;
	padding:200px 0 0 0;
	margin:0;
}
#leftcol, #rightcol {
	float:left;
}
#contentcol {
	float: left;
	width: 411px;
	padding:0;
	margin:0; 
}

div#footer {
	width: 411px;
	height: 46px;
	margin: 0 auto;
	/* background: url(../images/bg_footer2.jpg) 50% 100% no-repeat; */
	clear: both;
}