@charset "utf-8";
/* CSS Document */
	body {
		margin:0; padding:0; font:normal 11px arial;color:#494949;
	}
	
	a {
		color:#494949; text-decoration:underline;
	}
	
	a:hover {
		color:#323232; text-decoration:none;
	}
	
	#container {
		width:791px; margin:0 auto;
	}
	
	#header {
		width:791px; height:213px; position:relative;
	}
	.header_lt{
		background:url(img/header_lt.jpg);
	}
	.header_en{
		background:url(img/header.jpg);
	}
	#header .lang {
		position:absolute; width:38px; height:15px; top: 6px; left: 300px;
	}
	
	#header .title {
		position:absolute; width:280px; height:200px; left: 0px; top: 20px;cursor: pointer;
	}
	
	#menu {
		width:150px; float:left; font:normal 11px arial; margin-top:60px;
	}
	
	#menu ul {
		padding:0; margin:0;
	}
	
	#menu li {
		list-style:none; line-height:17px;
	}
	
	#menu a {
		text-decoration:none;
		color:#494949;
	}
	#menu a:hover{
		color: #DA2423;
	}
	#content {
		color:#494949;
		float:left; width:540px; margin-top:40px;
	}
	
	#content h1, #sponsors h1 {
		font:normal 18px arial; margin:0; padding:0; color:#494949; border-bottom:solid 1px #e7e7e7; padding-bottom:3px;
	}
	
	#sponsors {
		float:left; width:150px; margin:40px 0 0 21px;
	}
	
	#footer {
		text-align:center; color:#494949; margin-top:30px; font-size:10px;
	}
	#content a img {
		border:0px;
	}


