.contact_form textarea {
    margin: 1px 0 15px 0px;
    width: 232px;
}

#sidebar_right_2{
    display: none;
}

#maincontent {
    clear: both;
    float: left;
    margin: 0;
    width: 669px;
    padding: 30px 25px;
    background: #fff;
    position: relative;
}

.featured_article {
    background: none;
    padding: 0;
    margin-bottom: 20px;
    border-top: 0;
    padding: 0;
    padding-bottom: 20px;
    border-bottom: 1px dotted #bfbfbf;
    width: 669px;
}

#sidebar_right{
    width: 200px;
}

/*Josh Vinegar's Custom Edits Below This Line*/
/*********************************************************************************************************************************/
/*Fixing the Donation and Online Payments Page*/
#maincontent.user_dashboard{ width:669px;}
#maincontent.user_dashboard .section { width:669px;}

/*Hiding Top Links*/
.top_links{
    display: none;
}

/*Add background image to top banner*/
#sidebar_left{
	background-image: url(https://images.shulcloud.com/7928/uploads/Clanton-Park-Logos/cp03.png);
	background-size: 100% 100%;
}

#mainnav{
	background: #ffffffe6; /*Add white background to navigation menu, and I made it slightly transparent to show picture behind*/
	bottom:0px; /*Puts nav at bottom of banner area*/
}

#nav_section a{
	color:#292929; /*Aesthrtic: Darkens the text of the nav menu just a little bit*/
}

#nav_section li ul{
	background: #ffffffe6; /*Aesthetic: Add white background to navigation menu, and I made it slightly transparent to show picture behind*/
}

.copyright {
  display: none; /*Copyright should be for Clanton Park, not Shulcloud. Removing this until Shulcloud stops sucking.*/
}

.global_terms_links{
    display: none; /*Removed Privacy Policy + Member Terms... it is geared towards USA, not Canada, and it is unknown how much of it is relevant*/
}

.addthis_toolbox {
    display: none; /*Some weird share-toolbox shows up on every page when user not logged in, cutting this garbage out*/
}

#maincontent.contact_us {
    width: 669px; /*Contact gets weird after you submit it. This will keep spacing the same for the content.*/
}

