* {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
body {
	background:#fffed7 url(images/bg_body.gif) top left repeat-x;
	font-size:12px;
} 
#wrap {
	width:780px;
	margin:0 auto;
	margin-top:20px;
}
/* Top Start */
#top {
	margin:0;
	padding:0;
	padding-top:92px;
	height:33px;
	background:url(../images/top.jpg) top right no-repeat;
}
#nav {
	height:33px;
	background:url(../images/ul_img.jpg) top right repeat-x;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
	padding-left:30px;
}
#nav li {
	float:left;
	padding:7px 10px;
}
#nav li a{
	text-decoration:none;
	color:#FFFFFF;
}
#nav li a:hover{
	text-decoration:none;
	color:#fff77b;
}
/* Top End */
/* contents Start */
#contents{
	float:left;
}
#contents_left {
	float:left;
	width:266px;
	height:457px;
	background: url(../images/left_top.jpg) top left no-repeat;
}
#contents_rigth {
	float:right;
	width:514px;
	height:457px;
	background:url(../images/right_img.jpg) bottom right no-repeat;
}
#MainImgae {
	width:489px;
	float:left;
	height:70px;
	font-size:0;
	padding:215px 0 20px 25px;
	background:url(../images/right_img2.jpg) top left no-repeat;
	}
	#MainImgae img {
		margin-right:7px;
		}
#MainImgae2 {
	width:496px;
	float:left;
	height:85px;
	font-size:0;
	padding:200px 0 20px 18px;
	background:url(../images/right_img2.jpg) top left no-repeat;
	}
	#MainImgae2 img {
		margin:0;
		padding:0;
		}
#articles {
	float:left;
	width:484px;
	height:119px;
	padding:10px 15px 0 15px;
}
#articles ul {
	margin:0;
	padding:0;
	margin-top:3px;
	list-style:none;
	line-height:120%;
}
#articles ul li {
	background:url(../images/article_bt_point.gif) left top no-repeat;
	padding-left:15px;
	color:#FFFFFF;
	padding-top:4px;
}
#articles ul li a {
	text-decoration:none;
	color: #FCDF56;
	font-weight:bold;
}
#articles ul li a:hover {
	text-decoration:underline;
}
/* contents End */
#footer{
	clear:both;
	margin:0;
	height:30px;
	background:#707070;
	font-size:12px;
	padding:10px 10px 0 10px;
	font-family:font-family:Arial, Helvetica, Verdana, sans-serif;
	color:#FFFFFF
	}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.copy{
	float:left;
	width:200px;
	}
.footermenu{
	float:right;
	width:400px;
	text-align:right;
	}	
