#Body
{
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	height: 100%;
	min-height: 100%;
	color: inherit;
	background-color: #ffffff;
	border: 0px;
	clear: both;
	
}

#Main
{
	overflow: hidden;
	width: 920px;
	height: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px 6px 0px 5px;
	border-top: 1px solid #b8bab1;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 1px solid #b8bab1;
}

#Clear
{
	clear: both;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#Footer
{
	width: auto;
	margin: 0px;
	padding: 0px 0px 30px 0px;
	clear: both;
}

