* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	background: url(../images/body_bg.jpg);
	font: 12px Tahoma, Verdana, sans-serif;
	height: 100%;
}
a {
	color: #eee2c3;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {padding: 0 0 0 18px;}
img {
	border: none;
}
h1 {font-size:1.2em;text-align:center}
input {vertical-align: middle}
#mytxt h2 {font-size:1.2em;margin-top:5px;margin-bottom:5px;}
#mytxt ul {margin-left:20px;}
#mytxt {text-align:justify;}
#mytxt img {margin-right:10px;margin-top:10px;}
#wrapper {
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.text1{
	text-align: center;
	padding: 0 0 5px 0;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	background: url(../images/header_bg.jpg) no-repeat center;
	height: 210px;
	
}
#header .logo{
	background: url(../images/logo.png) no-repeat;
	margin: 0 0 0 20px;
	height: 106px;
}
#header .menu{
	width: 1047px;
	height: 105px;
	margin: 1px auto 0 auto;
	padding: 25px 0 0 0;
	list-style: none;
	background: url(/images/bottommenu.png) left top no-repeat;
}
#header .menu li{
	float: left;
	padding: 0 7px;
	position: relative;
	/*left:130px;*/
	z-index: 2000;
}
#header .menu li a{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #03302d;
	text-decoration: none;
}
#header .menu li a:hover{
	text-decoration: underline;
}
#header .menu li a.selected{
	font-style: italic;
	color: #b7280a;
}
#header .menu li ul{
	margin: 0;
	padding: 0;
	width: 160px;
	list-style: none;
	background: #e8c897;
	border-left: 1px solid #cd8a33;
	border-right: 1px solid #cd8a33;
	border-bottom: 1px solid #cd8a33;
	position: absolute;
	top: 20px;
	left: 5px;

}
#header .menu li ul li{
	float: none;
	border-top: 1px solid #cd8a33;
	padding: 2px 10px;
	width: 140px;
}
#header .menu li ul li a{
	font-size: 15px;
}
#header .menu li ul li a span{
	float: right;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	background: url(../images/content_bg_top.jpg) no-repeat top;
	width: 675px;
	margin: 0 auto;
	/*overflow: hidden;*/
	padding-top: 70px;
	position: relative;
}
#content{
}
#content .bottom{
	background: url(../images/content_bg_bottom.png) no-repeat bottom;
	height: 100px;
	margin-bottom: 170px;
}
#content .fon{
	background: url(../images/content_bg_text.jpg) repeat-y;
}
#content .fon .title1{
	background: url(../images/content_bg_title_1.jpg) no-repeat;
	height: 82px;
	margin-bottom: -35px;
	padding: 16px 0 0 90px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #eee2c3;
}
#content .fon .title2{
	background: url(../images/content_bg_title_2.jpg) no-repeat;
	height: 88px;
	margin: 40px 0 -35px 0;
	padding: 16px 0 0 90px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #eee2c3;
}
#content .fon .title2 .all-news{
	margin: 0 0 0 225px;
	font-size: 14px;
	color: #f5b7aa;
}
#content .fon .text{
	padding: 0 80px 0 90px;
	color: #fff;
	line-height: 20px;
	/*text-align: justify;*/
}
#content .fon .link-list{
	margin: 0 0 0 90px;
	padding: 0;
	list-style: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
#content .fon .link-list li{
	padding: 5px 0;
}
#content .toppages {
	padding: 0 0 10px 0;
	text-align: center;
}
#content .toppages a{
	margin: 0 10px;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: url(../images/footer_bg.jpg) center;
	margin: -280px auto 0;
	min-width: 1000px;
	height: 302px;
}


#img-view {
	display: none;
	position: absolute;
	border: 2px solid #a54225;
}

.web p {
text-align:justify;
padding-left:0px;
margin-bottom:10px;
}

.web ul {
margin-top:5px;
margin-bottom:5px;
padding-left:20px;
}

.web li {
text-align:justify;
}

.web h2 {
text-align:left;
font-size:1.2em;
margin-bottom:10px;
}


