$(document).ready(function() {
	$("#menu a").css({lineHeight: "40px", fontSize: "30px", textTransform: "lowercase", color: "#efc100" });
	$("h2").css({fontSize: "40px", color: "#efc100"});

	Cufon.replace("h2")("#menu a");

	$("a.popup").lightBox();
});
