@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
}


body {
	background-color: #eee;
	color: #454545;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;

}

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

#worldSwitcher {
	background: #7a7a7a url(../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(../images/structure/wsactive.gif) repeat-x 0 100%;
}

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

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

/* Head
************************************************/

#head {
}

#head div.pageWrapper {
	overflow: hidden;
}

#headL {
	float: left;
	width: 670px;
	padding-left: 20px;
	height: 136px;
}

#head h1 {
	width: 250px;
	height: 75px;
	background: url(../images/yeebase_logo.png) no-repeat 0 0;
}

#head h1 a {
	display: block;
	width: 250px;
	height: 75px;
	text-indent: -200em;
}

#headR {
	float: right;
	width: 320px;
	padding-right: 20px;
	background: url(../images/structure/headrbg.png) no-repeat 0 100%;
	height: 136px;
}

#headRInner { margin: 35px 10px 0 30px; }
#headRInner p.L { margin-right: 10px; }
#headRInner input.form { width: 90px; }

/* Search
************************************************/

#search {
	background: #fff url(../images/structure/stagebg.gif) repeat-y 50% 0;
	color: #444;
	display: none;
}

#search div.pageWrapper {
	background: url(../images/structure/searchbg.gif) no-repeat 0 0;
	border-bottom: 1px solid #ccc;
}

#search #searchInner {
	margin: 1em 20px 0.5em 20px;
}

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

#stage {
	padding: 20px 0 1em 0;
}

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

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

#sidebarLeft {
	float: left;
	width: 180px;
}

#content {
	float: right;
	width: 480px;
}

#sidebarRight {
	float: right;
	width: 300px;
	margin-right: 20px;
}

/* Foot
************************************************/

#foot {
	background: url(../images/structure/footbg.gif) repeat-x 0 0;
	font-size: 85%;
}

#foot div.pageWrapper {
	background-color: #eee;
	color: #444;
	padding: 0.5em 0;
}

#footL {
	float: left;
	width: 390px;
	margin-left: 20px;
}

#footL span { font-weight: bold; }

#footR {
	float: right;
	width: 600px;
	margin-right: 20px;
	text-align: right
}

#footR ul { list-style: none; }

#footR ul li {
	display: inline;
	margin-left: 1em;
}

#footR ul li a {
	text-decoration: none;
	color: #444;
}

#footR ul li a:hover, #footR ul li a:focus { color: #f90; }






