body {
	background: none;
}

#menu, #centre {
	float: none;
}

#menu {
	width: 100%;
	margin-top: 3px;
}

#menu li, #menu ul, #menu a {
	float: left;
}

#content, #framefooter {
	background: none;
}

#frame, #framefooter {
	margin: 0;
	padding: 0;
}

body[orient='portrait'] {
	min-height: 1003px; /* (480 - 20 - 44) / scale (= 320/772 = 0.4145) */
}

body[orient='landscape'] {
	min-height: 431px; /* (320 - 20 - 32) / scale (= 480/772 = 0.62176) */
}

#menu li a span {
	margin-left: 5px;
	font-size: 150%;
}

#menu li.expanded,
#menu li a.menulink {
	background: none;
}

#menu li a.selected {
	background: #fde9e8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-opera-border-radius: 5px;
}

#menu li.sharing, #minHeight, #menu li#sideAd {
	display: none;
}

#centre {
	clear: left;
	padding-top: 20px;
	margin-left: 5px;
}

body, #frame, #framefooter {
	width: 772px;
}

#header, #footer {
	width: 758px;
}

#header {
	background-position: -10px 0;
	height: 100px;
}

#breadcrumbs, #currentUser {
	top: 0px;
}

input.button {
	-webkit-border-radius: 0;
}

ul.customSelectDropdown-languageSelect {
	top: 0;
}
