#maintable {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

#contentcol {
	background-color: #FFF;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 20px;
}

#leftarccol {
	background-image: url(/images/bg_arc_left.gif);
	background-position: right center;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 5px;
}

#rightarccol {
	background-image: url(/images/bg_arc_right.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#navbarwrap {
	position: relative;
	height: 550px;
}

#navbar td {
	text-align: right;
}

#maincontent {
	position: relative;
	height: 550px;
}

#scrollcontrol {
	position: relative;
	width: 400px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	border-top: 1px solid #CCC;
	padding-top: 10px;
}

#scrollcap {
	width: 400px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #CCC;
}

#copyright {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
	font-size: 10px;
	padding-bottom: 5px;
	color: #999;
}
