

html{
	height:					100%;
	overflow-y:				scroll;
}
body {
	margin:					0px 0px;
	padding:				0px 0px;
	background:				url(../images/bg-banner.gif) repeat-x #F5F4F0;
}

#page {
	width:					100%;
}
#breadcrumb, #icons, #footer {
	display:				none;
}

.topright {
	display:				none;
}
.logo {
	visibility:				visible;
}
.logo img {
	height:					36px;
	width:					100px;
}

#topimage {
	display:				none;
}
#content {
	margin-top:				40px;
}
	#left-col {				
		display:			none;
	}
	#normal-col {			
		float:				left;
		width:				70%;
	}
	#right-col {			
		float:				right;
		width:				20%;
	}
