@charset "utf-8";
body {
	margin: 0px;
	background-color: #243E5C;

}
a img, img a, img {
	border:none;
	border-width:0px;
}
#wrap {
	background-image: url(../images/bg_top.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #FCFCFC;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	height: auto;
	height: 100%;
}
#all {
	width: 900px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	width: 900px;
	height: 191px;
}
#logo {
	float:left;
	width:187px;
	height:130px;
}
#lang {
	width:58px;
	height:130px;
	float:left;
}
#login {
	float:right;
	width:262px;
	height:130px;
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
}
#login form {
	float: left;
	padding-top: 14px;
	padding-left: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
#login label {
	float: left;
	clear: left;
	margin: 0px;
}
.login_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	width: 190px;
	float: left;
	margin-bottom: 1px;
	clear: left;
	border: 1px solid #CCC;
}
.login_bt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background-color: #F2F2F2;
	border-style: none;
	border-width: 0px;
	float: left;
	clear: left;
}
#nav {
	float:left;
	clear:both;
	width:900px;
	height:61px;
	background-image: url(../images/nav.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#nav ul {
	float: left;
	width: 760px;
	margin: 0px;
	padding-top: 18px;
	padding-left: 65px;
}
#nav li {
	list-style-type: none;
	float: left;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#content {
	float:left;
	clear:left;
	width:790px;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 55px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}
#content h1 {
	font-size: 22px;
	font-weight: bold;
	color: #369;
}
#content h2 {
	font-weight: normal;
	font-size: 12px;
	color: #575757;
}
#content h3 {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #666;
}
#content a {
	color: #369;
	text-decoration: underline;
}
#content a:hover {
	color: #336;
	text-decoration: underline;
}
#banners {
	width:900px;
	clear:left;
	float:left;
	text-align:center;
}
#tools {
	width:860px;
	float:left;
	clear:left;
	text-align:right;
}
#footer {
	width:100%;
	padding-top:5px;
	text-align:center;
	background-image: url(../images/bg_bottom.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-repeat: repeat-x;
	background-attachment: scroll;
	padding-bottom: 5px;
	height: 27px;
	bottom: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: left;
	float: left;
}
#footer a {
	color: #CCC;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}