$(document).ready(function() {
	$("#Content_Right a.eventItem").each(function(i) {
		$(this).after(" <img src='Images/Buttons/bul_colorNavyPartial.png' width='14' height='14' border='0' align='texttop' />");
	});
	
	$("#Header_Nav ul.hd_menuChildItems li").each(function(i) {
		$(this).prepend("<img src='/Images/Buttons/bul_colorWhiteFull.png' />");
	});
	
	$("#Content_Right div.right_navChildItems").each(function(i) {
		$(this).prepend("<img src='/Images/Buttons/bul_colorWhitePartialFilled.png' />");
	});
	
	$("#OuterWrapper").height($("body").height());
	$("#OuterWrapperInterior").height($("body").height());
});	

