/* main layout */
#wrapper-border {
	width: 912px;
	margin: 0 auto;
}

#wrapper {
	/* blank */
}

#main {
	clear: both;
	margin: 0 64px;
	padding: 0;
}

#header {
/*	height: 110px;*/
/*	background: url("../webapp/images/layout/bg-html.jpg") right top no-repeat;*/
}

#content {
/*	width: 540px;*/
	padding: 10px;
	min-height: 30em;
	height: auto;
	_height: 30em;
	background: url("../webapp/images/layout/bg-main.jpg") right bottom no-repeat;
}

#sidebar {
	float: left;
	width: 224px;
}

#footer {
	margin: 0 64px;
	font-size: 80%;
	padding-top: 1em;
	background: url("../webapp/images/layout/bg-header-title.gif") repeat-x;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;   /* prevent IE expanding the container */
	margin: 0;          /* keep flush with surrounding blocks */
}

