#container{
	width:850px;
	margin:auto;
}

#header{
	padding-top:50px;
}

#logo{
	border:0px;
}

#menu{
	width:575px;
	padding-left:275px;
	background:url(../gfx/bg-menubar.gif) no-repeat bottom right;
}

#menubar{
	float:left;
	width:475px;
}

#flags{
	float:right;
	padding-right:70px;
}
#flags a{
	display:block;
	cursor:pointer;
	padding:3px 2px 2px 2px;
	font:normal 11px 'arial narrow',arial,sans-serif;
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
	border-bottom:solid 2px #bfbfbf;
}
#flags a:hover{
	text-decoration:none;
	border-bottom:solid 2px #000000;
	border-left:solid 2px #ffffff;
	border-right:solid 2px #ffffff;
	padding:3px 0px 2px 0px;
}

#leftbox{
	width:190px;
	min-height:300px;
	float:left;
	padding-left:50px;
	padding-top:30px;
}
#leftbox h3{
	margin:0px;
	font:normal 13px 'arial narrow',Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

#wrapper{
	float:right;
	width:600px;
	padding-top:30px;
}

#content{
	float:left;
	width:600px;
	height:395px;
	overflow:hidden;
	position:relative;
}

#txt{
	position:absolute;
	top:0px;
	width:510px;
	padding:0px 25px 0px 25px;
	float:left;
}

#track,#scroller{
	display:none;
	float:right;
}

#stage{
	width:350px;
	height:350px;
	background-color:#dcdcdc;
	text-align:center;
}

#box{
	width:585px;
	min-height:20px;
	float:left;
	padding:20px 0px 20px 25px;
	background:url(../gfx/stripe.gif) no-repeat 0px 10px;
}
#pagepath,#pagepath a{
	font-family:'arial narrow',Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#000000;
	text-decoration:none;
}

#footer{
	width:830px;
	clear:both;
	border-top:solid 2px #bfbfbf;
	font-size:7px;
	color:#7f7f7f;
	padding-left:20px;
}