/* WorldSwitcher
************************************************/

#worldSwitcher {
	background: #7a7a7a url(/socialnews/templates/hype/images/structure/wsbg.gif) repeat-x 0 100%;
	padding-bottom: 1px;
}

#worldSwitcher ul {
	text-align: center;
	margin: 0 auto;
	display: table;
	font-size: 90%;
	list-style: none;
}

#worldSwitcher ul li {
	display: table-cell;
	float: left;
	margin-right: 1em;
}

#worldSwitcher ul li.last { margin-right: 0; }

#worldSwitcher ul li a {
	display: block;
	padding: 0.4em 0.5em 0.5em 0.5em;
	text-decoration: none;
	color: #f5f5f5;
}

#worldSwitcher ul li a:hover, #worldSwitcher ul li a:focus {
	background-color: #999;
}

#worldSwitcher ul li.active a {
	background: #f49200 url(/socialnews/templates/hype/images/structure/wsactive.gif) repeat-x 0 100%;
}

/*
************************************************/

div.pageWrapper {
	margin: 0 auto;
	width: 1040px;
	overflow: hidden;
	text-align: left;
}


/* Stage
************************************************/

#stage div.pageWrapper {
	min-height: 450px;
}

#contentWrapper {
	float: left;
	width: 680px;
	padding-left: 20px;
}

#content {
	float: none;
	width: 618px;
	overflow: visible;
}


