/* Sidebar */
ul#submenu
	{
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	list-style-type: none;
	line-height: 1.5em;
	padding-left: 50px;
	}

ul#submenu li
	{
	width: 155px;
	height: 23px;
	padding-left: 20px;
	}

ul#submenu li a, ul#submenu li a:visited
	{
	color: white;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	}

ul#submenu li.current_submenu
	{
	background-image: url('../pics/common/bg_submenu.gif');
	background-position: left center;
	background-repeat: no-repeat;
	}

ul#submenu li.current_submenu a, ul#submenu li.current_submenu a:visited
	{
	font-size: 1.3em;
	color: black;
	}

#waiting_placeholder
	{
	height: 25px;
	padding-top: 5px;
	padding-bottom: 10px;
	}

#waiting
	{
	width: 250px;
	color: white;
	line-height: 50px;
	text-align: left;
	font-size: 1.2em;
	padding-left: 50px;
	display: none;
	}

#placeholder
	{
	color: #F4B957;
	padding-left: 50px;
	width: 260px;
	}
#debug
	{
	color: white;
	background-image: url('../pics/common/wait.gif');	/* preload hack */
	background-repeat: no-repeat;
	background-position:-1000px -1000px;
	}

/* placeholder */
#placeholder p
	{
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	}

#placeholder ul
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
	}

#placeholder ul li
	{
	font-size: 1.2em;
	}

#placeholder ul.withmarker
	{
	list-style-type: square;
	}

#placeholder a, #placeholder a:visited
	{
	color: white;
/*	color: #F4B957;	*/
	}

#placeholder #sidebar_photos img
	{
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #F4B957;
	}

#placeholder #sidebar_photos img.vertical
	{
	margin-left: 50px;
	}

span.tel_number
	{
	font-weight: bold;
	font-size: 1.4em;
	}



/* content */
#content h1, #gallery_wrapper h1
	{
	font-size: 2em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
	color: white;
	}

#content h2, #gallery_wrapper h2
	{
	font-size: 1.3em;
	font-weight: normal;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 20px;
	color: white;
	}

#content p, #gallery_wrapper p
	{
	text-indent: 1.4em;
	padding-left: 20px;
	padding-right: 15px;
	margin-bottom: 1em;
	line-height: 1.5em;
	}

#content p.noindent, #gallery_wrapper p.noindent
	{
	text-indent: 0;
	}

#content ul.nomarkers, #gallery_wrapper ul.nomarkers
	{
	list-style-type: none;
	}

#content a, #gallery_wrapper a
	{
	color: white;
	}

#content a:visited, #gallery_wrapper a:visited
	{
	color: gray;
	}

#content #english_text p
	{
	text-indent: 0;
	}

#gallery_wrapper div.photo_group_first
	{
	width: 475px;
	margin-left: 410px;
	}

	#gallery_wrapper h2
		{
		text-align: center;
		padding: 30px 0 10px 0;
		}

		#gallery_wrapper div.photo_group_first h2
			{
			text-align: left;
			}

#content div.photo_group, #gallery_wrapper div.photo_group
	{
	text-align: center;
	}

#content div.photo_group img, #gallery_wrapper div.photo_group img, #gallery_wrapper div.photo_group_first img
	{
	margin: 10px;
	border: 1px solid #F4B957;
	}

#content p.cite, #gallery_wrapper p.cite
	{
	font-style: italic;
	font-size: 0.9em;
	}

#content div.center, #gallery_wrapper div.center
	{
	text-align: center;
	}

/* menu */
#menu1
	{
	float:left;
	width: 120px;
	}

#menu2
	{
	margin-left: 120px;
	}
