@charset "utf-8";
/* CSS Document */


DIV#newwrap {
	margin: 0 auto;
	width: 994px;
	height: 100%;
}

DIV#leftcol{
	float: left;
	display:inline;
	width:77px;
	margin-top: 161px;
}

DIV#rightcol{
	float: right;
	display:inline;
	width:77px;
	margin-left: auto;
}

DIV#wrap {
	text-align: left;
	width: 835px;
	line-height: 1.4em;
	background: #eee;
	height: 100%;
	display:inline;
	float: left;
}

