body, table {
	font-family: Arial;
	font-size: 14px;
	line-height: 20px;
}

body {
	background: url("../images/bg_body.gif") repeat-x;
}

body, h1, h2, h3 {
	margin: 0;
}

h1 {
	font-size: 30px;
	line-height: 50px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #7c529e;
	line-height: 20px;
}

ul {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

#wrapper {
	position: relative;
	margin: auto;
	width: 1020px;
}

#header {
	height: 165px;
	background: url("../images/bg_logo.png") top left no-repeat;
}

#lang {
	margin: 50px 50px 0 0;
	width: auto;
	float: right;
}

#lang ul {
	list-style: none;
}

#lang ul li {
	float: left;
	padding: 0 3px;
}

#globalNav {
	position: relative;
	background: url("../images/bg_banner.png") top left no-repeat;
	border-bottom: 1px solid #000000;
	height: 51px;
	color: #565656;
}

#globalNav ul {
	position: absolute;
	bottom: 0;
	right: 45px;
	list-style: none;
}

#globalNav ul li {
	float: left;
}

#globalNav ul li.selected {
	border-bottom: 4px #7c51a0 solid;
}

#globalNav ul li.selected a{
	color: #000000;
}

#globalNav ul li a {
	display: block;
	padding: 15px 5px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #565656;
}
#globalNav ul li a:hover, #globalNav a:active {
	text-decoration: none;
	color: #000000;
}

#container {
	padding: 20px;
	border-bottom: 1px solid #000000;
	background: url("../images/bg_container.png");
}

#content {
	position: relative;
	padding-right: 50px;
	width: 750px;
	min-height: 500px;
	border-right: 1px solid #000000;
	line-height: 20px;
}

#footer {
	position: absolute;
	width: 100%;
	height: 27px;
	font-size: 12px;
	color: #9c9c9c;
	line-height: 27px;
	text-align: center;
}

.clear {
	clear: both;
}
