@charset "UTF-8";
/* CSS Document */

#content {
	width:856px;
	margin:20px;
	min-height:300px;
	position:relative;
	}
h3 {
	color:#000;
	margin-bottom:8px;
	position:relative;
	}

#content .article p {
	margin-left:20px;
	padding-left:15px;
	margin-bottom:10px;
	line-height:18px;
	background:url(images/arrow.gif) center left no-repeat;
	}
#content p a,#content{
	font-weight:bold;
	text-decoration:none;
	}
#content p a:hover{
	color:#00c4e3;
	}
.article {
	border-bottom:1px dotted #ccc;
	margin-bottom:20px;
	position:relative;
	}
