@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
}
.top{
	margin:auto;
	background:url(images/top-menu.png) no-repeat top center;
	height:32px;
	width:960px;
}
.top ul{
	margin:auto;
	padding:auto;
	}
.top ul li{
	float:left;
	display:block;
	padding:8px;
	list-style:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.top ul li a:link{
	color:#0CF;
	text-decoration:none;
}
.top ul li a:hover{
	color:#F90;
	text-decoration:none;
}
.top ul li a:visited{
	color:#0CF;
	text-decoration:none;	}
	
ul.icons { margin:auto; padding:auto; list-style:none; }
ul.icons li { float:right; padding:3px; }
ul.icons li a { text-decoration:none; }
ul.icons li img { border:none; margin: 0 0 0 0; }

#container{
	background:url(images/bg.jpg) no-repeat top center;
	width:960px;
	height:898px;
	margin: -1px auto auto;
}
.search{
	float:right;
	margin-top:80px;
	width:395px;
	height:30px;
	margin-right:15px;
	z-index:120;
}
.search1{
	background:url(images/search-bg.png) no-repeat top left;
	width:309px;
	font-family:Verdana, Geneva, sans-serif;
	color:#999;
	font-style:italic;
	height:30px;
	float:left;
	border:none;
	padding:0 0px 0 10px;
	}
.button{
	background:url(images/search-button.png) no-repeat top left;
	border:none;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	font-weight:bold;
	float:left;
	height:30px;
	width:65px;
	}

.marq{
	float:left;
	width:837px;
	height:50px;
	background:url(images/marque.png) top left no-repeat;
	margin: 40px 0 0 55px;
	}
.clear{
	clear:both;
	}
.left{
	width:730px;
	float:left;
	}
.right{
	width:220px;
	float:right;
	margin-top:14px;	
	}
.right img{
	border:none;	
}
.box1{margin:-5px 0px 25px 10px; width:350px; height:250px; float:left; }
.box1 h1{ background:url(images/topic-head.png) top left no-repeat; color:#fff; padding-left:3px; width:345; height:49px; font-size:28px; }
.box2{ margin:-5px 0px 25px 10px; width:700px; }
.box2 h1{ background:url(images/topic-head.png) top left; color:#fff; padding-left:3px; height:49px; font-size:28px; line-height:45px; }

	.boxtext{
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		color:#000;
		font-style:normal;
		text-decoration:none;
		text-align:left;
		line-height:20px;
		margin-top:-10px;
	}
	.boxtext img{
		float:right;
		border:none;
		position:relative;
		padding-left:5px;
	}
	
.sp{
	background:url(images/sp.png) top center no-repeat;
	width:795px;
	height:3px;
	margin:auto
	}	
.footer{
	width:500px;
	margin:auto;
	height:160px;
	margin-top:10px;
	}
	.chat img{
		border:none;
		margin: 5px 0 0 15px;
	}
	.chattext{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		font-style:italic;
		font-weight:500;
		text-align:center;
		text-shadow:1px 1px #fff;
		color:#333;
	}
.flags img{
	padding-left:17px;
	border:none;
}
.bottom{
	margin: -1px auto auto;
	background:url(images/bottom-menu.png) no-repeat top center;
	height:31px;
	width:960px;
}
.bottom p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	padding:7px 0 0 0;
	margin:auto;
	color:#fff;
}
.bottom p a:link{
	color:#0CF;
	text-decoration:none;
}
.bottom p a:hover {
	color:#F90;
	text-decoration:none;
}
.bottom p a:visited{
	color:#0CF;
	text-decoration:none;
	}