@charset "utf-8";
/* CSS Document */

body{
	background-color:#6D6E71;
	margin:0;
	padding:0;
	font-size:13px;
}

a {outline: none; text-decoration:none;}
:focus{outline: none;}
*>.selector {outline: none;}

#icons{
	position:absolute; 
	height:20px; 
	right:70px; 
	top:-24px;
}

#icons a{
	filter:alpha(opacity=60); -moz-opacity:.60; opacity:.60;
	}

#icons a:hover{
	filter:alpha(opacity=100); -moz-opacity:1; opacity:1;
	}

#wrapper{
	text-align:left;
	padding:0px;
	margin-top:0px;
	border:0;
}

#header{
	margin-top:35px;
	position:relative;
	height:65px;
	z-index:10;
	width:100%;
}

#header_left{
	position:absolute;
	height:65px;
	width:50%;
	left:0px;
	background:url(images/strip_left.gif) repeat-x;
}

#header_right{
	position:absolute;
	height:65px;
	width:50%;
	right:0px;
	background:url(images/strip_right.gif) repeat-x;
}

#header_container{
	position:relative; 
	margin:0 auto;
	height:32px;
	width:920px;
}

#wrap{
	text-align:left;
	margin:0px auto;
	padding:0px;
	border:0;
	width:960px;
	margin-bottom:20px;
}

#content{
	padding:0;
	margin:0 auto;
	width:960px;
	background:url(images/content_bg.gif);
	position:relative;
}

#content_top{
	width:960px;
	position:absolute;
	top:0px;
	height:10px;
	background:url(images/content_top.gif);
}

#content_bottom{
	width:960px;
	height:10px;
	position:absolute;
	bottom:0px;
	background:url(images/content_bottom.gif);
}

#content h3{
	background:url(images/dot.png) no-repeat 0px 4px;
	padding-left:18px;
	font-size:18px;
	margin:30px 0px 20px 20px;
}

.langbar {
	position:absolute;
	height:20px;
	right:10px;
	top:-24px;
}

.active_lang {
	font-family: "Arian AMU";
	color:#FC3;
}

.banner_link {
	position:absolute; 
	width: 196px; 
	height: 41px; 
	left: 730px; 
	top:324px;
}
