html, body    { color: #474747; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #edddca; margin: 0; padding: 0 }

#content {
	margin: 30px auto;
	width: 678px;
	border: 1px solid #9d5b00;
	background-image: url(images/background.gif);
}

#head   { padding: 0; height: 219px; border-width: 0 }

#bottom    {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	display: block;
	padding: 0;
	height: 49px;
	clear: both;
}

#menu  {
	width: 160px;
	height: 300px;
	float: left;
	text-align: right;
}

#menu ul {
	margin: 0 0 0 45px;
	padding: 16px 0 0 0;
	list-style-type: none;
}

#menu li {
	margin: 0 0 20px 0;
}

#confButton, #contactButton, #explButton, #eventButton {
	display: block;
	height: 25px;
	width: 110px;
}

#confButton { background-image: url(images/conferencingbutton.gif); }

#contactButton { background-image: url(images/contactingbutton.gif); }

#explButton { background-image: url(images/exploringbutton.gif); }

#eventButton { background-image: url(images/eventingbutton.gif); }

#confMenu #confButton, #contactMenu #contactButton, #explMenu #explButton, #eventMenu #eventButton {
	background-position: 0px -50px;
	cursor: text;
}

#menu a:hover {
	background-position: 0px -25px;
}

.hide {
	display:none
}

#text {
	margin: 0px 0 0 35px;
	width: 463px;
	height: 330px;
	float:left;
}

#text p {
	font-size: 11px;
	line-height: 18px;
	margin: 20px 0 0 0;
}

/*#text p+p {
	margin: 10px 0 0 0;
}*/

#text b {
	color: #c31919;
}

.pictureright  {
	display: inline;
	margin: 20px 0 0 20px;
	float: right;
	border: solid 1px #9d5b00
}

.boxright  {
	display: inline;
	margin: 10px 0 0 20px;
	float: right;
	clear: both
}
#lang { margin: 60px 7px 0 0; }

#lang a:link, #lang a:visited, #text a:link, #text a:visited { color: #9d5b00; font-size: 10px; font-weight: bold; text-decoration: none;}

#lang a:hover,#text a:hover { color: #c69f6a; font-weight: bold; text-decoration: none; border-bottom: 1px dotted #c69f6a }

