* {
	padding: 0;
    margin: 0;
	font-family: verdana;
}

#header {
	width: 950px;
	height: 130px;
	margin: auto;
}

#header-right {
	float:right;
	position:relative; 
	top: 92px;
}

#header-container {
	height:130px;
	border-bottom: solid #cfcfcf 1px;
}

#menu {
	position: relative;
}

#lang-select {
	position: absolute;
	top: 29px;
	left: 8px;
	font-family: verdana;
	font-size: 10px;
	color: #838383;
}

#lang-select a, a:visited {
	color: #838383;
	font-family: verdana;
	font-size: 10px;
}

.selected {
	font-weight: bold;
	color: black;
}

#menu a, a:visited {
	color: black;
	text-decoration: none;
	font-size: 10px;
}

#menu-left {
	position: absolute;
	left: 8px;
	top: 105px;
}

#menu-right {
	position: absolute;
	left: 565px;
	top: 105px;
}

#content {
	height: 550px;
	width: 950px;
	margin: auto;
	padding-top: 46px;
	font-size: 11px;
	line-height: 16px;
}

#content a, a:visited {
	color: black;
	text-decoration: none;
}

#content-right {
	float: left;
	width: 240px;
	height: 100%;
}

#content-right li {
	list-style:none;
	margin-bottom: 14px;
	margin-top: 0px;
	margin-left: 8px;
}

#content-right a, a:visited {
	color: black;
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;
}

#content-left {
	float: right;
	width: 710px;
	height: 100%;
}

#content-left ul {
	display: block;
}

#content-left li {
	list-style: none;
	display: inline;
	margin-right: 6px;
	margin-left: 0px;
}

