div, span, img, table, td
{
	/*border: 1px solid red;*/
} 

body
{
	width: 100%;
	margin: 0;
}

img
{
	border: 0px;
}

.wrapper
{
	text-align: center;
	background-image: url("../images/background.jpg");
	background-attachment: fixed;
	background-size: 100% 100%;
	min-height: 100%;
}

.inner-column
{
	width: 950px;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 10px 30px;
	padding-bottom: 0px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	min-height: 100%;
}

.text-section
{
	border: 1px solid black;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: rgb(234, 177, 31);
	padding: 10px 20px;
	margin-top: 10px;
	text-align: left;
	overflow: hidden;
}

.text-section img
{
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 5px;
}

.text-section ol, .text-section ul
{
	clear: both;
	margin-top: 10px;
}

.text-section h2
{
	clear: both;
	color: black;
	font-family: Verdana;
	font-size: 20px;
	margin-top: 10px;
}

.banner-image
{
	width: 100%;
}

.innermost-column
{
	background-image: url("../images/bridge.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 800px;
}

.menu
{
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.menu table
{
	width: 100%;
	border-spacing: 0px;
    border-collapse: collapse;
	table-layout: fixed;
}

.menu .menu-item
{
	background-color: rgb(234, 177, 31);
	color: black;
	cursor: pointer;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 2px;
	text-align: center;
	border: 1px solid black;
	vertical-align: middle;
	height: 50px;
}

.menu .menu-item .menu-item-inner:not(#foo)
{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.menu .menu-item:hover, .menu .menu-item.active
{
	background-color: black;
	color: rgb(234, 177, 31);
	border: 1px solid rgb(234, 177, 31);
}

.clear-both
{
	clear: both;
}

.shown-table
{
	border-collapse: collapse;
}

.shown-table td
{
	border: 1px solid black;
}

.content-wrapper
{
	/*min-height: 450px;*/
}

.language-flags
{
	position: absolute;
	top: 10px;
	margin-left: 20px;
}

.language-flags img
{
	width: 50px;
	height: 25px;
	margin-right: 5px;
	cursor: pointer;
}

.conference-link
{
	display: block;
	color: white;
}