/* ************** */
/* General Styles */
/* ************** */
	body {
		background-color: #438420;
		background-image: url(/nyk/gen3/webroot/theme/sunflower/img/body_background_sunflower_b.jpg);
		background-position: bottom center;
		background-repeat: no-repeat;
	}
	
	#nyk-wrapper {
		background-image: url(/nyk/gen3/webroot/theme/sunflower/img/content_background_sunflower_b.jpg);
		background-position: top center;
		background-repeat: repeat-y;
		border-left: 3px solid #88A913;
		border-right: 3px solid #88A913;
	}
	
	#nyk-content-container,
	#nyk-footer {
		background-color: transparent;
	}
	
/* *************** */
/* Navigation Menu */
/* *************** */
	#nyk-navigation-menu li:hover {
		background-color: #88A913;
	}

/* ******* */
/* Modules */
/* ******* */
	#nyk-primary-column .module .title,
	#nyk-secondary-column .module .title {
		background-color: #88A913;
	}
	
	#nyk-primary-column .module .content,
	#nyk-secondary-column .module .content {
		background-color: #E6F5B5;
		border: 1px solid #88A913;
	}
