@charset "utf-8";

	body {
		background: url('../images/bg2.jpg') no-repeat;
	}

	.yellow {
		color: #FF0;
	}
	
	a:link {
		color: #666;
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
		color: #666;
	}
	a:hover {
		text-decoration: none;
		color: #666;
	}
	a:active {
		text-decoration: none;
		color: #666;
	}
	
	#header {
		height: 74px;
		background: url('../images/header.gif') repeat-x;
		width: 100%;
	}
	#header-inner {
		width: 1000px;
		margin: 0 auto;
	}
	#logo {
		float: left;
		margin-top: 10px;
	}
	#lang {
		float: right;
		margin-top: 20px;
		line-height: 30px;
	}
	#lang img {
		margin-right: 10px;
	}
	#lang * {
		vertical-align: middle;
		line-height: 30px;
	}
	#nav {
		margin-top: 50px;
	}
	#nav #Image3 {
		background: url('../images/up_01.jpg') no-repeat;
	}
	#nav #Image3:hover {
		background: url('../images/up_01_o.jpg') no-repeat;
	}
	#nav #Image4 {
		background: url('../images/up_02.jpg') no-repeat;
	}
	#nav #Image4:hover {
		background: url('../images/up_02_o.jpg') no-repeat;
	}
	#nav #Image5 {
		background: url('../images/up_03.jpg') no-repeat;
	}
	#nav #Image5:hover {
		background: url('../images/up_03_o.jpg') no-repeat;
	}
	#nav #Image6 {
		background: url('../images/up_04.jpg') no-repeat;
	}
	#nav #Image6:hover {
		background: url('../images/up_04_o.jpg') no-repeat;
	}
	#nav #Image7 {
		background: url('../images/up_05.jpg') no-repeat;
	}
	#nav #Image7:hover {
		background: url('../images/up_05_o.jpg') no-repeat;
	}
	#nav #Image8 {
		background: url('../images/up_06.jpg') no-repeat;
	}
	#nav #Image8:hover {
		background: url('../images/up_06_o.jpg') no-repeat;
	}
	#nav #Image9 {
		background: url('../images/up_07.jpg') no-repeat;
	}
	#nav #Image9:hover {
		background: url('../images/up_07_o.jpg') no-repeat;
	}
	.slideshow { 
		width: 1000px; height: 180px;overflow: hidden;
	}
	#content_outer {
		width: 1000px;
		min-height: 810px;
		margin: 0 auto;
	}
	#menu {
		width: 211px;
		padding-top: 20px;
		float: left;
	}
	#menu .sidetitle{
		margin-bottom: 10px;
	}
	#menu ul li a {
		background: url('../images/button_n.png') no-repeat 0px 0px;
		width: 211px;
		height: 53px;
		line-height: 53px;
		vertical-align: middle;
		text-align: center;
		display:inline-block;
		color: #043493;
		font-size: 16px;
	}
	#menu ul li a:hover {
		background: url('../images/button_n.png') no-repeat 0px -53px;
		color: #FFF;
	}
	#page_right {
		width: 770px;
		float: left;
		padding-top: 20px;
		margin-left: 10px;
		min-height: 570px;
	}
	#page_right #title *{
		vertical-align: middle;
	}
	#page_right #title a, #page_right #title a:hover, #page_right #title a:visited{
		color: #043493;
	}
	#page_right #title {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		line-height: 20px;
		color: #b80000;
		vertical-align: middle;
	}
	#contect_outer {
		width: 1000px;
		margin: 0px auto;
		position: relative;
	}
	#contect {
		position: absolute;
		bottom: 2px;
	}
	#contect div {
		position: relative;
	}
	#content #pages{
		width: 100%;
		text-align: center;
		line-height: 50px;
	}
	.clear {
		clear: both;
	}
	#footer {
		clear: both;
		height: 65px;
		background: url('../images/footer.gif') repeat-x;
		text-align: center;
		width: 100%;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		line-height: 25px;
		color: #666;
		margin-top: 15px;
	}
	#footer span {
		padding-top: 10px; 
		display: block;
	}
