body {
	margin: 0px;
	padding: 0px;
}
#header {
	width: 100%;
	height: 44px;
	margin: 0 auto;
}
#stage {
	margin: 10px 0 0;
	padding: 10px 20px;
	height: 528px;
	width: 1050px;
	background: url(../images/mainwindow.gif) no-repeat left top;
	position: relative;
}

#wrapper {
	width: 1100px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: left;
	position: relative;
	left: 0px;
	width: 640px;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	padding: 25px 10px 0px;
	background: url(../images/menu_devider.png) no-repeat right 18px;
	height: 19px;
}

/* RighNav */

#rightnav {
	float: right;
	height: 24px;
	margin-top:20px;
	margin-right: 20px;
}

div#menu li.lastmenuitem {
	background: none;
}
#flash #FlashID {
	position: absolute;
	left: 10px;
	bottom: 3px;
}
#storyboard {
	width: 520px;
	position: absolute;
	right: 10px;
	bottom: 3px;
	height: 540px;
}
#storyboard #story {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 505px;
}
#bottomContent {
	margin-top: 20px;
}

/* Content */

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

/* Sidebar */

#sidebar {
	float: left;
	width: 500px;
	margin-top: 10px;
}



/* Footer */

#footer {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	height: 61px;
}
#bildLogo {
	margin: 10px;
}
