*{
	padding:0;
	margin:0;
}

body {
	text-align:center;
	background:#F9FFE3;
	
}

*:first-child+html #wrap {	
	height:100%
}


a {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
#wrap {
	width:800px;
	text-align:left;
	margin:0 auto;
	background:#ADEF81;
}




.float-l {
	float:left;
}
.folat-r {
	float:right
}


.my_left_header{
	text-align:left;
	padding-left:0;
	font-size:14px;
}

.my_left_item{
	width:165px;
	padding-bottom:5px;
	background:url(images/arrow1_e.gif) no-repeat 0px 6px;
	padding-left:20px;
	border-bottom: 1px dotted #fff;
}


.box_1_top{
	background:#F9FFE3;
	padding:20px;
	line-height:18px;
}



/* header */
#header {
	background:url(images/header.gif) no-repeat;
	height:229px
}
#header h1 {
	font-size:20px;
	font-weight:bold;
	padding-top: 50px;
	color:#f9ffe3;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
}

#header h1 a{
	color:#9cdbfb;
}
#header div {
	font-size:14px;
	padding-left: 140px;
	color:#9cdbfb
}
ul#meun li a {
	padding-left:5px
}
/* content */
#content {
	background:url(images/content.jpg) no-repeat ;
}


#content {
    overflow: hidden;
}

#content:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #content {
    height: 1em;
    overflow: visible;
}

/**/


#content {
	padding:0px 55px 0 55px;
}
#content .left {
	width:400px
}
#content h2 {
	font-size:30px
}
#content p {
	padding:10px 0px;
}
#content .right {
	width: 243px;
}
#top {
	width: 200px;
	padding-left: 50px;
	padding-top: 50px;
}
#top li {
	list-style:url(images/arrow.gif) inside
}
#top a {
	color:#333333;
	line-height:20px
}
#inner {
	padding-top: 100px;
}
#img {
	background:url(images/imgbg.gif);
	height:83px
}
#img img {
	padding:8px
}
/* footer */
#footer {
	width:800px;
	background:url(images/footer.gif) no-repeat;
	height:141px;
	text-align:center;
	clear:both;
}


#ftlink {
	padding-top: 40px;
}
#ftlink, #copyright {
	padding-bottom:8px;
}

