body {
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 18px;
	font-family: Arial, Helvetica;
}

a img {
	border: 0px;
}

#container {
	width: 945px;
	margin: 0 auto;
	padding: 10px 0 0;
}

#top {
	height: 140px;
	background: url('images/top_bg.png') no-repeat #FFF center bottom;
	padding: 0 16px 0 24px;
}

#top a {
	display: block;
	margin: 0;
	float: left;
	margin-left: -3px;
}

#languages {
	float: right;
	margin: 83px 20px 0 0;
}

#languages a {
	text-decoration: none;
	color: #5a3290;
	font-size: 18px;
	padding: 0 14px 0 9px;
	font-weight: bold;
}

#languages a.first {
	background: url('images/border.png') no-repeat #FFF right center;
}

#box {
	width: 945px;
	background: url('images/box_bg.png') repeat-y;
	padding: 0px 16px 0 24px;
	float: left;
}

#left {
	width: 133px;
	background: url('images/left_bg.jpg') #cdc3dc repeat-x;
	float: left;
	margin-top: -6px;
	padding: 22px 15px 48px 14px;
}

#left ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#left li {
	width: 133px;
	display: table;
	padding: 0 15px 11px 0;
}

#left > ul > li.mx_current {
	font-weight: bold;
}

#left > ul > li > a {
	text-decoration: none;
	color: #FFF;
	display: block;
}

#left > ul > li.mx_parent:hover {
	background-image: url('images/menu_hover_bg.png');
	background-repeat: no-repeat;
	background-position: 69px 6px;
}

#left > ul > li:hover ul {
	left: auto;
}

#left ul ul {
	background: #FFF;
	border: 2px solid #6e4f9a;
	border-left: 0px;
	margin: -10px 0 0 148px;
	position: absolute;
	z-index: 5;
	display: table;
	padding: 12px 0px 11px 9px;
	border-radius: 0px 7px 7px 0px;
	left: -99999px;
}

*+html #left ul ul {
	margin-top: -12px;
}

#left ul ul li {
	padding: 0;
	margin: 0 0 2px;
}

#left ul ul li a {
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	color: #4c2582;
}

#right {
	width: 687px;
	padding: 18px 27px 18px 29px;
	float: left;
	margin-top: -6px;
	color: #727272;
}

#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
	font-size: 18px;
	line-height: 18px;
	color: #727272;
	margin: 0 0 24px;
}

#right p {
	color: #727272;
	margin: 0 0 17px;
}

#right a {
	color: #4c2582;
	text-decoration: none;
}

#right a:hover {
	text-decoration: underline;
}

#right input[type=text], #right input[type=password], #right select {
	width: 200px;
}

#right textarea {
	width: 300px;
	height: 122px;
	font-family: Arial, Helvetica;
	font-size: 13px;
}

#pic {
	width: 905px;
	height: 142px;
	float: left;
}

#box_bottom {
	width: 905px;
	background: url('images/box_bottom_bg.png') no-repeat transparent top left;
	float: left;
	padding: 0 16px 0 24px;
}

ul.submenu {
	display: table;
	margin-bottom: 17px;
	clear: both;
}

ul.submenu, ul.submenu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.submenu li {
	float: left;
	padding-right: 5px;
}

ul.submenu li.mx_current a {
	color: #727272 !important;
	text-decoration: underline !important;
}