#activity-types {
	width: 915px;
	margin: 6px;
    background-color: white;
	border: solid #bbbbbb 1px;
    padding: 0 40px;
}
#activity-types h2 {
    border-bottom: 1px solid #cbcbcb;
    background-position: 0 0;
    padding-bottom: 3px;
    color: #797979;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}
#activity-types p.name {
    color: #797979;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
#activity-types p.description {
    margin-top: 0;
    margin-bottom: 20px;
    color: #5b5b5b;
    font-size: 12px;
}

