#wrapper {
	-webkit-border-radius: 4px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius: 4px;
	-moz-border-radius-topright: 6px;
	border-radius: 4px;
	border-top-right-radius: 6px;
	background-position: left;
}

#container {
	float: right;
}

.header {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

.subnavcontainer ul ul li a.current {
	background-position: 0 -42px;
}

.aside {
	float: left;	
}

