html {
	background-image: url(../img/bg.jpg);
	background-color: #dedede;
	background-repeat: repeat-x;
	}

body {
    font-family: Trebuchet MS;
    color: #000000;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: 0;
    line-height: 1.5em;
    font-size: 12px;
	margin: 30px;
    text-align: left;
}

img {
	border: none;
	}

a:link, a:visited{
	color:#ff7800;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
	color: #d78135;
}

h2 {
	margin-top: 20px;
	}

h1{
    display:block; 
	width: 940px; 
	height: 220px;
	background:url(../img/header.jpg);
	margin: 0px auto;
	display: block;
	font-size: 18px;
}

h1 span {
	display: none;
	}
	
	a.no_link {
		position: relative;
		left: 40px;
		top: 200px;
		background: transparent;
		width: 80px;
		height: 19px;
		display: block;
		float: left;
		}
		
	a.en_link {
		position: relative;
		left: 44px;
		top: 200px;
		background: transparent;
		width: 80px;
		height: 19px;
		display: block;
		float: left;
		}

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

div#wrapper{
	margin: 0px auto;
	padding: 0px 20px 20px 20px !important;
	padding: 0px 0px 0px 0px;
	width: 900px !important;
	width: 940px;
	background-color: #ffffff;
	background-image: url(../img/bg_shadow.jpg);
	background-repeat: repeat-y;
	height: auto;
	overflow: hidden;
}

div#menu{
	width:170px;
	height: auto;
	background-color: #d1ebed;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	background-image:url(../img/menu_bg.jpg);
	background-repeat:repeat-x;
	clear:both;
}

div#menu_content{
	width: 170px;
	height: auto;
	font-size:14px;
	font-weight:bold;
	clear:both;
}
	#menu_content ul, li {
		list-style:none;
		margin:0px;
		padding:0px;
	}
	#menu_content ul {
		margin: 20px 20px 200px 20px;
	}
	
	#menu_content li {
		background: url(../img/menu_sep.jpg) bottom center no-repeat;
		padding: 0px 0px 5px 0px;
		}
	
	#menu_content a{
		color:#666666;
		}
	#menu_content a:hover{
		color:#000000;
}

div#menu_bottom{
	width:170px;
	height:100px;
	float:left;
	background:url(../img/menu_bg_bottom.jpg) repeat-x #FFFFFF;
	clear:both;
	padding-bottom: 0px;
}
div.news_article{
    width:470px;
	height:auto;
	float:left;
	border-bottom: 1px solid #f0f0f0;
	line-height: 14px;
	background-image:url(../img/news_article_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	padding: 10px;
}
div.news_footer{
    color:#999999;
    padding:0px;
	margin:0px;
	font-size:9px;
}
a.news_readmore{
display:block;
font-weight:bold;
background-image:url(../img/read_more.jpg);
background-repeat:no-repeat;
background-position:right;
height: 16px;
width:60px;
}

div#mini_lang{
	width:900px;
	height:auto;
	float:none;
	font-size:9px;
	margin-left: 30px;
	padding:5px;
	padding-top:10px;
	margin-left:10px
}
	div#mini_lang a {
		margin-right: 10px;
		}

div#content{
	width:480px;
	float:left;
	padding:20px;
	padding-top:0px;
	background-color: #ffffff;
}

div#spons{
	width:150px;
	height:auto;
	float:right;
	padding:10px;
	padding-top:20px;
	margin-right: 20px;
	font-size:10px;
	}

div#footer{
        text-align:center;
	font-size:9px;
	width:900px;
	height:70px;
	clear:both;
	margin-left: auto;
        margin-right: auto;
        padding: 30px 20px 100px 20px;
	background-image:url(../img/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

	
a.sponsor_list {
display: block;
margin-bottom: 5px;
	}
