/* main layout */
#wrapper-border {
	width: 840px;
	margin: 0 auto;
}

#wrapper {
	/* blank */
}

#bottom {
	background-repeat: repeat-x;
	background-color: rgb( 0, 0, 0 );
	height: 30px;
	width: 100%;
	position: fixed;
	left: 0;
	overflow: hidden;

 	z-index: 1;
	background: url('../webapp/images/layout/bg-top.jpg') repeat-x top;
	bottom: 0;
}

#main {
	clear: both;
	margin-top: 10px;
	padding: 15px 0;
}

#header {
	height: 106px;
/*	background: url("../webapp/images/layout/bg-header-line.gif") bottom repeat-x;*/
	border-bottom: 5px solid #636363;
}

#content {
	min-height: 30em;
	height: auto;
	_height: 30em;

/*	background: url("../webapp/images/layout/dot.gif") right repeat-y;*/

	width: 620px;
	float: left;


	margin-bottom: 2em;
}

#sidebar {
	margin-top: 25px;
	float: right;
	width: 210px;
}

#footer a, a:link, a:active, a:visited {
	color: #636363;
}

#footer {
	font-size: 85%;
	padding: 25px 0;
	border-top: 5px solid #636363;
	height: 25px;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;   /* prevent IE expanding the container */
	margin: 0;          /* keep flush with surrounding blocks */
}
