/* main layout */
#wrapper-border {
	margin: 0 auto;
	width: 672px;
	background: url('../webapp/images/layout/corner-line.gif') repeat-x top;
}

#wrapper {
	width: 670px;
	margin-left: 1px;
	position: relative;

}

#main {
	clear: both;

	margin: 0;
	padding: 0;

/*	background: url('../webapp/images/layout/big-ef.gif') bottom right no-repeat;*/
}

#header {
	height: 130px;
	background: url('../webapp/images/layout/bg-grad-line-header.gif') repeat-x top #ffffff;
}

#content {
	min-height: 30em;
	height: auto;
	_height: 30em;

/*	background: url("../webapp/images/layout/bg-content.jpg") center repeat-y;*/

	position: relative;
	float: left;
}

#sidebar {
	float: right;
	width: 170px;
	right: 5px;
	position: relative;
}

#footer {
	font-size: 92%;
	padding: 30px 0 0 0;

	height: 35px;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;   /* prevent IE expanding the container */
	margin: 0;          /* keep flush with surrounding blocks */
}
