div#content-h3{
	margin:0 30px 0 0;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
}

h3{
	
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background:#999;
	font-family:Trebuchet MS, sans-serif;
	font-size:18px;
	color:#FFF;
	margin:0;
	padding:3px 0 3px 10px;
	height:25px;
	font-weight:normal;
}

p.text{
	color:#333;
	line-height:17px;
	padding:20px 0 0;
	
}


p.text a{
	color:#600;
	
}

p.text a:hover{
	text-decoration:none;
}


p.image{
	padding:20px 0 0;
	text-align:center;
}

p.image img{
	border:1px solid #600;
}



