﻿@charset "utf-8";

#wrapper {
	width: 960px;
	margin-top: 23px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #2e93c3;
	background-image: url(../images/botbbg.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#header {
	width: 960px;
	clear: both;
	padding-top: 5px;
	height: 280px;
	background-image: url(../images/topbbg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#logo {
	width: 210px;
	clear: left;
	height: 280px;
	float: left;
}
#header_right {
	width: 750px;
	clear: right;
	height: 280px;
	float: right;
}
#language {
	width: 750px;
	height: 20px;
	float: right;
	text-align: right;
}
#header_ad {
	width: 750px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu {
	width: 960px;
	clear: both;
	height: 50px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 2px;
}
#content {
	width: 960px;
	clear: both;
}
#leftsidebar{
	width: 260px;
	clear: left;
	float: left;
	position: relative;
	left: 0px;
}
#leftsidebar2{
	width: 260px;
	clear: left;
	float: left;
	position: relative;
	bottom: 0px;
}
#rightsidebar{
	width: 240px;
	clear: right;
	float: right;
	position: relative;
	left: 0px;
	margin-left: 20px;
}
#main{
	width: 700px;
	clear: right;
	float: right;
}
#main2{
	width: 700px;
	clear: left;
	float: left;
}
#case {
	width: 950px;
	clear: both;
	position: relative;
	float: none;
	margin-bottom: 8px;
	margin-left: 5px;
	background-color: #2e93c3;
}
#footer {
	width: 960px;
	clear: both;
	text-align: center;
	position: relative;
	float: left;
	margin-top: 20px;
	padding-top: 8px;
	height: 50px;
}
#gototop{position:fixed;bottom:0;right:10px;}
