html{
	scroll-y:visible;
	overflow-y:scroll;
}
#wrapper, #navi{
	position:relative
}

#wrapper{
	margin:auto;
	width:1000px;
}
#header{
	background-image:url(../images/header.jpg);
	height:137px;
	text-align:right;
}

#content{
	float:left;
	width:770px;
}
#navi{
	background-color:#F77908;
	margin-top:11px;
	height:23px;
	line-height:23px;
	padding:0 20px;
	text-transform:uppercase;
}
#subnavi,#imgLeft{
	width:191px;
	float:left;
	min-height:300px;
	overflow:hidden;
	margin-right:20px;
}
/*#imgLeft{
	text-align:right;
	float:right;
}*/
#imgLeft img{
	/*max-width:191px;
	max-height:300px;*/
}
#subnavi{
	margin:20px;
	width:150px;
	padding-right:20px;
	border-right: 1px dotted #CCC;
}

#breadcrumb{
	height:40px;
	line-height:40px;
	font-style:italic;
}
#breadcrumb a{
	color:#999;
	font-size:.8em;
}
#langSelector{
	padding:8px 12px;
}
#textCol{
	float:left;
	width:390px;
}
#galleryCol{
	float:right;
	width:350px;
	margin-left:25px;
	padding:0;
}
#galleryCol #mainImg{
	margin-bottom:10px;
}
