* {
	padding: 0px;
	margin: 0px;
}

html {
	min-height: 101%;
}

body {
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	color: #525151;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

a {
	color: #0161a6;
	text-decoration: none;
}

td, th {
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525151;
}

.cb {
	clear: both;
}

#wrapper {
	width: 897px;
	margin: 0px auto;
	text-align: center;
	background-image: url(../images/top_menu_bgr.jpg);
	background-repeat: no-repeat;
}

#wrapperInt {
	width: 869px;
	margin: 0px auto;
	text-align: left;
}

#header {
	height: 80px;
}

#header #mainNav {
	position: absolute;
	top: 35px;
}
#header #mainNav ul {
	list-style: none;
	margin-left: 10px;
}
#header #mainNav ul li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

#header #langSelector {
	position: absolute;
	top: 33px;
	width: 200px;
	margin-left: 660px;
	text-align: right;
	font-size: 11px;
}
#header #langSelector ul {
	list-style: none;
	margin-left: 10px;
}
#header #langSelector ul li {
	display: inline;
	margin-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #0161a6;
}
#header #langSelector ul li.last {
	padding-right: 0px;
	border-right: 0px solid #0161a6;
}

#sectionImage {
	/*
	background-repeat: no-repeat;
	height: 152px;
	*/
}

#footer {
	background-image: url(../images/footer_border_top.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	margin-top: 20px;
}
#footer p {
	margin-top: 5px;
	color: #79797a;
}
#footer ul {
	margin-top: 5px;
	list-style: none;
}
#footer ul li {
	display: inline;
	margin-right: 5px;
	padding-left: 5px;
	border-left: 1px solid #79797a;
	text-transform: lowercase;
}
#footer ul li.last {
	padding-right: 5px;
	border-right: 1px solid #79797a;
}