﻿#left-content {
	float:left;
	margin:20px 0px 10px 0;
	border-right:1px #ccc solid
}
#left-content a{
	color: #FF0066;
	text-decoration: underline;
}
#left-content a:hover{
color:#000; text-decoration:underline
}
#left-content h1{
	margin:0px 20px 10px 20px;
	padding-bottom:10px;
	font-size:25px; 
	line-height:26px
}
#left-content h2{
	margin:10px 0px 10px 20px;
	font-size:18px; 
	line-height:22px
}
#left-content h3{
	margin:10px 0px 10px 20px;
	font-size:14px; 
	line-height:14px
}
#left-content p{
	margin:10px 20px;
}
