body, html {
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
img {
	border: 0px none;
}
#page {
	width: 100%;
}
#header {
	height: 480px;
	background: url(images/header_bg.png) no-repeat bottom center;
}
	#header_img {
		width: 687px;
		height: 462px;
		position: absolute;
		top: 6px;
		left: 50%;
		margin: 0px -455px;
	
	}
	#main_top {
		width: 687px;
		height: 90px;
		position: absolute;
		top: 472px;
		left: 50%;
		margin: 0px -455px;
	}
	#news_top {
		width: 219px;
		height: 90px;
		position: absolute;
		top: 472px;
		left: 50%;
		margin: 0px 0px 0px 235px;
	}
	#links {
		width: 200px;
		height: 20px;
		position: absolute;
		top: 435px;
		left: 50%;
		margin: 0px 0px 0px 236px;
		padding-left: 28px;
		font-size: 14px;
		font-weight: bold;
		color: #808080;
		background: url(images/menu_inactive.png) no-repeat top left;
	}
	#links a {
		color: #808080;
		text-decoration: none;
	}
	/**lang**/
	#lang {
		width: 200px;
		height: 20px;
		position: absolute;
		top: 415px;
		left: 50%;
		margin: 0px 0px 0px 236px;
		padding-left: 28px;
		font-size: 14px;
		font-weight: bold;
		color: #808080;
		background: url(images/menu_inactive.png) no-repeat top left;
		list-style-type: none;
	}
	#lang a {
		color: #808080;
		text-decoration: none;
	}
	
	#menu {
		width: 200px;
		height: 420px;
		position: absolute;
		top: 35px;
		left: 50%;
		margin: 0px 0px 0px 236px;
		padding: 0px;
		list-style-type: none;		
		font-size: 1px;
	}
	#menu li {
		margin: 0px;
		padding: 0px;
	}
	* html #menu li {
		height: 16px;
	}
	#menu li a {
		display: block;
		padding: 0px 0px 0px 28px;
		color: #34302d;
		text-decoration: none;
		font-size: 14px;
		font-weight: bold;
		background: url(images/menu_inactive.png) no-repeat top left;
	}
	#menu li ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	#menu li li a {
		background: none;
		padding-left: 35px;
		color: #999796;
		font-weight: bold;
		font-size: 13px;
	}
	#menu li li a:hover {
		background: none;
	}
	#menu li ul ul {
		padding-left: 5px;
	}
	#menu li li li a {
		color: #404040;
	}
	#menu li li li li a {
		color: #9997a9;
	}
#main_container {
	background: url(images/main_bg.png) repeat-y top center;
}
	#main {
		width: 864px;
		padding-top: 80px;
		position: relative;
		top: 6px;
		left: 50%;
		margin: 0px -427px;
		font-size: 11px;
	}
	#main h1 {
		font-size: 20px;
		font-weight: normal;
		margin: 13px 0px;
	}
	#main p {
		text-align: justify;
		line-height: 14px;
	}
	#main a{
		text-decoration: underline;
		color: black;
	}
	#content {
		width: 651px;
		float: left;
		margin-bottom: 14px;
	}
	#news {
		float: right;
		width: 191px;
		color: #858585;
		margin-bottom: 14px;
	}
	#news h2 {
		font-size: 20px;
		font-weight: normal;
		
		margin: 13px 0px;
	}
	#copyright {
		clear: both;
		height: 36px;
		background: url(images/copy_bg.png) no-repeat top center;
		color: #858585;
	}
	#copyright p {
		padding: 6px 0px 0px 0px;
		margin: 0px;
	}
	#copyright a {
		color: #858585;
		text-decoration: none;
	}
#bottom {
	height: 11px;
	background: url(images/footer_bg.png) no-repeat top center;
	font-size: 1px;
}
