*{
	margin:0;
	padding:0;
}
body{
	background:#000;
	font-size:80%;
	line-height:1.6;
	color:#444;
}
#wrapper{
	background:#fff;
	width:700px;
	background:#fff url(../images/container.jpg) repeat-y 200px 0;
	position:relative;
}
h1{
	width:660px;
	height:142px;
	margin:0 20px;
	background:#fff url(../images/header.jpg) no-repeat 0 20px;
	text-indent:-5555px;
}
p#summary{
	width:440px;
	position:absolute;
	top:70px;
	left:220px;
	color:#666;
}
#con{
	width:500px;
	float:right;
}
#bread{
	width:440px;
	position:absolute;
	top:140px;
	left:220px;
}
.item{
	margin:20px 40px 20px 20px;
}
.item h2{
	font-size:130%;
}
.item h2 a{
	display:block;
	background:#666;
	color:#fff;
	padding:0 5px;
	zoom:1;
}

#side{
	width:180px;
	float:left;
}
#side h2{
	width:160px;
	height:20px;
	text-indent:-5555px;
	margin:20px 0 10px 20px;
}
h2#naviH2{
	background:url(../images/h2a.jpg) no-repeat;
}
h2#linkH2{
	background:url(../images/h2b.jpg) no-repeat;
}
#side ul{
	margin:10px 5px 30px 25px;
	list-style:none;
}
#side li{
	border-top:1px #999 dashed;
	padding:5px;
}
#side li a{
	color:#444;
}
#side li a:hover{
	color:#0099cc;
}

#footer{
	width:700px;
	clear:both;
	padding:20px 0 20px 0;
	background:#fff url(../images/footer.jpg) no-repeat 200px 0;
}
#footer a{
	color:#444;
	padding: 0 20px;
}
/*item*/

#item #con h2{
	margin:20px 40px 10px 20px;
	display:block;
	background:#666;
	color:#fff;
	padding:0 5px;
	zoom:1;
}
#item #con p{
	margin:10px 40px 20px 20px;
}
#item #con p em{
	display:block;
	font-style:normal;
	font-size:120%;
	border-left:7px #666 solid;
	margin:10px 0 5px;
	text-indent:5px;
	background:#eee;
}
