body{
	display: block;
	margin-top:-10px;
	background-image:url(../img/background2.jpg);
	/*width:100%;/* 1000px */
	/*height: 100%;/* 820px */
	position: absolute;
	width: 994px;
	height: 820px;
	margin-left: -497px;

	left: 50%;
	right: 50%;

	font-family: Calibri, sans-serif;

}

.content .sidebar{
	color: white;
	background-color: #ff9933;
	float: left;
	width: 272.35px; /*272.35px */
	height: 100vh;/* vh = view point 820px */
	min-height: 820px;
	border-left: 1px solid #D5D5D5;
}

.content .sidebar ul li {
	margin-left:-40px;
	padding: 28px 20px;
	list-style-type: none;
	text-align: left;
	color: white;
}

.content .sidebar ul a{
	text-decoration:none;
	color: white;
	display: block;
}

.content .sidebar .language a:hover{
	display:inline;
	background-color: white;
	color: #ff9933;
}

.content .sidebar .menu ul li:hover , .content .sidebar .menu .selected{
	background-color: white;
	color: #ff9933;
	cursor: pointer;
}

.content .sidebar .language{
	margin-bottom:0;
	height: 106px;
}

.content .sidebar .language ul li{
	padding: 2px 20px;
}

.content .sidebar .menu ul li{
	border-bottom: 2px dotted white;
	margin-bottom: -2px;
}

.content .body{
	margin-left: 273.38px; /* 278px */
	width:720px;/* 720px */
	height: 100vh ; /* 820px */
	min-height: 820px;
	background-color:white;
	border-right:1px solid #D5D5D5;
}

.content .body #icon{
	text-align: right;
	padding:28px 50px;
}

.content .body p{
	position: relative;
	padding-left: 150px;
	margin: 0;
}

.content .body ul{
	list-style-type: none;
	padding: 0px;
	margin-left: 150px;
}

.content .body ul li{
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left: 14px; 
}

.content .body .dialog_list{
	margin-left: 0px;
	position: relative;
	display: inline-table;
	padding-top: 65px;
	margin-left: -140px;
	font-size: 13px;
	z-index: 2;
	line-height: 16px;
}

.content .body ul img{
	padding-top: 2px;
	padding-bottom: 10px;
}

.content .body form{
	text-align: right;
	display: block;
	position: absolute;
	margin: -350px 0px 0px 370px;

}
.content .body form input{
	border: 1px solid #ff9933;
	width: 308px;
	height: 30px;
	margin-bottom: 20px;
	font-size: 12px;
}

.content .body form #message{
	height: 184px;
	width: 304px;
	margin-right: 2px;
	margin-top: 2px;
	border: 0;
	z-index: 2;
}

.content .body #message_image{
	height: 187px;
	width: 306px;
	text-align: right;
	display: block;
	
	margin: -242px 0px 0px 370px;
	z-index: 1;
}

.content .body form #submit{
	width: 50px;
	background-color: white;
	padding-right: 45px;
	margin-top: 10px;
	border: 0;
	color: #ff9933;
	font-size: 16px;
	z-index: 0;
}

.content .body #audio_img{
	text-align: right;
	margin-top: -360px;
	margin-right: 50px;

}

#main_pic{
	/*width:100%; /* 719.464px */
	/*height:58%; /* 479.964px */
}
#training {
	margin-top:-60px;
	margin-bottom:2%;
	text-align: left;
	font-size: 53.769px;
	font-weight: bold;
	color: #a9a8a8;
	padding-left: 30px;
	
}

#services {
	margin-top:-20px;
	margin-bottom:0;
	padding-left:45px;
	text-align:left;
	font-weight: bold;
	font-size: 27.355px;
	color: #D07327;
	
	
}
#meeting {
	font-weight: bold;
	font-size: 44.214px;
	color: #a9a8a8;
	margin-right: 20px;
	margin-top:-30px;
	text-align:right;
	
}
#workshop {
	font-weight: bold;
	color: #a9a8a8;
	font-size: 50.171px;
	text-align:center;
	margin-top:-10px;
	line-height: 1;
	padding-left: 0;
}

#training_dialog{
	padding-left: 150px;
	padding-top: 60px;
	position: absolute;
	z-index: 1;
}

#pinboard{
	position: absolute;
	margin-top: -150px;
	margin-left: 430px;
}
h1{
	font-size: 20pt;
	color: #D5D5D5;	
	display: inline-table;
	padding: 0 60px 0px 55px;

}

h2{
	font-size: 20pt;
	margin-top: 14px;
	display: inline-table;
	color: #ff9933;
	text-transform: uppercase;
	font-weight: bold;
}

h3{
	font-size: 16pt;
	margin-top: 0px;
	display: inline-table;
	color: #a9a8a8;      
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 150px;
}
