body {
	text-align:center;
}
a {
	text-decoration:none;
	color:#000000
}
a:hover {
	text-decoration: underline;
    color:#ff0000
}
#bg {
	background:url(images/bg.jpg);
	margin:0 auto;
	width:900px;
	height:900px;
}
#wrap {
	width:800px;
	text-align:left;
	margin:0 auto;
	position: relative;
	top:50px;
}
.float-l {
	float:left
}
.float-r {
	float:right
}
.left {
	width:233px;
	background:#E7ECEF;
	height:780px
}
.right {
	width:567px;
	height:780px;
	background:#fff;
}
#logo {
	background:url(images/hdr.jpg);
	height:210px
}
#logo h1 {
	font-size:34px;
	color:#223802;
}
#logo h1 {
	padding: 70px 0 0 100px;
}
#logo div {
	padding-left:150px
}
ul#nav {
	background:url(images/hdl.jpg);
	height:176px;
	padding:50px 40px 0 40px
}
ul#nav li {
	line-height:1.9em;
	border-bottom:#fff 1px solid;
    list-style-type:none;
}
ul#nav li a {
	color:#FFFFFF
}
#meun h2 {
	font-size:24px;
	padding:30px 0 0 40px
}
#meun ul {
	padding:10px 40px 0 40px
}
#meun li {
	line-height:6.5em;
	border-bottom:#88bcbc 2px solid;
    list-style-type: none; padding-left: 30px; background: url(images/menuicon.jpg) no-repeat left center;
	color:#336666
}
#meun li a {
	color:#336666
}
#meun p {
	padding:30px 20px 0 40px
}

#main h2 {
	font-size:36px;
	color:#485e75;
	padding: 40px 50px 0 50px;
}
#main p {
	padding: 20px 50px 0 50px;
}
/* footer */
#footer {
	clear:both;
	height:60px
}
#footer a {color:#FFFFFF}
#footer {
	color: #fff;
	left: 0px;
	position:relative;
	top:10px
}
#xhtml {
	position: absolute;
	left:550px
}

/* slideshow */
#myGallery
{
	width: 500px;
	height: 228px;
	z-index:5;
	border: 1px solid #000;
	margin:30px auto;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}

