/* --- Header -- */

#main {
	position:absolute;
	left:50%;
	top:0px;
	width:759px;
	height:613px;
	margin-left: -379px;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 365px;
	height: 70px;
	/*background-color: #9D9D9C;*/
}

#languages_nav {
	position: absolute;
	left: 365px;
	top: 0px;
	width: 206px;
	height: 70px;
	text-align:center;
	margin-top:25px;
	/*background-color: #9D9D9C;*/
}

#search {
	position: absolute;
	left: 571px;
	top: 0px;
	width: 188px;
	height: 34px;
	padding-top: 36px;
	/*background-color: #9D9D9C;*/
}

#nav {
	background: url(../images/nav_bg.gif);
	position: absolute;
	left: 0px;
	top: 70px;
	width: 759px;
	height: 22px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	border-top: 1px solid #D6D1BE;
	border-left-color: #525250;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #525250;
	border-right-style: solid;
	border-right-width: 1px;
}

#shadow {
	position: absolute;
	left: 0px;
	top: 72px;
	height: 8px;
	width: 759px;
}
