html {
	background: #ece7d9 url(img/bg1.png) repeat-x center top;
	height: 100%;
}
body {
	background: url(img/bg2.png) repeat-x center bottom;
	min-height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px/1.5 Tahoma, Arial, helvetica, sans-serif;
}
header,
footer,
nav,
section,
article,
img {
	display: block;
	border: 0;
}
a {
	color: #ee4900;
}
a img {
	border: 2px solid #ee4900;
}
#header {
	height: 391px;
	padding: 9px 0 0 0;
	background: url(img/sun.png) no-repeat center bottom;
}
#header .container {
	margin: 0 auto;
	width: 970px;
	height: 391px;
}
#header h1 {
	display: block;
	position: absolute;
	width: 158px;
	height: 129px;
	margin: 10px 0 0 65px;
	background: url(img/logo.png) no-repeat center top;
}
#header h1 a {
	display: block;
	width: 158px;
	height: 129px;
}
#header h1 span {
	display: none;
}
#header h2 {
	position: absolute;
	width: 330px;
	margin: 135px 0 0 5px;
	text-align: left;
	font-size: 40px;
	font-weight: normal;
	display: block;
	line-height: 50px;
	color: #fff;
	text-indent: 180px;
}
#header h2 span {
	padding: 0 10px;
	margin: 0;
	background: #b8a315;
	background: rgba(0,0,0,0.2);
}
#top {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
#top ul {
	display: block;
	padding: 0;
	margin: 22px 0 0 289px;
	width: 671px;
	height: 35px;
	border-right: 1px solid #585858;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#top li {
	display: block;
	float: left;
	height: 35px;
	line-height: 20px;
	width: 110px;
	border-left: 1px solid #585858;
	border-right: 1px solid #2f2e2e;
	background: url(img/menu.png) no-repeat 0px 30px ;
}
#top li.active {
	background-position: -110px 30px;
}
#top li:first-child {
	border-left: 0;
}
#top li a {
	color: #fff;
	text-decoration: none;
}
#top li a:hover {
	text-decoration: underline;
}
#top li.active a {
	color: #fbda00;
}
#top li em {
	position: absolute;
	margin: -15px 0 0 -10px;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #b6b6b6;
}
#header p {
	position: absolute;
	width: 330px;
	margin: 215px 0 0 5px;
	font-size: 15px;
	text-align: left;
}
#header p strong {
	color: #ee4900;
}
#intropic {
	position: absolute;
	margin: 10px 0 0 341px;
	border-color: ;
	border: 8px solid #b8a315;
	border-color: rgba(0,0,0,0.2);
	border-radius: 3px;
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
}
#wrapper {
	width: 960px;
	padding: 40px 0;
	margin: 0 auto;
	text-align: left;
}
#content {
	width: 500px;
	float: left;
	margin: 0 0 0 30px;
}
#wide {
	width: 730px;
	float: left;
	margin: 0 0 0 30px;
}
#menu {
	float: left;
	margin: 0;
	width: 200px;
}
#menu > nav > ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menu > nav > ul > li {
	width: 146px;
	padding: 7px 10px 7px 20px;
	margin: 0 0 11px 0;
	background: #f9f1d8;
	border: 1px solid #bababa;
	border-radius: 5px;
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
}
#menu > nav > ul > li > a {
	display: block;
	padding: 0 0 0 20px;
	background: url(img/h2.png) no-repeat left center;
	font-size: 14px;
}
#menu > nav > ul > li > ul {
	padding: 35px 0 0 30px;
	margin: -25px -10px 0 -30px;
	list-style-type: none;
	background: url(img/menubg.png) no-repeat left top;
}
#menu > nav > ul > li > ul > li > a {
	display: block;
	color: #767676;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 10px;
	background: url(img/bullet.png) no-repeat left center;
}
#menu > nav > ul > li > ul > li > a:hover {
	text-decoration: underline;
}
article h1 {
	clear: both;
	font-size: 23px;
	padding: 0;
	margin: 0 0 0.78em 0;
}
article h2 {
	clear: both;
	font-size: 14px;
	margin: 1.28em 0 0 0;
	padding: 0 0 0 20px;
	background: url(img/h2.png) no-repeat left 6px;
}
article h3 {
	clear: both;
	font-size: 12px;
	margin: 1.5em 0 0 0;
	padding: 0;
}
article p {
	margin: 0 0 1.5em 0;
	padding: 0;
}
article p.center,
article h1.center {
	text-align: center;
}
article h1.hilite {
	background: #D9D4A3;
	text-align: center;
}
article ul {
	padding: 0 0 1.5em 1.5em;
	margin: 0;
}
article time {
	padding: 0 0.5em 0 0;
	color: #4f4f4f;
}
article time.inline {
	display: inline-block;
	float: left;
}
article nav {
	clear: both;
}
article nav ul {
	list-style-type: none;
	padding: 0 1.5em 0 0;
	margin: 0;
}
article nav ul li {
	display: inline;
}
article nav ul li:before {
	content: " | ";
}
article nav ul li:first-child:before {
	content: "";
}
article img.left {
	float: left;
	margin: 0 10px 10px 0;
}
article hr {
	border: 1px solid #bababa;
	height: 0px;
	margin: 1.5em 0;
}
article img.right {
	float: right;
	margin: 0 0 10px 10px;
}
article .video {
	text-align: center;
}
article a.video {
	display: block;
	width: 480px;
	height: 360px;
	
}
article .video object {
	margin: 0 auto;
}
#side {
	float: right;
	width: 178px;
}
#side section {
	width: 146px;
	padding: 7px 10px 7px 20px;
	margin: 0 0 11px 0;
	background: #f9f1d8;
	border: 1px solid #bababa;
	border-radius: 5px;
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
}
#side h1 {
	padding: 0 0 8px 40px;
	margin: -5px -10px 0 -30px;
	background: url(img/sidebg.png) no-repeat left top;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	color: #4f4f4f;
}
#side h2 {
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#side p {
	margin: 0;
	padding: 0 0 1.5em 0;
}
#side p:last-child {
	padding-bottom: 0;
}
#footer {
	clear: both;
	height: 165px;
	width: 767px;
	margin: 0 auto;
	padding: 40px 0 0 203px;
	background: url(img/slo.png) no-repeat right 60px;
	text-align: left;
}
#footer .container {
	border-left: 1px solid #2f2e2e;
	height: 86px;
	margin: 40px 0 0 0;
	padding: 0;
	list-style-type: none;
}
#footer .container > li {
	display: block;
	float: left;
	border-left: 1px solid #585858;
	height: 86px;
	width: 150px;
	padding: 0 30px;
	color: #9d9b96;
}
#footer .container > li:first-child {
	border-right: 1px solid #2f2e2e;
	width: 300px;
}
#footer .container section {
	margin: -26px 0 0 0;
	height: 126px;
}
#footer h1 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 19px;
	background: url(img/fh1.png) no-repeat left center;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px dotted #7f7c7c;
}
#footer .container ul {
	display: block;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#footer .container ul li {
	background: url(img/fli.png) no-repeat left 6px;
	padding: 0 0 0 11px;
}
#footer nav ul {
	width: 100px;
}
#footer .container nav a {
	color: #9d9b96
}
#footer em {
	font-weight: bold;
	font-style: normal;
	color: #ffe400;
}
#footer a {
	color: #ffe400;
}
#footer address {
	font-style: normal;
}
#gallery {
	list-style-type: none;
	padding: 8px 0 0 0;
	margin: 0 30px;
	overflow: hidden;
	width: 670px;
	white-space: nowrap;
	height: 162px;
}
#gallery li {
	display: inline;
	margin: 0;
	padding: 0 10px 0 0;
	line-height: 0;
}
#gallery li:last-child {
	padding: 0;
}
#gallery li div {
	display: none;
}
#gallery li img {
	display: inline;
}
#gallery li a {
	outline: 0;
}
#gallery li.active img {
	border-color: #000;
}
ul.gallery-nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}
ul.gallery-nav li {
	display: block;
	position: absolute;
	padding: 0;
	margin: 0;
	width: 50px;
}
ul.gallery-nav li[rel="forth"],
ul.gallery-nav li[rel="back"] {
	width: 30px;
	height: 150px;
	margin-top: -160px;
}
ul.gallery-nav li[rel="forth"] a,
ul.gallery-nav li[rel="back"] a {
	display: block;
	width: 100%;
	height: 100%;
	outline: 0;
	text-decoration: none;
}
ul.gallery-nav li[rel="forth"] {
	margin-left: 700px;;
	background: url(img/nn.png) no-repeat center center;
}
ul.gallery-nav li[rel="back"] {
	background: url(img/pp.png) no-repeat center center;
}
ul.gallery-nav li[rel="scroll"] {
	width: 668px;
	height: 1.5em;
	border: 1px solid #bababa;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 0 0 30px;
}
ul.gallery-nav li[rel="scroll"] span {
	display: block;
	background: #bababa;
	height: 1.5em;
	width: 0;
}
.gallery-image {
	clear: both;
	margin: 10px 0 0 0;
	padding: 1.5em 0 0 0;
	text-align: center;
}
.gallery-image img {
	margin: 0 auto;
}
.gallery-image ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.gallery-image li {
	position: absolute;
	width: 50px;
	height: 0;
	background-repeat: no-repeat;
	background-position: center center;
}
.gallery-image li a {
	outline: 0;
}
.gallery-image li[rel="next"] {
	margin-left: 680px;
	background-image: url(img/n.png);
}
.gallery-image li[rel="prev"] {
	background-image: url(img/p.png);
}
.gallery-image li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.gallery-content {
	text-align: center;
	min-height: 3em;
}

