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

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #fefefe;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #736257;
}

#container {
	margin:auto;
	width: 900px;
	background-color: #FFFFFF;
}

#header {
	background-image: url(../images/header.jpg);
	height: 62px;
	padding: 183px 0 0 50px;
	font-size: 13px;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul li {
	float: left;
	background-image: url(../images/nav.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 17px;
	padding: 0 10px 0 10px;
}

#header ul li#last { background: none; }

#content {
	padding: 30px 260px 20px 60px;

}

#footer {
	height: 30px;
	padding: 90px 0 0 60px;
	background-image: url(../images/footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li {
	display: inline;
	margin-right: 10px;
}

#utb {
	background-image: url(../images/utb.jpg);
}

#left {
	float: left;
	width: 128px;
}

#left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#left ul li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: solid 1px #eeeae1;
}

#left ul li a {
	background-position: right;
	background-repeat: no-repeat;
	background-image: none;
	display: block;
	width: 128px;
}

#left ul li a:hover { background-image: url(../images/nav-left.jpg); }

#content-utb {
	margin-left: 240px;
}

#clear { clear: both; height: 0; }

h1 {
	margin-top: 0;
	font-size: 24px;
	font-weight: normal;
	color: #990000;
}

a {
	text-decoration: none;
	color: #736257;
}

a:hover { color: #cc0000; }

h2 {
	margin-top: 0;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../images/h2.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
	text-align: center;
}


#lan .wrap {width:500px;border-bottom:1px solid #ccc;padding-bottom:10px;margin-bottom:10px;overflow:hidden;}
#lan .lan-txt {float:left;width:340px;}
#lan .lan-img {float:left;width:150px;margin:10px 10px 0 0;}
